Shades of Lima #7ABA1E
Tints of Lima #7ABA1E
RGB
CMYK
RGB Variations
Color information
#7ABA1E (or 0x7ABA1E) is known color: Lima. HEX triplet: 7A, BA and 1E. RGB value is (122,186,30). Sum of RGB (Red+Green+Blue) = 122+186+30=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA1E is #8545E1. Grayscale: #959595. Windows color (decimal): -8734178 or 2013818. OLE color: 2013818.
HSL color Cylindrical-coordinate representation of color #7ABA1E: hue angle of 84.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7ABA1E is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 30 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.27 |
| HSL | 84.62º | 0.72% | 0.42% | - |
| HSV(B) | 84.62º | 0.84% | 0.73% | - |
| XYZ | 25.82 | 39.35 | 7.46 | - |
| YUV | 149.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 30 | 0.34 | 0 | 0.84 | 0.27 | 84.62 | 0.72 | 0.42 |
| Hex | 7A | BA | 1E | 22 | 0 | 54 | 1B | 55 | 48 | 2A |
| Octal | 172 | 272 | 36 | 42 | 0 | 124 | 33 | 125 | 110 | 52 |
| Binary | 1111010 | 10111010 | 11110 | 100010 | 0 | 1010100 | 11011 | 1010101 | 1001000 | 101010 |
Color Harmonies of #7ABA1E
Complementary color
Monochromatic Colors of #7ABA1E
Black with #7ABA1E
Text Example
Text Example
White with #7ABA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA1E; }
p { color: rgb(122,186,30); }
H1.HeaderClassName
{
color: #7ABA1E;
}
.AnyTagClassName
{
color: #7ABA1E;
}
</style>
background-color css
<style>
a { background-color: #7ABA1E; }
a { background-color: rgb(122,186,30); }
div.DivClassName
{
background-color: #7ABA1E;
}
.BgClassName
{
background-color: #7ABA1E;
}
</style>
border-color css
<style>
span { border-color: #7ABA1E; }
span { border-color: rgb(122,186,30); }
td.TdClassName
{
border-color: #7ABA1E;
}
.TagClassName
{
border-color: #7ABA1E;
}
</style>