Shades of Lima #7EA90E
Tints of Lima #7EA90E
RGB
CMYK
RGB Variations
Color information
#7EA90E (or 0x7EA90E) is known color: Lima. HEX triplet: 7E, A9 and 0E. RGB value is (126,169,14). Sum of RGB (Red+Green+Blue) = 126+169+14=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA90E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA90E is #8156F1. Grayscale: #8B8B8B. Windows color (decimal): -8476402 or 960894. OLE color: 960894.
HSL color Cylindrical-coordinate representation of color #7EA90E: hue angle of 76.65º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EA90E is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 169 | 14 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.34 |
| HSL | 76.65º | 0.85% | 0.36% | - |
| HSV(B) | 76.65º | 0.92% | 0.66% | - |
| XYZ | 22.87 | 32.84 | 5.55 | - |
| YUV | 138.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 169 | 14 | 0.25 | 0 | 0.92 | 0.34 | 76.65 | 0.85 | 0.36 |
| Hex | 7E | A9 | E | 19 | 0 | 5C | 22 | 4D | 55 | 24 |
| Octal | 176 | 251 | 16 | 31 | 0 | 134 | 42 | 115 | 125 | 44 |
| Binary | 1111110 | 10101001 | 1110 | 11001 | 0 | 1011100 | 100010 | 1001101 | 1010101 | 100100 |
Color Harmonies of #7EA90E
Complementary color
Monochromatic Colors of #7EA90E
Black with #7EA90E
Text Example
Text Example
White with #7EA90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA90E; }
p { color: rgb(126,169,14); }
H1.HeaderClassName
{
color: #7EA90E;
}
.AnyTagClassName
{
color: #7EA90E;
}
</style>
background-color css
<style>
a { background-color: #7EA90E; }
a { background-color: rgb(126,169,14); }
div.DivClassName
{
background-color: #7EA90E;
}
.BgClassName
{
background-color: #7EA90E;
}
</style>
border-color css
<style>
span { border-color: #7EA90E; }
span { border-color: rgb(126,169,14); }
td.TdClassName
{
border-color: #7EA90E;
}
.TagClassName
{
border-color: #7EA90E;
}
</style>