Shades of Lima #7ABA2E
Tints of Lima #7ABA2E
RGB
CMYK
RGB Variations
Color information
#7ABA2E (or 0x7ABA2E) is known color: Lima. HEX triplet: 7A, BA and 2E. RGB value is (122,186,46). Sum of RGB (Red+Green+Blue) = 122+186+46=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA2E is #8545D1. Grayscale: #979797. Windows color (decimal): -8734162 or 3062394. OLE color: 3062394.
HSL color Cylindrical-coordinate representation of color #7ABA2E: hue angle of 87.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7ABA2E is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 46 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.27 |
| HSL | 87.43º | 0.6% | 0.45% | - |
| HSV(B) | 87.43º | 0.75% | 0.73% | - |
| XYZ | 26.08 | 39.45 | 8.83 | - |
| YUV | 150.9 | 68.8 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 46 | 0.34 | 0 | 0.75 | 0.27 | 87.43 | 0.6 | 0.45 |
| Hex | 7A | BA | 2E | 22 | 0 | 4B | 1B | 57 | 3C | 2D |
| Octal | 172 | 272 | 56 | 42 | 0 | 113 | 33 | 127 | 74 | 55 |
| Binary | 1111010 | 10111010 | 101110 | 100010 | 0 | 1001011 | 11011 | 1010111 | 111100 | 101101 |
Color Harmonies of #7ABA2E
Complementary color
Monochromatic Colors of #7ABA2E
Black with #7ABA2E
Text Example
Text Example
White with #7ABA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA2E; }
p { color: rgb(122,186,46); }
H1.HeaderClassName
{
color: #7ABA2E;
}
.AnyTagClassName
{
color: #7ABA2E;
}
</style>
background-color css
<style>
a { background-color: #7ABA2E; }
a { background-color: rgb(122,186,46); }
div.DivClassName
{
background-color: #7ABA2E;
}
.BgClassName
{
background-color: #7ABA2E;
}
</style>
border-color css
<style>
span { border-color: #7ABA2E; }
span { border-color: rgb(122,186,46); }
td.TdClassName
{
border-color: #7ABA2E;
}
.TagClassName
{
border-color: #7ABA2E;
}
</style>