Shades of Electric Lime #CAFF1D
Tints of Electric Lime #CAFF1D
RGB
CMYK
RGB Variations
Color information
#CAFF1D (or 0xCAFF1D) is known color: Electric Lime. HEX triplet: CA, FF and 1D. RGB value is (202,255,29). Sum of RGB (Red+Green+Blue) = 202+255+29=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF1D is #3500E2. Grayscale: #D6D6D6. Windows color (decimal): -3473635 or 1966026. OLE color: 1966026.
HSL color Cylindrical-coordinate representation of color #CAFF1D: hue angle of 74.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAFF1D is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 29 | - |
| CMYK | 0.21 | 0 | 0.89 | 0 |
| HSL | 74.07º | 1% | 0.56% | - |
| HSV(B) | 74.07º | 0.89% | 1% | - |
| XYZ | 60.34 | 84.17 | 14.23 | - |
| YUV | 213.39 | 23.94 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 29 | 0.21 | 0 | 0.89 | 0 | 74.07 | 1 | 0.56 |
| Hex | CA | FF | 1D | 15 | 0 | 59 | 0 | 4A | 64 | 38 |
| Octal | 312 | 377 | 35 | 25 | 0 | 131 | 0 | 112 | 144 | 70 |
| Binary | 11001010 | 11111111 | 11101 | 10101 | 0 | 1011001 | 0 | 1001010 | 1100100 | 111000 |
Color Harmonies of #CAFF1D
Complementary color
Monochromatic Colors of #CAFF1D
Black with #CAFF1D
Text Example
Text Example
White with #CAFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF1D; }
p { color: rgb(202,255,29); }
H1.HeaderClassName
{
color: #CAFF1D;
}
.AnyTagClassName
{
color: #CAFF1D;
}
</style>
background-color css
<style>
a { background-color: #CAFF1D; }
a { background-color: rgb(202,255,29); }
div.DivClassName
{
background-color: #CAFF1D;
}
.BgClassName
{
background-color: #CAFF1D;
}
</style>
border-color css
<style>
span { border-color: #CAFF1D; }
span { border-color: rgb(202,255,29); }
td.TdClassName
{
border-color: #CAFF1D;
}
.TagClassName
{
border-color: #CAFF1D;
}
</style>