Shades of Lima #7EB30A
Tints of Lima #7EB30A
RGB
CMYK
RGB Variations
Color information
#7EB30A (or 0x7EB30A) is known color: Lima. HEX triplet: 7E, B3 and 0A. RGB value is (126,179,10). Sum of RGB (Red+Green+Blue) = 126+179+10=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB30A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB30A is #814CF5. Grayscale: #909090. Windows color (decimal): -8473846 or 701310. OLE color: 701310.
HSL color Cylindrical-coordinate representation of color #7EB30A: hue angle of 78.82º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7EB30A is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 179 | 10 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.30 |
| HSL | 78.82º | 0.89% | 0.37% | - |
| HSV(B) | 78.82º | 0.94% | 0.7% | - |
| XYZ | 24.78 | 36.7 | 6.06 | - |
| YUV | 143.89 | 52.44 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 179 | 10 | 0.30 | 0 | 0.94 | 0.30 | 78.82 | 0.89 | 0.37 |
| Hex | 7E | B3 | A | 1E | 0 | 5E | 1E | 4F | 59 | 25 |
| Octal | 176 | 263 | 12 | 36 | 0 | 136 | 36 | 117 | 131 | 45 |
| Binary | 1111110 | 10110011 | 1010 | 11110 | 0 | 1011110 | 11110 | 1001111 | 1011001 | 100101 |
Color Harmonies of #7EB30A
Complementary color
Monochromatic Colors of #7EB30A
Black with #7EB30A
Text Example
Text Example
White with #7EB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB30A; }
p { color: rgb(126,179,10); }
H1.HeaderClassName
{
color: #7EB30A;
}
.AnyTagClassName
{
color: #7EB30A;
}
</style>
background-color css
<style>
a { background-color: #7EB30A; }
a { background-color: rgb(126,179,10); }
div.DivClassName
{
background-color: #7EB30A;
}
.BgClassName
{
background-color: #7EB30A;
}
</style>
border-color css
<style>
span { border-color: #7EB30A; }
span { border-color: rgb(126,179,10); }
td.TdClassName
{
border-color: #7EB30A;
}
.TagClassName
{
border-color: #7EB30A;
}
</style>