Shades of Electric Lime #CAF211
Tints of Electric Lime #CAF211
RGB
CMYK
RGB Variations
Color information
#CAF211 (or 0xCAF211) is known color: Electric Lime. HEX triplet: CA, F2 and 11. RGB value is (202,242,17). Sum of RGB (Red+Green+Blue) = 202+242+17=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF211 is #350DEE. Grayscale: #CDCDCD. Windows color (decimal): -3476975 or 1176266. OLE color: 1176266.
HSL color Cylindrical-coordinate representation of color #CAF211: hue angle of 70.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAF211 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 17 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.05 |
| HSL | 70.67º | 0.9% | 0.51% | - |
| HSV(B) | 70.67º | 0.93% | 0.95% | - |
| XYZ | 56.21 | 76.1 | 12.26 | - |
| YUV | 204.39 | 22.25 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 17 | 0.17 | 0 | 0.93 | 0.05 | 70.67 | 0.9 | 0.51 |
| Hex | CA | F2 | 11 | 11 | 0 | 5D | 5 | 47 | 5A | 33 |
| Octal | 312 | 362 | 21 | 21 | 0 | 135 | 5 | 107 | 132 | 63 |
| Binary | 11001010 | 11110010 | 10001 | 10001 | 0 | 1011101 | 101 | 1000111 | 1011010 | 110011 |
Color Harmonies of #CAF211
Complementary color
Monochromatic Colors of #CAF211
Black with #CAF211
Text Example
Text Example
White with #CAF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF211; }
p { color: rgb(202,242,17); }
H1.HeaderClassName
{
color: #CAF211;
}
.AnyTagClassName
{
color: #CAF211;
}
</style>
background-color css
<style>
a { background-color: #CAF211; }
a { background-color: rgb(202,242,17); }
div.DivClassName
{
background-color: #CAF211;
}
.BgClassName
{
background-color: #CAF211;
}
</style>
border-color css
<style>
span { border-color: #CAF211; }
span { border-color: rgb(202,242,17); }
td.TdClassName
{
border-color: #CAF211;
}
.TagClassName
{
border-color: #CAF211;
}
</style>