Shades of Electric Lime #C7F50E
Tints of Electric Lime #C7F50E
RGB
CMYK
RGB Variations
Color information
#C7F50E (or 0xC7F50E) is known color: Electric Lime. HEX triplet: C7, F5 and 0E. RGB value is (199,245,14). Sum of RGB (Red+Green+Blue) = 199+245+14=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F50E is #380AF1. Grayscale: #CDCDCD. Windows color (decimal): -3672818 or 980423. OLE color: 980423.
HSL color Cylindrical-coordinate representation of color #C7F50E: hue angle of 71.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7F50E is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 14 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.04 |
| HSL | 71.95º | 0.92% | 0.51% | - |
| HSV(B) | 71.95º | 0.94% | 0.96% | - |
| XYZ | 56.28 | 77.48 | 12.4 | - |
| YUV | 204.91 | 20.26 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 14 | 0.19 | 0 | 0.94 | 0.04 | 71.95 | 0.92 | 0.51 |
| Hex | C7 | F5 | E | 13 | 0 | 5E | 4 | 48 | 5C | 33 |
| Octal | 307 | 365 | 16 | 23 | 0 | 136 | 4 | 110 | 134 | 63 |
| Binary | 11000111 | 11110101 | 1110 | 10011 | 0 | 1011110 | 100 | 1001000 | 1011100 | 110011 |
Color Harmonies of #C7F50E
Complementary color
Monochromatic Colors of #C7F50E
Black with #C7F50E
Text Example
Text Example
White with #C7F50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F50E; }
p { color: rgb(199,245,14); }
H1.HeaderClassName
{
color: #C7F50E;
}
.AnyTagClassName
{
color: #C7F50E;
}
</style>
background-color css
<style>
a { background-color: #C7F50E; }
a { background-color: rgb(199,245,14); }
div.DivClassName
{
background-color: #C7F50E;
}
.BgClassName
{
background-color: #C7F50E;
}
</style>
border-color css
<style>
span { border-color: #C7F50E; }
span { border-color: rgb(199,245,14); }
td.TdClassName
{
border-color: #C7F50E;
}
.TagClassName
{
border-color: #C7F50E;
}
</style>