Shades of Electric Lime #CAF407
Tints of Electric Lime #CAF407
RGB
CMYK
RGB Variations
Color information
#CAF407 (or 0xCAF407) is known color: Electric Lime. HEX triplet: CA, F4 and 07. RGB value is (202,244,7). Sum of RGB (Red+Green+Blue) = 202+244+7=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 7 (3.12% from 255 or 1.55% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF407 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF407 is #350BF8. Grayscale: #CDCDCD. Windows color (decimal): -3476473 or 521418. OLE color: 521418.
HSL color Cylindrical-coordinate representation of color #CAF407: hue angle of 70.63º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAF407 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.04 |
| HSL | 70.63º | 0.94% | 0.49% | - |
| HSV(B) | 70.63º | 0.97% | 0.96% | - |
| XYZ | 56.75 | 77.27 | 12.13 | - |
| YUV | 204.42 | 16.59 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 7 | 0.17 | 0 | 0.97 | 0.04 | 70.63 | 0.94 | 0.49 |
| Hex | CA | F4 | 7 | 11 | 0 | 61 | 4 | 47 | 5E | 31 |
| Octal | 312 | 364 | 7 | 21 | 0 | 141 | 4 | 107 | 136 | 61 |
| Binary | 11001010 | 11110100 | 111 | 10001 | 0 | 1100001 | 100 | 1000111 | 1011110 | 110001 |
Color Harmonies of #CAF407
Complementary color
Monochromatic Colors of #CAF407
Black with #CAF407
Text Example
Text Example
White with #CAF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF407; }
p { color: rgb(202,244,7); }
H1.HeaderClassName
{
color: #CAF407;
}
.AnyTagClassName
{
color: #CAF407;
}
</style>
background-color css
<style>
a { background-color: #CAF407; }
a { background-color: rgb(202,244,7); }
div.DivClassName
{
background-color: #CAF407;
}
.BgClassName
{
background-color: #CAF407;
}
</style>
border-color css
<style>
span { border-color: #CAF407; }
span { border-color: rgb(202,244,7); }
td.TdClassName
{
border-color: #CAF407;
}
.TagClassName
{
border-color: #CAF407;
}
</style>