Shades of Lima #7EAC2E
Tints of Lima #7EAC2E
RGB
CMYK
RGB Variations
Color information
#7EAC2E (or 0x7EAC2E) is known color: Lima. HEX triplet: 7E, AC and 2E. RGB value is (126,172,46). Sum of RGB (Red+Green+Blue) = 126+172+46=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAC2E is #8153D1. Grayscale: #909090. Windows color (decimal): -8475602 or 3058814. OLE color: 3058814.
HSL color Cylindrical-coordinate representation of color #7EAC2E: hue angle of 81.9º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EAC2E is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 46 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.33 |
| HSL | 81.9º | 0.58% | 0.43% | - |
| HSV(B) | 81.9º | 0.73% | 0.67% | - |
| XYZ | 23.85 | 34.14 | 7.92 | - |
| YUV | 143.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 46 | 0.27 | 0 | 0.73 | 0.33 | 81.9 | 0.58 | 0.43 |
| Hex | 7E | AC | 2E | 1B | 0 | 49 | 21 | 52 | 3A | 2B |
| Octal | 176 | 254 | 56 | 33 | 0 | 111 | 41 | 122 | 72 | 53 |
| Binary | 1111110 | 10101100 | 101110 | 11011 | 0 | 1001001 | 100001 | 1010010 | 111010 | 101011 |
Color Harmonies of #7EAC2E
Complementary color
Monochromatic Colors of #7EAC2E
Black with #7EAC2E
Text Example
Text Example
White with #7EAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC2E; }
p { color: rgb(126,172,46); }
H1.HeaderClassName
{
color: #7EAC2E;
}
.AnyTagClassName
{
color: #7EAC2E;
}
</style>
background-color css
<style>
a { background-color: #7EAC2E; }
a { background-color: rgb(126,172,46); }
div.DivClassName
{
background-color: #7EAC2E;
}
.BgClassName
{
background-color: #7EAC2E;
}
</style>
border-color css
<style>
span { border-color: #7EAC2E; }
span { border-color: rgb(126,172,46); }
td.TdClassName
{
border-color: #7EAC2E;
}
.TagClassName
{
border-color: #7EAC2E;
}
</style>