Shades of Lima #7EAF1D
Tints of Lima #7EAF1D
RGB
CMYK
RGB Variations
Color information
#7EAF1D (or 0x7EAF1D) is known color: Lima. HEX triplet: 7E, AF and 1D. RGB value is (126,175,29). Sum of RGB (Red+Green+Blue) = 126+175+29=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAF1D is #8150E2. Grayscale: #909090. Windows color (decimal): -8474851 or 1945470. OLE color: 1945470.
HSL color Cylindrical-coordinate representation of color #7EAF1D: hue angle of 80.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7EAF1D is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 29 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.31 |
| HSL | 80.14º | 0.72% | 0.4% | - |
| HSV(B) | 80.14º | 0.83% | 0.69% | - |
| XYZ | 24.16 | 35.18 | 6.68 | - |
| YUV | 143.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 29 | 0.28 | 0 | 0.83 | 0.31 | 80.14 | 0.72 | 0.4 |
| Hex | 7E | AF | 1D | 1C | 0 | 53 | 1F | 50 | 48 | 28 |
| Octal | 176 | 257 | 35 | 34 | 0 | 123 | 37 | 120 | 110 | 50 |
| Binary | 1111110 | 10101111 | 11101 | 11100 | 0 | 1010011 | 11111 | 1010000 | 1001000 | 101000 |
Color Harmonies of #7EAF1D
Complementary color
Monochromatic Colors of #7EAF1D
Black with #7EAF1D
Text Example
Text Example
White with #7EAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF1D; }
p { color: rgb(126,175,29); }
H1.HeaderClassName
{
color: #7EAF1D;
}
.AnyTagClassName
{
color: #7EAF1D;
}
</style>
background-color css
<style>
a { background-color: #7EAF1D; }
a { background-color: rgb(126,175,29); }
div.DivClassName
{
background-color: #7EAF1D;
}
.BgClassName
{
background-color: #7EAF1D;
}
</style>
border-color css
<style>
span { border-color: #7EAF1D; }
span { border-color: rgb(126,175,29); }
td.TdClassName
{
border-color: #7EAF1D;
}
.TagClassName
{
border-color: #7EAF1D;
}
</style>