Shades of Electric Lime #C4F210
Tints of Electric Lime #C4F210
RGB
CMYK
RGB Variations
Color information
#C4F210 (or 0xC4F210) is known color: Electric Lime. HEX triplet: C4, F2 and 10. RGB value is (196,242,16). Sum of RGB (Red+Green+Blue) = 196+242+16=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F210 is #3B0DEF. Grayscale: #CBCBCB. Windows color (decimal): -3870192 or 1110724. OLE color: 1110724.
HSL color Cylindrical-coordinate representation of color #C4F210: hue angle of 72.21º degrees, saturation: 0.9, 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 #C4F210 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 242 | 16 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.05 |
| HSL | 72.21º | 0.9% | 0.51% | - |
| HSV(B) | 72.21º | 0.93% | 0.95% | - |
| XYZ | 54.61 | 75.28 | 12.14 | - |
| YUV | 202.48 | 22.76 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 242 | 16 | 0.19 | 0 | 0.93 | 0.05 | 72.21 | 0.9 | 0.51 |
| Hex | C4 | F2 | 10 | 13 | 0 | 5D | 5 | 48 | 5A | 33 |
| Octal | 304 | 362 | 20 | 23 | 0 | 135 | 5 | 110 | 132 | 63 |
| Binary | 11000100 | 11110010 | 10000 | 10011 | 0 | 1011101 | 101 | 1001000 | 1011010 | 110011 |
Color Harmonies of #C4F210
Complementary color
Monochromatic Colors of #C4F210
Black with #C4F210
Text Example
Text Example
White with #C4F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F210; }
p { color: rgb(196,242,16); }
H1.HeaderClassName
{
color: #C4F210;
}
.AnyTagClassName
{
color: #C4F210;
}
</style>
background-color css
<style>
a { background-color: #C4F210; }
a { background-color: rgb(196,242,16); }
div.DivClassName
{
background-color: #C4F210;
}
.BgClassName
{
background-color: #C4F210;
}
</style>
border-color css
<style>
span { border-color: #C4F210; }
span { border-color: rgb(196,242,16); }
td.TdClassName
{
border-color: #C4F210;
}
.TagClassName
{
border-color: #C4F210;
}
</style>