Shades of Electric Lime #CAFF0E
Tints of Electric Lime #CAFF0E
RGB
CMYK
RGB Variations
Color information
#CAFF0E (or 0xCAFF0E) is known color: Electric Lime. HEX triplet: CA, FF and 0E. RGB value is (202,255,14). Sum of RGB (Red+Green+Blue) = 202+255+14=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF0E is #3500F1. Grayscale: #D4D4D4. Windows color (decimal): -3473650 or 982986. OLE color: 982986.
HSL color Cylindrical-coordinate representation of color #CAFF0E: hue angle of 73.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAFF0E is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 14 | - |
| CMYK | 0.21 | 0 | 0.95 | 0 |
| HSL | 73.2º | 1% | 0.53% | - |
| HSV(B) | 73.2º | 0.95% | 1% | - |
| XYZ | 60.2 | 84.11 | 13.48 | - |
| YUV | 211.68 | 16.44 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 14 | 0.21 | 0 | 0.95 | 0 | 73.2 | 1 | 0.53 |
| Hex | CA | FF | E | 15 | 0 | 5F | 0 | 49 | 64 | 35 |
| Octal | 312 | 377 | 16 | 25 | 0 | 137 | 0 | 111 | 144 | 65 |
| Binary | 11001010 | 11111111 | 1110 | 10101 | 0 | 1011111 | 0 | 1001001 | 1100100 | 110101 |
Color Harmonies of #CAFF0E
Complementary color
Monochromatic Colors of #CAFF0E
Black with #CAFF0E
Text Example
Text Example
White with #CAFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF0E; }
p { color: rgb(202,255,14); }
H1.HeaderClassName
{
color: #CAFF0E;
}
.AnyTagClassName
{
color: #CAFF0E;
}
</style>
background-color css
<style>
a { background-color: #CAFF0E; }
a { background-color: rgb(202,255,14); }
div.DivClassName
{
background-color: #CAFF0E;
}
.BgClassName
{
background-color: #CAFF0E;
}
</style>
border-color css
<style>
span { border-color: #CAFF0E; }
span { border-color: rgb(202,255,14); }
td.TdClassName
{
border-color: #CAFF0E;
}
.TagClassName
{
border-color: #CAFF0E;
}
</style>