Shades of Electric Lime #CAF00C
Tints of Electric Lime #CAF00C
RGB
CMYK
RGB Variations
Color information
#CAF00C (or 0xCAF00C) is known color: Electric Lime. HEX triplet: CA, F0 and 0C. RGB value is (202,240,12). Sum of RGB (Red+Green+Blue) = 202+240+12=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF00C is #350FF3. Grayscale: #CBCBCB. Windows color (decimal): -3477492 or 848074. OLE color: 848074.
HSL color Cylindrical-coordinate representation of color #CAF00C: hue angle of 70º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF00C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.06 |
| HSL | 70º | 0.9% | 0.49% | - |
| HSV(B) | 70º | 0.95% | 0.94% | - |
| XYZ | 55.58 | 74.9 | 11.88 | - |
| YUV | 202.65 | 20.41 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 12 | 0.16 | 0 | 0.95 | 0.06 | 70 | 0.9 | 0.49 |
| Hex | CA | F0 | C | 10 | 0 | 5F | 6 | 46 | 5A | 31 |
| Octal | 312 | 360 | 14 | 20 | 0 | 137 | 6 | 106 | 132 | 61 |
| Binary | 11001010 | 11110000 | 1100 | 10000 | 0 | 1011111 | 110 | 1000110 | 1011010 | 110001 |
Color Harmonies of #CAF00C
Complementary color
Monochromatic Colors of #CAF00C
Black with #CAF00C
Text Example
Text Example
White with #CAF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF00C; }
p { color: rgb(202,240,12); }
H1.HeaderClassName
{
color: #CAF00C;
}
.AnyTagClassName
{
color: #CAF00C;
}
</style>
background-color css
<style>
a { background-color: #CAF00C; }
a { background-color: rgb(202,240,12); }
div.DivClassName
{
background-color: #CAF00C;
}
.BgClassName
{
background-color: #CAF00C;
}
</style>
border-color css
<style>
span { border-color: #CAF00C; }
span { border-color: rgb(202,240,12); }
td.TdClassName
{
border-color: #CAF00C;
}
.TagClassName
{
border-color: #CAF00C;
}
</style>