Shades of Lima #7EC60E
Tints of Lima #7EC60E
RGB
CMYK
RGB Variations
Color information
#7EC60E (or 0x7EC60E) is known color: Lima. HEX triplet: 7E, C6 and 0E. RGB value is (126,198,14). Sum of RGB (Red+Green+Blue) = 126+198+14=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 198 (77.73% from 255 or 58.58% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC60E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC60E is #8139F1. Grayscale: #9C9C9C. Windows color (decimal): -8468978 or 968318. OLE color: 968318.
HSL color Cylindrical-coordinate representation of color #7EC60E: hue angle of 83.48º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EC60E is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 14 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.22 |
| HSL | 83.48º | 0.87% | 0.42% | - |
| HSV(B) | 83.48º | 0.93% | 0.78% | - |
| XYZ | 28.88 | 44.86 | 7.55 | - |
| YUV | 155.5 | 48.15 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 14 | 0.36 | 0 | 0.93 | 0.22 | 83.48 | 0.87 | 0.42 |
| Hex | 7E | C6 | E | 24 | 0 | 5D | 16 | 53 | 57 | 2A |
| Octal | 176 | 306 | 16 | 44 | 0 | 135 | 26 | 123 | 127 | 52 |
| Binary | 1111110 | 11000110 | 1110 | 100100 | 0 | 1011101 | 10110 | 1010011 | 1010111 | 101010 |
Color Harmonies of #7EC60E
Complementary color
Monochromatic Colors of #7EC60E
Black with #7EC60E
Text Example
Text Example
White with #7EC60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC60E; }
p { color: rgb(126,198,14); }
H1.HeaderClassName
{
color: #7EC60E;
}
.AnyTagClassName
{
color: #7EC60E;
}
</style>
background-color css
<style>
a { background-color: #7EC60E; }
a { background-color: rgb(126,198,14); }
div.DivClassName
{
background-color: #7EC60E;
}
.BgClassName
{
background-color: #7EC60E;
}
</style>
border-color css
<style>
span { border-color: #7EC60E; }
span { border-color: rgb(126,198,14); }
td.TdClassName
{
border-color: #7EC60E;
}
.TagClassName
{
border-color: #7EC60E;
}
</style>