Shades of Lima #7EB32A
Tints of Lima #7EB32A
RGB
CMYK
RGB Variations
Color information
#7EB32A (or 0x7EB32A) is known color: Lima. HEX triplet: 7E, B3 and 2A. RGB value is (126,179,42). Sum of RGB (Red+Green+Blue) = 126+179+42=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB32A is #814CD5. Grayscale: #949494. Windows color (decimal): -8473814 or 2798462. OLE color: 2798462.
HSL color Cylindrical-coordinate representation of color #7EB32A: hue angle of 83.21º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EB32A is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 179 | 42 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.30 |
| HSL | 83.21º | 0.62% | 0.43% | - |
| HSV(B) | 83.21º | 0.77% | 0.7% | - |
| XYZ | 25.14 | 36.84 | 7.98 | - |
| YUV | 147.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 179 | 42 | 0.30 | 0 | 0.77 | 0.30 | 83.21 | 0.62 | 0.43 |
| Hex | 7E | B3 | 2A | 1E | 0 | 4D | 1E | 53 | 3E | 2B |
| Octal | 176 | 263 | 52 | 36 | 0 | 115 | 36 | 123 | 76 | 53 |
| Binary | 1111110 | 10110011 | 101010 | 11110 | 0 | 1001101 | 11110 | 1010011 | 111110 | 101011 |
Color Harmonies of #7EB32A
Complementary color
Monochromatic Colors of #7EB32A
Black with #7EB32A
Text Example
Text Example
White with #7EB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB32A; }
p { color: rgb(126,179,42); }
H1.HeaderClassName
{
color: #7EB32A;
}
.AnyTagClassName
{
color: #7EB32A;
}
</style>
background-color css
<style>
a { background-color: #7EB32A; }
a { background-color: rgb(126,179,42); }
div.DivClassName
{
background-color: #7EB32A;
}
.BgClassName
{
background-color: #7EB32A;
}
</style>
border-color css
<style>
span { border-color: #7EB32A; }
span { border-color: rgb(126,179,42); }
td.TdClassName
{
border-color: #7EB32A;
}
.TagClassName
{
border-color: #7EB32A;
}
</style>