Shades of Lima #7ABA2F
Tints of Lima #7ABA2F
RGB
CMYK
RGB Variations
Color information
#7ABA2F (or 0x7ABA2F) is known color: Lima. HEX triplet: 7A, BA and 2F. RGB value is (122,186,47). Sum of RGB (Red+Green+Blue) = 122+186+47=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA2F is #8545D0. Grayscale: #979797. Windows color (decimal): -8734161 or 3127930. OLE color: 3127930.
HSL color Cylindrical-coordinate representation of color #7ABA2F: hue angle of 87.63º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7ABA2F is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 47 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.27 |
| HSL | 87.63º | 0.6% | 0.46% | - |
| HSV(B) | 87.63º | 0.75% | 0.73% | - |
| XYZ | 26.1 | 39.46 | 8.93 | - |
| YUV | 151.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 47 | 0.34 | 0 | 0.75 | 0.27 | 87.63 | 0.6 | 0.46 |
| Hex | 7A | BA | 2F | 22 | 0 | 4B | 1B | 58 | 3C | 2E |
| Octal | 172 | 272 | 57 | 42 | 0 | 113 | 33 | 130 | 74 | 56 |
| Binary | 1111010 | 10111010 | 101111 | 100010 | 0 | 1001011 | 11011 | 1011000 | 111100 | 101110 |
Color Harmonies of #7ABA2F
Complementary color
Monochromatic Colors of #7ABA2F
Black with #7ABA2F
Text Example
Text Example
White with #7ABA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA2F; }
p { color: rgb(122,186,47); }
H1.HeaderClassName
{
color: #7ABA2F;
}
.AnyTagClassName
{
color: #7ABA2F;
}
</style>
background-color css
<style>
a { background-color: #7ABA2F; }
a { background-color: rgb(122,186,47); }
div.DivClassName
{
background-color: #7ABA2F;
}
.BgClassName
{
background-color: #7ABA2F;
}
</style>
border-color css
<style>
span { border-color: #7ABA2F; }
span { border-color: rgb(122,186,47); }
td.TdClassName
{
border-color: #7ABA2F;
}
.TagClassName
{
border-color: #7ABA2F;
}
</style>