Shades of Lima #7EA31A
Tints of Lima #7EA31A
RGB
CMYK
RGB Variations
Color information
#7EA31A (or 0x7EA31A) is known color: Lima. HEX triplet: 7E, A3 and 1A. RGB value is (126,163,26). Sum of RGB (Red+Green+Blue) = 126+163+26=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA31A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA31A is #815CE5. Grayscale: #888888. Windows color (decimal): -8477926 or 1745790. OLE color: 1745790.
HSL color Cylindrical-coordinate representation of color #7EA31A: hue angle of 76.2º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EA31A is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 26 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.36 |
| HSL | 76.2º | 0.72% | 0.37% | - |
| HSV(B) | 76.2º | 0.84% | 0.64% | - |
| XYZ | 21.89 | 30.7 | 5.75 | - |
| YUV | 136.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 26 | 0.23 | 0 | 0.84 | 0.36 | 76.2 | 0.72 | 0.37 |
| Hex | 7E | A3 | 1A | 17 | 0 | 54 | 24 | 4C | 48 | 25 |
| Octal | 176 | 243 | 32 | 27 | 0 | 124 | 44 | 114 | 110 | 45 |
| Binary | 1111110 | 10100011 | 11010 | 10111 | 0 | 1010100 | 100100 | 1001100 | 1001000 | 100101 |
Color Harmonies of #7EA31A
Complementary color
Monochromatic Colors of #7EA31A
Black with #7EA31A
Text Example
Text Example
White with #7EA31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA31A; }
p { color: rgb(126,163,26); }
H1.HeaderClassName
{
color: #7EA31A;
}
.AnyTagClassName
{
color: #7EA31A;
}
</style>
background-color css
<style>
a { background-color: #7EA31A; }
a { background-color: rgb(126,163,26); }
div.DivClassName
{
background-color: #7EA31A;
}
.BgClassName
{
background-color: #7EA31A;
}
</style>
border-color css
<style>
span { border-color: #7EA31A; }
span { border-color: rgb(126,163,26); }
td.TdClassName
{
border-color: #7EA31A;
}
.TagClassName
{
border-color: #7EA31A;
}
</style>