Shades of Electric Lime #CAF912
Tints of Electric Lime #CAF912
RGB
CMYK
RGB Variations
Color information
#CAF912 (or 0xCAF912) is known color: Electric Lime. HEX triplet: CA, F9 and 12. RGB value is (202,249,18). Sum of RGB (Red+Green+Blue) = 202+249+18=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF912 is #3506ED. Grayscale: #D1D1D1. Windows color (decimal): -3475182 or 1243594. OLE color: 1243594.
HSL color Cylindrical-coordinate representation of color #CAF912: hue angle of 72.21º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAF912 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 18 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.02 |
| HSL | 72.21º | 0.95% | 0.52% | - |
| HSV(B) | 72.21º | 0.93% | 0.98% | - |
| XYZ | 58.34 | 80.35 | 13.01 | - |
| YUV | 208.61 | 20.43 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 18 | 0.19 | 0 | 0.93 | 0.02 | 72.21 | 0.95 | 0.52 |
| Hex | CA | F9 | 12 | 13 | 0 | 5D | 2 | 48 | 5F | 34 |
| Octal | 312 | 371 | 22 | 23 | 0 | 135 | 2 | 110 | 137 | 64 |
| Binary | 11001010 | 11111001 | 10010 | 10011 | 0 | 1011101 | 10 | 1001000 | 1011111 | 110100 |
Color Harmonies of #CAF912
Complementary color
Monochromatic Colors of #CAF912
Black with #CAF912
Text Example
Text Example
White with #CAF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF912; }
p { color: rgb(202,249,18); }
H1.HeaderClassName
{
color: #CAF912;
}
.AnyTagClassName
{
color: #CAF912;
}
</style>
background-color css
<style>
a { background-color: #CAF912; }
a { background-color: rgb(202,249,18); }
div.DivClassName
{
background-color: #CAF912;
}
.BgClassName
{
background-color: #CAF912;
}
</style>
border-color css
<style>
span { border-color: #CAF912; }
span { border-color: rgb(202,249,18); }
td.TdClassName
{
border-color: #CAF912;
}
.TagClassName
{
border-color: #CAF912;
}
</style>