Shades of Electric Lime #C7EF0E
Tints of Electric Lime #C7EF0E
RGB
CMYK
RGB Variations
Color information
#C7EF0E (or 0xC7EF0E) is known color: Electric Lime. HEX triplet: C7, EF and 0E. RGB value is (199,239,14). Sum of RGB (Red+Green+Blue) = 199+239+14=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EF0E is #3810F1. Grayscale: #CACACA. Windows color (decimal): -3674354 or 978887. OLE color: 978887.
HSL color Cylindrical-coordinate representation of color #C7EF0E: hue angle of 70.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7EF0E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 239 | 14 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.06 |
| HSL | 70.67º | 0.89% | 0.5% | - |
| HSV(B) | 70.67º | 0.94% | 0.94% | - |
| XYZ | 54.5 | 73.91 | 11.81 | - |
| YUV | 201.39 | 22.25 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 239 | 14 | 0.17 | 0 | 0.94 | 0.06 | 70.67 | 0.89 | 0.5 |
| Hex | C7 | EF | E | 11 | 0 | 5E | 6 | 47 | 59 | 32 |
| Octal | 307 | 357 | 16 | 21 | 0 | 136 | 6 | 107 | 131 | 62 |
| Binary | 11000111 | 11101111 | 1110 | 10001 | 0 | 1011110 | 110 | 1000111 | 1011001 | 110010 |
Color Harmonies of #C7EF0E
Complementary color
Monochromatic Colors of #C7EF0E
Black with #C7EF0E
Text Example
Text Example
White with #C7EF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EF0E; }
p { color: rgb(199,239,14); }
H1.HeaderClassName
{
color: #C7EF0E;
}
.AnyTagClassName
{
color: #C7EF0E;
}
</style>
background-color css
<style>
a { background-color: #C7EF0E; }
a { background-color: rgb(199,239,14); }
div.DivClassName
{
background-color: #C7EF0E;
}
.BgClassName
{
background-color: #C7EF0E;
}
</style>
border-color css
<style>
span { border-color: #C7EF0E; }
span { border-color: rgb(199,239,14); }
td.TdClassName
{
border-color: #C7EF0E;
}
.TagClassName
{
border-color: #C7EF0E;
}
</style>