Shades of Lima #7EC60D
Tints of Lima #7EC60D
RGB
CMYK
RGB Variations
Color information
#7EC60D (or 0x7EC60D) is known color: Lima. HEX triplet: 7E, C6 and 0D. RGB value is (126,198,13). Sum of RGB (Red+Green+Blue) = 126+198+13=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 198 (77.73% from 255 or 58.75% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC60D is #8139F2. Grayscale: #9C9C9C. Windows color (decimal): -8468979 or 902782. OLE color: 902782.
HSL color Cylindrical-coordinate representation of color #7EC60D: hue angle of 83.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EC60D is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 13 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.22 |
| HSL | 83.35º | 0.88% | 0.41% | - |
| HSV(B) | 83.35º | 0.93% | 0.78% | - |
| XYZ | 28.87 | 44.85 | 7.52 | - |
| YUV | 155.38 | 47.65 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 13 | 0.36 | 0 | 0.93 | 0.22 | 83.35 | 0.88 | 0.41 |
| Hex | 7E | C6 | D | 24 | 0 | 5D | 16 | 53 | 58 | 29 |
| Octal | 176 | 306 | 15 | 44 | 0 | 135 | 26 | 123 | 130 | 51 |
| Binary | 1111110 | 11000110 | 1101 | 100100 | 0 | 1011101 | 10110 | 1010011 | 1011000 | 101001 |
Color Harmonies of #7EC60D
Complementary color
Monochromatic Colors of #7EC60D
Black with #7EC60D
Text Example
Text Example
White with #7EC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC60D; }
p { color: rgb(126,198,13); }
H1.HeaderClassName
{
color: #7EC60D;
}
.AnyTagClassName
{
color: #7EC60D;
}
</style>
background-color css
<style>
a { background-color: #7EC60D; }
a { background-color: rgb(126,198,13); }
div.DivClassName
{
background-color: #7EC60D;
}
.BgClassName
{
background-color: #7EC60D;
}
</style>
border-color css
<style>
span { border-color: #7EC60D; }
span { border-color: rgb(126,198,13); }
td.TdClassName
{
border-color: #7EC60D;
}
.TagClassName
{
border-color: #7EC60D;
}
</style>