Shades of Lima #7EA01D
Tints of Lima #7EA01D
RGB
CMYK
RGB Variations
Color information
#7EA01D (or 0x7EA01D) is known color: Lima. HEX triplet: 7E, A0 and 1D. RGB value is (126,160,29). Sum of RGB (Red+Green+Blue) = 126+160+29=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA01D is #815FE2. Grayscale: #878787. Windows color (decimal): -8478691 or 1941630. OLE color: 1941630.
HSL color Cylindrical-coordinate representation of color #7EA01D: hue angle of 75.57º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7EA01D is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 29 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.37 |
| HSL | 75.57º | 0.69% | 0.37% | - |
| HSV(B) | 75.57º | 0.82% | 0.63% | - |
| XYZ | 21.4 | 29.67 | 5.76 | - |
| YUV | 134.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 29 | 0.21 | 0 | 0.82 | 0.37 | 75.57 | 0.69 | 0.37 |
| Hex | 7E | A0 | 1D | 15 | 0 | 52 | 25 | 4C | 45 | 25 |
| Octal | 176 | 240 | 35 | 25 | 0 | 122 | 45 | 114 | 105 | 45 |
| Binary | 1111110 | 10100000 | 11101 | 10101 | 0 | 1010010 | 100101 | 1001100 | 1000101 | 100101 |
Color Harmonies of #7EA01D
Complementary color
Monochromatic Colors of #7EA01D
Black with #7EA01D
Text Example
Text Example
White with #7EA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA01D; }
p { color: rgb(126,160,29); }
H1.HeaderClassName
{
color: #7EA01D;
}
.AnyTagClassName
{
color: #7EA01D;
}
</style>
background-color css
<style>
a { background-color: #7EA01D; }
a { background-color: rgb(126,160,29); }
div.DivClassName
{
background-color: #7EA01D;
}
.BgClassName
{
background-color: #7EA01D;
}
</style>
border-color css
<style>
span { border-color: #7EA01D; }
span { border-color: rgb(126,160,29); }
td.TdClassName
{
border-color: #7EA01D;
}
.TagClassName
{
border-color: #7EA01D;
}
</style>