Shades of Electric Lime #CAE80E
Tints of Electric Lime #CAE80E
RGB
CMYK
RGB Variations
Color information
#CAE80E (or 0xCAE80E) is known color: Electric Lime. HEX triplet: CA, E8 and 0E. RGB value is (202,232,14). Sum of RGB (Red+Green+Blue) = 202+232+14=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE80E is #3517F1. Grayscale: #C7C7C7. Windows color (decimal): -3479538 or 977098. OLE color: 977098.
HSL color Cylindrical-coordinate representation of color #CAE80E: hue angle of 68.26º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAE80E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 14 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.09 |
| HSL | 68.26º | 0.89% | 0.48% | - |
| HSV(B) | 68.26º | 0.94% | 0.91% | - |
| XYZ | 53.29 | 70.3 | 11.18 | - |
| YUV | 198.18 | 24.06 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 14 | 0.13 | 0 | 0.94 | 0.09 | 68.26 | 0.89 | 0.48 |
| Hex | CA | E8 | E | D | 0 | 5E | 9 | 44 | 59 | 30 |
| Octal | 312 | 350 | 16 | 15 | 0 | 136 | 11 | 104 | 131 | 60 |
| Binary | 11001010 | 11101000 | 1110 | 1101 | 0 | 1011110 | 1001 | 1000100 | 1011001 | 110000 |
Color Harmonies of #CAE80E
Complementary color
Monochromatic Colors of #CAE80E
Black with #CAE80E
Text Example
Text Example
White with #CAE80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE80E; }
p { color: rgb(202,232,14); }
H1.HeaderClassName
{
color: #CAE80E;
}
.AnyTagClassName
{
color: #CAE80E;
}
</style>
background-color css
<style>
a { background-color: #CAE80E; }
a { background-color: rgb(202,232,14); }
div.DivClassName
{
background-color: #CAE80E;
}
.BgClassName
{
background-color: #CAE80E;
}
</style>
border-color css
<style>
span { border-color: #CAE80E; }
span { border-color: rgb(202,232,14); }
td.TdClassName
{
border-color: #CAE80E;
}
.TagClassName
{
border-color: #CAE80E;
}
</style>