Shades of Electric Lime #C7F210
Tints of Electric Lime #C7F210
RGB
CMYK
RGB Variations
Color information
#C7F210 (or 0xC7F210) is known color: Electric Lime. HEX triplet: C7, F2 and 10. RGB value is (199,242,16). Sum of RGB (Red+Green+Blue) = 199+242+16=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F210 is #380DEF. Grayscale: #CCCCCC. Windows color (decimal): -3673584 or 1110727. OLE color: 1110727.
HSL color Cylindrical-coordinate representation of color #C7F210: hue angle of 71.42º 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 #C7F210 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 16 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.05 |
| HSL | 71.42º | 0.9% | 0.51% | - |
| HSV(B) | 71.42º | 0.93% | 0.95% | - |
| XYZ | 55.4 | 75.68 | 12.18 | - |
| YUV | 203.38 | 22.25 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 16 | 0.18 | 0 | 0.93 | 0.05 | 71.42 | 0.9 | 0.51 |
| Hex | C7 | F2 | 10 | 12 | 0 | 5D | 5 | 47 | 5A | 33 |
| Octal | 307 | 362 | 20 | 22 | 0 | 135 | 5 | 107 | 132 | 63 |
| Binary | 11000111 | 11110010 | 10000 | 10010 | 0 | 1011101 | 101 | 1000111 | 1011010 | 110011 |
Color Harmonies of #C7F210
Complementary color
Monochromatic Colors of #C7F210
Black with #C7F210
Text Example
Text Example
White with #C7F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F210; }
p { color: rgb(199,242,16); }
H1.HeaderClassName
{
color: #C7F210;
}
.AnyTagClassName
{
color: #C7F210;
}
</style>
background-color css
<style>
a { background-color: #C7F210; }
a { background-color: rgb(199,242,16); }
div.DivClassName
{
background-color: #C7F210;
}
.BgClassName
{
background-color: #C7F210;
}
</style>
border-color css
<style>
span { border-color: #C7F210; }
span { border-color: rgb(199,242,16); }
td.TdClassName
{
border-color: #C7F210;
}
.TagClassName
{
border-color: #C7F210;
}
</style>