Shades of Electric Lime #CAF805
Tints of Electric Lime #CAF805
RGB
CMYK
RGB Variations
Color information
#CAF805 (or 0xCAF805) is known color: Electric Lime. HEX triplet: CA, F8 and 05. RGB value is (202,248,5). Sum of RGB (Red+Green+Blue) = 202+248+5=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF805 is #3507FA. Grayscale: #CFCFCF. Windows color (decimal): -3475451 or 391370. OLE color: 391370.
HSL color Cylindrical-coordinate representation of color #CAF805: hue angle of 71.36º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAF805 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.03 |
| HSL | 71.36º | 0.96% | 0.5% | - |
| HSV(B) | 71.36º | 0.98% | 0.97% | - |
| XYZ | 57.95 | 79.7 | 12.47 | - |
| YUV | 206.54 | 14.26 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 5 | 0.19 | 0 | 0.98 | 0.03 | 71.36 | 0.96 | 0.5 |
| Hex | CA | F8 | 5 | 13 | 0 | 62 | 3 | 47 | 60 | 32 |
| Octal | 312 | 370 | 5 | 23 | 0 | 142 | 3 | 107 | 140 | 62 |
| Binary | 11001010 | 11111000 | 101 | 10011 | 0 | 1100010 | 11 | 1000111 | 1100000 | 110010 |
Color Harmonies of #CAF805
Complementary color
Monochromatic Colors of #CAF805
Black with #CAF805
Text Example
Text Example
White with #CAF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF805; }
p { color: rgb(202,248,5); }
H1.HeaderClassName
{
color: #CAF805;
}
.AnyTagClassName
{
color: #CAF805;
}
</style>
background-color css
<style>
a { background-color: #CAF805; }
a { background-color: rgb(202,248,5); }
div.DivClassName
{
background-color: #CAF805;
}
.BgClassName
{
background-color: #CAF805;
}
</style>
border-color css
<style>
span { border-color: #CAF805; }
span { border-color: rgb(202,248,5); }
td.TdClassName
{
border-color: #CAF805;
}
.TagClassName
{
border-color: #CAF805;
}
</style>