| |
---|---|
| |
Information: | |
Title | Lime |
Hex | #00ff00
|
RGB | 0,255,0
|
HSL | 120,100%,50%
|
Lime or Green 1 is a color.
Lime contains 0% red, 100% green, and 0% blue in RGB.
In CMYK, green contains 100% cyan, 0% magenta, 100% yellow, and 0% black.
Lime is one of the safest web colors, listed as *0F0*, which is shorthand for its hex code (#00FF00).
Info
Hex:
RGB:
RGBA:
HSL:
HSLA:
HSV:
CMYK:
XYZ:
Yxy:
Hunter Lab:
CIE-Lab:
#00ff00
RGB:
0,255,0,255
RGBA:
0,255,0,1.0
HSL:
120,100%,50%
HSLA:
120,100%,50%,1.0
HSV:
120°,100°,100°
CMYK:
1.00,0.00,1.00,0.00
XYZ:
35.7600,71.5200,11.9200
Yxy:
71.5200,0.3000,0.6000
Hunter Lab:
84.5695,-72.5183,50.8418
CIE-Lab:
87.7370,-86.1846,83.1812
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 11111111 | 00000000 |
Octal | 0 | 377 | 0 |
Decimal | 0 | 255 | 0 |
Hex | 0 | FF | 0 |
CSS
Here are some examples for using this color in CSS with Hex, RGB, HSL etc.
Color
color: lime;
Hex
color: #00ff00;
RGB
color: rgb(0,255,0);
RGBa
color: rgba(0,255,0,1.0);
HSL
color: hsl(120,100%,50%);
HSLa
color: hsla(120,100%,50%,1.0);