Shades of Electric Lime #CAF112
Tints of Electric Lime #CAF112
RGB
CMYK
RGB Variations
Color information
#CAF112 (or 0xCAF112) is known color: Electric Lime. HEX triplet: CA, F1 and 12. RGB value is (202,241,18). Sum of RGB (Red+Green+Blue) = 202+241+18=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF112 is #350EED. Grayscale: #CCCCCC. Windows color (decimal): -3477230 or 1241546. OLE color: 1241546.
HSL color Cylindrical-coordinate representation of color #CAF112: hue angle of 70.49º degrees, saturation: 0.89, 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 #CAF112 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 18 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.05 |
| HSL | 70.49º | 0.89% | 0.51% | - |
| HSV(B) | 70.49º | 0.93% | 0.95% | - |
| XYZ | 55.92 | 75.51 | 12.2 | - |
| YUV | 203.92 | 23.08 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 18 | 0.16 | 0 | 0.93 | 0.05 | 70.49 | 0.89 | 0.51 |
| Hex | CA | F1 | 12 | 10 | 0 | 5D | 5 | 46 | 59 | 33 |
| Octal | 312 | 361 | 22 | 20 | 0 | 135 | 5 | 106 | 131 | 63 |
| Binary | 11001010 | 11110001 | 10010 | 10000 | 0 | 1011101 | 101 | 1000110 | 1011001 | 110011 |
Color Harmonies of #CAF112
Complementary color
Monochromatic Colors of #CAF112
Black with #CAF112
Text Example
Text Example
White with #CAF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF112; }
p { color: rgb(202,241,18); }
H1.HeaderClassName
{
color: #CAF112;
}
.AnyTagClassName
{
color: #CAF112;
}
</style>
background-color css
<style>
a { background-color: #CAF112; }
a { background-color: rgb(202,241,18); }
div.DivClassName
{
background-color: #CAF112;
}
.BgClassName
{
background-color: #CAF112;
}
</style>
border-color css
<style>
span { border-color: #CAF112; }
span { border-color: rgb(202,241,18); }
td.TdClassName
{
border-color: #CAF112;
}
.TagClassName
{
border-color: #CAF112;
}
</style>