Shades of Electric Lime #CAF213
Tints of Electric Lime #CAF213
RGB
CMYK
RGB Variations
Color information
#CAF213 (or 0xCAF213) is known color: Electric Lime. HEX triplet: CA, F2 and 13. RGB value is (202,242,19). Sum of RGB (Red+Green+Blue) = 202+242+19=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF213 is #350DEC. Grayscale: #CDCDCD. Windows color (decimal): -3476973 or 1307338. OLE color: 1307338.
HSL color Cylindrical-coordinate representation of color #CAF213: hue angle of 70.76º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAF213 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.05 |
| HSL | 70.76º | 0.9% | 0.51% | - |
| HSV(B) | 70.76º | 0.92% | 0.95% | - |
| XYZ | 56.23 | 76.11 | 12.34 | - |
| YUV | 204.62 | 23.25 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 19 | 0.17 | 0 | 0.92 | 0.05 | 70.76 | 0.9 | 0.51 |
| Hex | CA | F2 | 13 | 11 | 0 | 5C | 5 | 47 | 5A | 33 |
| Octal | 312 | 362 | 23 | 21 | 0 | 134 | 5 | 107 | 132 | 63 |
| Binary | 11001010 | 11110010 | 10011 | 10001 | 0 | 1011100 | 101 | 1000111 | 1011010 | 110011 |
Color Harmonies of #CAF213
Complementary color
Monochromatic Colors of #CAF213
Black with #CAF213
Text Example
Text Example
White with #CAF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF213; }
p { color: rgb(202,242,19); }
H1.HeaderClassName
{
color: #CAF213;
}
.AnyTagClassName
{
color: #CAF213;
}
</style>
background-color css
<style>
a { background-color: #CAF213; }
a { background-color: rgb(202,242,19); }
div.DivClassName
{
background-color: #CAF213;
}
.BgClassName
{
background-color: #CAF213;
}
</style>
border-color css
<style>
span { border-color: #CAF213; }
span { border-color: rgb(202,242,19); }
td.TdClassName
{
border-color: #CAF213;
}
.TagClassName
{
border-color: #CAF213;
}
</style>