Shades of Electric Lime #CAFF0F
Tints of Electric Lime #CAFF0F
RGB
CMYK
RGB Variations
Color information
#CAFF0F (or 0xCAFF0F) is known color: Electric Lime. HEX triplet: CA, FF and 0F. RGB value is (202,255,15). Sum of RGB (Red+Green+Blue) = 202+255+15=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 15 (6.25% from 255 or 3.18% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF0F is #3500F0. Grayscale: #D4D4D4. Windows color (decimal): -3473649 or 1048522. OLE color: 1048522.
HSL color Cylindrical-coordinate representation of color #CAFF0F: hue angle of 73.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAFF0F is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 15 | - |
| CMYK | 0.21 | 0 | 0.94 | 0 |
| HSL | 73.25º | 1% | 0.53% | - |
| HSV(B) | 73.25º | 0.94% | 1% | - |
| XYZ | 60.2 | 84.11 | 13.51 | - |
| YUV | 211.79 | 16.94 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 15 | 0.21 | 0 | 0.94 | 0 | 73.25 | 1 | 0.53 |
| Hex | CA | FF | F | 15 | 0 | 5E | 0 | 49 | 64 | 35 |
| Octal | 312 | 377 | 17 | 25 | 0 | 136 | 0 | 111 | 144 | 65 |
| Binary | 11001010 | 11111111 | 1111 | 10101 | 0 | 1011110 | 0 | 1001001 | 1100100 | 110101 |
Color Harmonies of #CAFF0F
Complementary color
Monochromatic Colors of #CAFF0F
Black with #CAFF0F
Text Example
Text Example
White with #CAFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF0F; }
p { color: rgb(202,255,15); }
H1.HeaderClassName
{
color: #CAFF0F;
}
.AnyTagClassName
{
color: #CAFF0F;
}
</style>
background-color css
<style>
a { background-color: #CAFF0F; }
a { background-color: rgb(202,255,15); }
div.DivClassName
{
background-color: #CAFF0F;
}
.BgClassName
{
background-color: #CAFF0F;
}
</style>
border-color css
<style>
span { border-color: #CAFF0F; }
span { border-color: rgb(202,255,15); }
td.TdClassName
{
border-color: #CAFF0F;
}
.TagClassName
{
border-color: #CAFF0F;
}
</style>