Shades of Electric Lime #C7F010
Tints of Electric Lime #C7F010
RGB
CMYK
RGB Variations
Color information
#C7F010 (or 0xC7F010) is known color: Electric Lime. HEX triplet: C7, F0 and 10. RGB value is (199,240,16). Sum of RGB (Red+Green+Blue) = 199+240+16=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F010 is #380FEF. Grayscale: #CBCBCB. Windows color (decimal): -3674096 or 1110215. OLE color: 1110215.
HSL color Cylindrical-coordinate representation of color #C7F010: hue angle of 70.98º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7F010 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 16 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.06 |
| HSL | 70.98º | 0.88% | 0.5% | - |
| HSV(B) | 70.98º | 0.93% | 0.94% | - |
| XYZ | 54.81 | 74.5 | 11.98 | - |
| YUV | 202.21 | 22.92 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 16 | 0.17 | 0 | 0.93 | 0.06 | 70.98 | 0.88 | 0.5 |
| Hex | C7 | F0 | 10 | 11 | 0 | 5D | 6 | 47 | 58 | 32 |
| Octal | 307 | 360 | 20 | 21 | 0 | 135 | 6 | 107 | 130 | 62 |
| Binary | 11000111 | 11110000 | 10000 | 10001 | 0 | 1011101 | 110 | 1000111 | 1011000 | 110010 |
Color Harmonies of #C7F010
Complementary color
Monochromatic Colors of #C7F010
Black with #C7F010
Text Example
Text Example
White with #C7F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F010; }
p { color: rgb(199,240,16); }
H1.HeaderClassName
{
color: #C7F010;
}
.AnyTagClassName
{
color: #C7F010;
}
</style>
background-color css
<style>
a { background-color: #C7F010; }
a { background-color: rgb(199,240,16); }
div.DivClassName
{
background-color: #C7F010;
}
.BgClassName
{
background-color: #C7F010;
}
</style>
border-color css
<style>
span { border-color: #C7F010; }
span { border-color: rgb(199,240,16); }
td.TdClassName
{
border-color: #C7F010;
}
.TagClassName
{
border-color: #C7F010;
}
</style>