Shades of Electric Lime #CAF40A
Tints of Electric Lime #CAF40A
RGB
CMYK
RGB Variations
Color information
#CAF40A (or 0xCAF40A) is known color: Electric Lime. HEX triplet: CA, F4 and 0A. RGB value is (202,244,10). Sum of RGB (Red+Green+Blue) = 202+244+10=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 244 (95.70% from 255 or 53.51% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF40A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF40A is #350BF5. Grayscale: #CDCDCD. Windows color (decimal): -3476470 or 718026. OLE color: 718026.
HSL color Cylindrical-coordinate representation of color #CAF40A: hue angle of 70.77º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAF40A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.04 |
| HSL | 70.77º | 0.92% | 0.5% | - |
| HSV(B) | 70.77º | 0.96% | 0.96% | - |
| XYZ | 56.76 | 77.28 | 12.21 | - |
| YUV | 204.77 | 18.09 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 10 | 0.17 | 0 | 0.96 | 0.04 | 70.77 | 0.92 | 0.5 |
| Hex | CA | F4 | A | 11 | 0 | 60 | 4 | 47 | 5C | 32 |
| Octal | 312 | 364 | 12 | 21 | 0 | 140 | 4 | 107 | 134 | 62 |
| Binary | 11001010 | 11110100 | 1010 | 10001 | 0 | 1100000 | 100 | 1000111 | 1011100 | 110010 |
Color Harmonies of #CAF40A
Complementary color
Monochromatic Colors of #CAF40A
Black with #CAF40A
Text Example
Text Example
White with #CAF40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF40A; }
p { color: rgb(202,244,10); }
H1.HeaderClassName
{
color: #CAF40A;
}
.AnyTagClassName
{
color: #CAF40A;
}
</style>
background-color css
<style>
a { background-color: #CAF40A; }
a { background-color: rgb(202,244,10); }
div.DivClassName
{
background-color: #CAF40A;
}
.BgClassName
{
background-color: #CAF40A;
}
</style>
border-color css
<style>
span { border-color: #CAF40A; }
span { border-color: rgb(202,244,10); }
td.TdClassName
{
border-color: #CAF40A;
}
.TagClassName
{
border-color: #CAF40A;
}
</style>