Shades of Electric Lime #CAF210
Tints of Electric Lime #CAF210
RGB
CMYK
RGB Variations
Color information
#CAF210 (or 0xCAF210) is known color: Electric Lime. HEX triplet: CA, F2 and 10. RGB value is (202,242,16). Sum of RGB (Red+Green+Blue) = 202+242+16=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF210 is #350DEF. Grayscale: #CDCDCD. Windows color (decimal): -3476976 or 1110730. OLE color: 1110730.
HSL color Cylindrical-coordinate representation of color #CAF210: hue angle of 70.62º 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 #CAF210 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 16 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.05 |
| HSL | 70.62º | 0.9% | 0.51% | - |
| HSV(B) | 70.62º | 0.93% | 0.95% | - |
| XYZ | 56.2 | 76.1 | 12.22 | - |
| YUV | 204.28 | 21.75 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 16 | 0.17 | 0 | 0.93 | 0.05 | 70.62 | 0.9 | 0.51 |
| Hex | CA | F2 | 10 | 11 | 0 | 5D | 5 | 47 | 5A | 33 |
| Octal | 312 | 362 | 20 | 21 | 0 | 135 | 5 | 107 | 132 | 63 |
| Binary | 11001010 | 11110010 | 10000 | 10001 | 0 | 1011101 | 101 | 1000111 | 1011010 | 110011 |
Color Harmonies of #CAF210
Complementary color
Monochromatic Colors of #CAF210
Black with #CAF210
Text Example
Text Example
White with #CAF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF210; }
p { color: rgb(202,242,16); }
H1.HeaderClassName
{
color: #CAF210;
}
.AnyTagClassName
{
color: #CAF210;
}
</style>
background-color css
<style>
a { background-color: #CAF210; }
a { background-color: rgb(202,242,16); }
div.DivClassName
{
background-color: #CAF210;
}
.BgClassName
{
background-color: #CAF210;
}
</style>
border-color css
<style>
span { border-color: #CAF210; }
span { border-color: rgb(202,242,16); }
td.TdClassName
{
border-color: #CAF210;
}
.TagClassName
{
border-color: #CAF210;
}
</style>