Shades of Electric Lime #CAF808
Tints of Electric Lime #CAF808
RGB
CMYK
RGB Variations
Color information
#CAF808 (or 0xCAF808) is known color: Electric Lime. HEX triplet: CA, F8 and 08. RGB value is (202,248,8). Sum of RGB (Red+Green+Blue) = 202+248+8=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF808 is #3507F7. Grayscale: #CFCFCF. Windows color (decimal): -3475448 or 587978. OLE color: 587978.
HSL color Cylindrical-coordinate representation of color #CAF808: hue angle of 71.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAF808 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 8 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.03 |
| HSL | 71.5º | 0.94% | 0.5% | - |
| HSV(B) | 71.5º | 0.97% | 0.97% | - |
| XYZ | 57.97 | 79.71 | 12.56 | - |
| YUV | 206.89 | 15.76 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 8 | 0.19 | 0 | 0.97 | 0.03 | 71.5 | 0.94 | 0.5 |
| Hex | CA | F8 | 8 | 13 | 0 | 61 | 3 | 48 | 5E | 32 |
| Octal | 312 | 370 | 10 | 23 | 0 | 141 | 3 | 110 | 136 | 62 |
| Binary | 11001010 | 11111000 | 1000 | 10011 | 0 | 1100001 | 11 | 1001000 | 1011110 | 110010 |
Color Harmonies of #CAF808
Complementary color
Monochromatic Colors of #CAF808
Black with #CAF808
Text Example
Text Example
White with #CAF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF808; }
p { color: rgb(202,248,8); }
H1.HeaderClassName
{
color: #CAF808;
}
.AnyTagClassName
{
color: #CAF808;
}
</style>
background-color css
<style>
a { background-color: #CAF808; }
a { background-color: rgb(202,248,8); }
div.DivClassName
{
background-color: #CAF808;
}
.BgClassName
{
background-color: #CAF808;
}
</style>
border-color css
<style>
span { border-color: #CAF808; }
span { border-color: rgb(202,248,8); }
td.TdClassName
{
border-color: #CAF808;
}
.TagClassName
{
border-color: #CAF808;
}
</style>