Shades of Lima #7ABA2C
Tints of Lima #7ABA2C
RGB
CMYK
RGB Variations
Color information
#7ABA2C (or 0x7ABA2C) is known color: Lima. HEX triplet: 7A, BA and 2C. RGB value is (122,186,44). Sum of RGB (Red+Green+Blue) = 122+186+44=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA2C is #8545D3. Grayscale: #979797. Windows color (decimal): -8734164 or 2931322. OLE color: 2931322.
HSL color Cylindrical-coordinate representation of color #7ABA2C: hue angle of 87.04º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7ABA2C is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 44 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.27 |
| HSL | 87.04º | 0.62% | 0.45% | - |
| HSV(B) | 87.04º | 0.76% | 0.73% | - |
| XYZ | 26.04 | 39.44 | 8.62 | - |
| YUV | 150.68 | 67.8 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 44 | 0.34 | 0 | 0.76 | 0.27 | 87.04 | 0.62 | 0.45 |
| Hex | 7A | BA | 2C | 22 | 0 | 4C | 1B | 57 | 3E | 2D |
| Octal | 172 | 272 | 54 | 42 | 0 | 114 | 33 | 127 | 76 | 55 |
| Binary | 1111010 | 10111010 | 101100 | 100010 | 0 | 1001100 | 11011 | 1010111 | 111110 | 101101 |
Color Harmonies of #7ABA2C
Complementary color
Monochromatic Colors of #7ABA2C
Black with #7ABA2C
Text Example
Text Example
White with #7ABA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA2C; }
p { color: rgb(122,186,44); }
H1.HeaderClassName
{
color: #7ABA2C;
}
.AnyTagClassName
{
color: #7ABA2C;
}
</style>
background-color css
<style>
a { background-color: #7ABA2C; }
a { background-color: rgb(122,186,44); }
div.DivClassName
{
background-color: #7ABA2C;
}
.BgClassName
{
background-color: #7ABA2C;
}
</style>
border-color css
<style>
span { border-color: #7ABA2C; }
span { border-color: rgb(122,186,44); }
td.TdClassName
{
border-color: #7ABA2C;
}
.TagClassName
{
border-color: #7ABA2C;
}
</style>