Shades of Lima #7EC40C
Tints of Lima #7EC40C
RGB
CMYK
RGB Variations
Color information
#7EC40C (or 0x7EC40C) is known color: Lima. HEX triplet: 7E, C4 and 0C. RGB value is (126,196,12). Sum of RGB (Red+Green+Blue) = 126+196+12=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC40C is #813BF3. Grayscale: #9A9A9A. Windows color (decimal): -8469492 or 836734. OLE color: 836734.
HSL color Cylindrical-coordinate representation of color #7EC40C: hue angle of 82.83º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7EC40C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 12 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.23 |
| HSL | 82.83º | 0.88% | 0.41% | - |
| HSV(B) | 82.83º | 0.94% | 0.77% | - |
| XYZ | 28.41 | 43.94 | 7.33 | - |
| YUV | 154.09 | 47.81 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 12 | 0.36 | 0 | 0.94 | 0.23 | 82.83 | 0.88 | 0.41 |
| Hex | 7E | C4 | C | 24 | 0 | 5E | 17 | 53 | 58 | 29 |
| Octal | 176 | 304 | 14 | 44 | 0 | 136 | 27 | 123 | 130 | 51 |
| Binary | 1111110 | 11000100 | 1100 | 100100 | 0 | 1011110 | 10111 | 1010011 | 1011000 | 101001 |
Color Harmonies of #7EC40C
Complementary color
Monochromatic Colors of #7EC40C
Black with #7EC40C
Text Example
Text Example
White with #7EC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC40C; }
p { color: rgb(126,196,12); }
H1.HeaderClassName
{
color: #7EC40C;
}
.AnyTagClassName
{
color: #7EC40C;
}
</style>
background-color css
<style>
a { background-color: #7EC40C; }
a { background-color: rgb(126,196,12); }
div.DivClassName
{
background-color: #7EC40C;
}
.BgClassName
{
background-color: #7EC40C;
}
</style>
border-color css
<style>
span { border-color: #7EC40C; }
span { border-color: rgb(126,196,12); }
td.TdClassName
{
border-color: #7EC40C;
}
.TagClassName
{
border-color: #7EC40C;
}
</style>