Shades of Lima #7EA21E
Tints of Lima #7EA21E
RGB
CMYK
RGB Variations
Color information
#7EA21E (or 0x7EA21E) is known color: Lima. HEX triplet: 7E, A2 and 1E. RGB value is (126,162,30). Sum of RGB (Red+Green+Blue) = 126+162+30=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA21E is #815DE1. Grayscale: #888888. Windows color (decimal): -8478178 or 2007678. OLE color: 2007678.
HSL color Cylindrical-coordinate representation of color #7EA21E: hue angle of 76.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7EA21E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 30 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.36 |
| HSL | 76.36º | 0.69% | 0.38% | - |
| HSV(B) | 76.36º | 0.81% | 0.64% | - |
| XYZ | 21.76 | 30.37 | 5.94 | - |
| YUV | 136.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 30 | 0.22 | 0 | 0.81 | 0.36 | 76.36 | 0.69 | 0.38 |
| Hex | 7E | A2 | 1E | 16 | 0 | 51 | 24 | 4C | 45 | 26 |
| Octal | 176 | 242 | 36 | 26 | 0 | 121 | 44 | 114 | 105 | 46 |
| Binary | 1111110 | 10100010 | 11110 | 10110 | 0 | 1010001 | 100100 | 1001100 | 1000101 | 100110 |
Color Harmonies of #7EA21E
Complementary color
Monochromatic Colors of #7EA21E
Black with #7EA21E
Text Example
Text Example
White with #7EA21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA21E; }
p { color: rgb(126,162,30); }
H1.HeaderClassName
{
color: #7EA21E;
}
.AnyTagClassName
{
color: #7EA21E;
}
</style>
background-color css
<style>
a { background-color: #7EA21E; }
a { background-color: rgb(126,162,30); }
div.DivClassName
{
background-color: #7EA21E;
}
.BgClassName
{
background-color: #7EA21E;
}
</style>
border-color css
<style>
span { border-color: #7EA21E; }
span { border-color: rgb(126,162,30); }
td.TdClassName
{
border-color: #7EA21E;
}
.TagClassName
{
border-color: #7EA21E;
}
</style>