Shades of Electric Lime #C7F40E
Tints of Electric Lime #C7F40E
RGB
CMYK
RGB Variations
Color information
#C7F40E (or 0xC7F40E) is known color: Electric Lime. HEX triplet: C7, F4 and 0E. RGB value is (199,244,14). Sum of RGB (Red+Green+Blue) = 199+244+14=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #C7F40E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F40E is #380BF1. Grayscale: #CDCDCD. Windows color (decimal): -3673074 or 980167. OLE color: 980167.
HSL color Cylindrical-coordinate representation of color #C7F40E: hue angle of 71.74º degrees, saturation: 0.91, 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 #C7F40E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 244 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.04 |
| HSL | 71.74º | 0.91% | 0.51% | - |
| HSV(B) | 71.74º | 0.94% | 0.96% | - |
| XYZ | 55.98 | 76.88 | 12.3 | - |
| YUV | 204.33 | 20.59 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 244 | 14 | 0.18 | 0 | 0.94 | 0.04 | 71.74 | 0.91 | 0.51 |
| Hex | C7 | F4 | E | 12 | 0 | 5E | 4 | 48 | 5B | 33 |
| Octal | 307 | 364 | 16 | 22 | 0 | 136 | 4 | 110 | 133 | 63 |
| Binary | 11000111 | 11110100 | 1110 | 10010 | 0 | 1011110 | 100 | 1001000 | 1011011 | 110011 |
Color Harmonies of #C7F40E
Complementary color
Monochromatic Colors of #C7F40E
Black with #C7F40E
Text Example
Text Example
White with #C7F40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F40E; }
p { color: rgb(199,244,14); }
H1.HeaderClassName
{
color: #C7F40E;
}
.AnyTagClassName
{
color: #C7F40E;
}
</style>
background-color css
<style>
a { background-color: #C7F40E; }
a { background-color: rgb(199,244,14); }
div.DivClassName
{
background-color: #C7F40E;
}
.BgClassName
{
background-color: #C7F40E;
}
</style>
border-color css
<style>
span { border-color: #C7F40E; }
span { border-color: rgb(199,244,14); }
td.TdClassName
{
border-color: #C7F40E;
}
.TagClassName
{
border-color: #C7F40E;
}
</style>