Shades of Electric Lime #CAF40C
Tints of Electric Lime #CAF40C
RGB
CMYK
RGB Variations
Color information
#CAF40C (or 0xCAF40C) is known color: Electric Lime. HEX triplet: CA, F4 and 0C. RGB value is (202,244,12). Sum of RGB (Red+Green+Blue) = 202+244+12=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF40C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF40C is #350BF3. Grayscale: #CDCDCD. Windows color (decimal): -3476468 or 849098. OLE color: 849098.
HSL color Cylindrical-coordinate representation of color #CAF40C: hue angle of 70.86º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF40C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.04 |
| HSL | 70.86º | 0.91% | 0.5% | - |
| HSV(B) | 70.86º | 0.95% | 0.96% | - |
| XYZ | 56.77 | 77.28 | 12.27 | - |
| YUV | 204.99 | 19.09 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 12 | 0.17 | 0 | 0.95 | 0.04 | 70.86 | 0.91 | 0.5 |
| Hex | CA | F4 | C | 11 | 0 | 5F | 4 | 47 | 5B | 32 |
| Octal | 312 | 364 | 14 | 21 | 0 | 137 | 4 | 107 | 133 | 62 |
| Binary | 11001010 | 11110100 | 1100 | 10001 | 0 | 1011111 | 100 | 1000111 | 1011011 | 110010 |
Color Harmonies of #CAF40C
Complementary color
Monochromatic Colors of #CAF40C
Black with #CAF40C
Text Example
Text Example
White with #CAF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF40C; }
p { color: rgb(202,244,12); }
H1.HeaderClassName
{
color: #CAF40C;
}
.AnyTagClassName
{
color: #CAF40C;
}
</style>
background-color css
<style>
a { background-color: #CAF40C; }
a { background-color: rgb(202,244,12); }
div.DivClassName
{
background-color: #CAF40C;
}
.BgClassName
{
background-color: #CAF40C;
}
</style>
border-color css
<style>
span { border-color: #CAF40C; }
span { border-color: rgb(202,244,12); }
td.TdClassName
{
border-color: #CAF40C;
}
.TagClassName
{
border-color: #CAF40C;
}
</style>