Shades of Lima #7EAC1E
Tints of Lima #7EAC1E
RGB
CMYK
RGB Variations
Color information
#7EAC1E (or 0x7EAC1E) is known color: Lima. HEX triplet: 7E, AC and 1E. RGB value is (126,172,30). Sum of RGB (Red+Green+Blue) = 126+172+30=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAC1E is #8153E1. Grayscale: #8E8E8E. Windows color (decimal): -8475618 or 2010238. OLE color: 2010238.
HSL color Cylindrical-coordinate representation of color #7EAC1E: hue angle of 79.44º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7EAC1E is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 30 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.33 |
| HSL | 79.44º | 0.7% | 0.4% | - |
| HSV(B) | 79.44º | 0.83% | 0.67% | - |
| XYZ | 23.59 | 34.03 | 6.55 | - |
| YUV | 142.06 | 64.76 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 30 | 0.27 | 0 | 0.83 | 0.33 | 79.44 | 0.7 | 0.4 |
| Hex | 7E | AC | 1E | 1B | 0 | 53 | 21 | 4F | 46 | 28 |
| Octal | 176 | 254 | 36 | 33 | 0 | 123 | 41 | 117 | 106 | 50 |
| Binary | 1111110 | 10101100 | 11110 | 11011 | 0 | 1010011 | 100001 | 1001111 | 1000110 | 101000 |
Color Harmonies of #7EAC1E
Complementary color
Monochromatic Colors of #7EAC1E
Black with #7EAC1E
Text Example
Text Example
White with #7EAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC1E; }
p { color: rgb(126,172,30); }
H1.HeaderClassName
{
color: #7EAC1E;
}
.AnyTagClassName
{
color: #7EAC1E;
}
</style>
background-color css
<style>
a { background-color: #7EAC1E; }
a { background-color: rgb(126,172,30); }
div.DivClassName
{
background-color: #7EAC1E;
}
.BgClassName
{
background-color: #7EAC1E;
}
</style>
border-color css
<style>
span { border-color: #7EAC1E; }
span { border-color: rgb(126,172,30); }
td.TdClassName
{
border-color: #7EAC1E;
}
.TagClassName
{
border-color: #7EAC1E;
}
</style>