Shades of Electric Lime #CAF012
Tints of Electric Lime #CAF012
RGB
CMYK
RGB Variations
Color information
#CAF012 (or 0xCAF012) is known color: Electric Lime. HEX triplet: CA, F0 and 12. RGB value is (202,240,18). Sum of RGB (Red+Green+Blue) = 202+240+18=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF012 is #350FED. Grayscale: #CCCCCC. Windows color (decimal): -3477486 or 1241290. OLE color: 1241290.
HSL color Cylindrical-coordinate representation of color #CAF012: hue angle of 70.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAF012 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 18 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.06 |
| HSL | 70.27º | 0.88% | 0.51% | - |
| HSV(B) | 70.27º | 0.93% | 0.94% | - |
| XYZ | 55.63 | 74.92 | 12.1 | - |
| YUV | 203.33 | 23.41 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 18 | 0.16 | 0 | 0.92 | 0.06 | 70.27 | 0.88 | 0.51 |
| Hex | CA | F0 | 12 | 10 | 0 | 5C | 6 | 46 | 58 | 33 |
| Octal | 312 | 360 | 22 | 20 | 0 | 134 | 6 | 106 | 130 | 63 |
| Binary | 11001010 | 11110000 | 10010 | 10000 | 0 | 1011100 | 110 | 1000110 | 1011000 | 110011 |
Color Harmonies of #CAF012
Complementary color
Monochromatic Colors of #CAF012
Black with #CAF012
Text Example
Text Example
White with #CAF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF012; }
p { color: rgb(202,240,18); }
H1.HeaderClassName
{
color: #CAF012;
}
.AnyTagClassName
{
color: #CAF012;
}
</style>
background-color css
<style>
a { background-color: #CAF012; }
a { background-color: rgb(202,240,18); }
div.DivClassName
{
background-color: #CAF012;
}
.BgClassName
{
background-color: #CAF012;
}
</style>
border-color css
<style>
span { border-color: #CAF012; }
span { border-color: rgb(202,240,18); }
td.TdClassName
{
border-color: #CAF012;
}
.TagClassName
{
border-color: #CAF012;
}
</style>