Shades of Electric Lime #CAE80F
Tints of Electric Lime #CAE80F
RGB
CMYK
RGB Variations
Color information
#CAE80F (or 0xCAE80F) is known color: Electric Lime. HEX triplet: CA, E8 and 0F. RGB value is (202,232,15). Sum of RGB (Red+Green+Blue) = 202+232+15=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE80F is #3517F0. Grayscale: #C7C7C7. Windows color (decimal): -3479537 or 1042634. OLE color: 1042634.
HSL color Cylindrical-coordinate representation of color #CAE80F: hue angle of 68.29º degrees, saturation: 0.88, 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 #CAE80F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 15 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.09 |
| HSL | 68.29º | 0.88% | 0.48% | - |
| HSV(B) | 68.29º | 0.94% | 0.91% | - |
| XYZ | 53.3 | 70.3 | 11.21 | - |
| YUV | 198.29 | 24.56 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 15 | 0.13 | 0 | 0.94 | 0.09 | 68.29 | 0.88 | 0.48 |
| Hex | CA | E8 | F | D | 0 | 5E | 9 | 44 | 58 | 30 |
| Octal | 312 | 350 | 17 | 15 | 0 | 136 | 11 | 104 | 130 | 60 |
| Binary | 11001010 | 11101000 | 1111 | 1101 | 0 | 1011110 | 1001 | 1000100 | 1011000 | 110000 |
Color Harmonies of #CAE80F
Complementary color
Monochromatic Colors of #CAE80F
Black with #CAE80F
Text Example
Text Example
White with #CAE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE80F; }
p { color: rgb(202,232,15); }
H1.HeaderClassName
{
color: #CAE80F;
}
.AnyTagClassName
{
color: #CAE80F;
}
</style>
background-color css
<style>
a { background-color: #CAE80F; }
a { background-color: rgb(202,232,15); }
div.DivClassName
{
background-color: #CAE80F;
}
.BgClassName
{
background-color: #CAE80F;
}
</style>
border-color css
<style>
span { border-color: #CAE80F; }
span { border-color: rgb(202,232,15); }
td.TdClassName
{
border-color: #CAE80F;
}
.TagClassName
{
border-color: #CAE80F;
}
</style>