Shades of Electric Lime #CAF411
Tints of Electric Lime #CAF411
RGB
CMYK
RGB Variations
Color information
#CAF411 (or 0xCAF411) is known color: Electric Lime. HEX triplet: CA, F4 and 11. RGB value is (202,244,17). Sum of RGB (Red+Green+Blue) = 202+244+17=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF411 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF411 is #350BEE. Grayscale: #CECECE. Windows color (decimal): -3476463 or 1176778. OLE color: 1176778.
HSL color Cylindrical-coordinate representation of color #CAF411: hue angle of 71.1º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAF411 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 17 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.04 |
| HSL | 71.1º | 0.91% | 0.51% | - |
| HSV(B) | 71.1º | 0.93% | 0.96% | - |
| XYZ | 56.81 | 77.3 | 12.46 | - |
| YUV | 205.56 | 21.59 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 17 | 0.17 | 0 | 0.93 | 0.04 | 71.1 | 0.91 | 0.51 |
| Hex | CA | F4 | 11 | 11 | 0 | 5D | 4 | 47 | 5B | 33 |
| Octal | 312 | 364 | 21 | 21 | 0 | 135 | 4 | 107 | 133 | 63 |
| Binary | 11001010 | 11110100 | 10001 | 10001 | 0 | 1011101 | 100 | 1000111 | 1011011 | 110011 |
Color Harmonies of #CAF411
Complementary color
Monochromatic Colors of #CAF411
Black with #CAF411
Text Example
Text Example
White with #CAF411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF411; }
p { color: rgb(202,244,17); }
H1.HeaderClassName
{
color: #CAF411;
}
.AnyTagClassName
{
color: #CAF411;
}
</style>
background-color css
<style>
a { background-color: #CAF411; }
a { background-color: rgb(202,244,17); }
div.DivClassName
{
background-color: #CAF411;
}
.BgClassName
{
background-color: #CAF411;
}
</style>
border-color css
<style>
span { border-color: #CAF411; }
span { border-color: rgb(202,244,17); }
td.TdClassName
{
border-color: #CAF411;
}
.TagClassName
{
border-color: #CAF411;
}
</style>