Shades of Lima #7ABA1B
Tints of Lima #7ABA1B
RGB
CMYK
RGB Variations
Color information
#7ABA1B (or 0x7ABA1B) is known color: Lima. HEX triplet: 7A, BA and 1B. RGB value is (122,186,27). Sum of RGB (Red+Green+Blue) = 122+186+27=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA1B is #8545E4. Grayscale: #959595. Windows color (decimal): -8734181 or 1817210. OLE color: 1817210.
HSL color Cylindrical-coordinate representation of color #7ABA1B: hue angle of 84.15º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7ABA1B is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 27 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.27 |
| HSL | 84.15º | 0.75% | 0.42% | - |
| HSV(B) | 84.15º | 0.85% | 0.73% | - |
| XYZ | 25.78 | 39.33 | 7.27 | - |
| YUV | 148.74 | 59.3 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 27 | 0.34 | 0 | 0.85 | 0.27 | 84.15 | 0.75 | 0.42 |
| Hex | 7A | BA | 1B | 22 | 0 | 55 | 1B | 54 | 4B | 2A |
| Octal | 172 | 272 | 33 | 42 | 0 | 125 | 33 | 124 | 113 | 52 |
| Binary | 1111010 | 10111010 | 11011 | 100010 | 0 | 1010101 | 11011 | 1010100 | 1001011 | 101010 |
Color Harmonies of #7ABA1B
Complementary color
Monochromatic Colors of #7ABA1B
Black with #7ABA1B
Text Example
Text Example
White with #7ABA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA1B; }
p { color: rgb(122,186,27); }
H1.HeaderClassName
{
color: #7ABA1B;
}
.AnyTagClassName
{
color: #7ABA1B;
}
</style>
background-color css
<style>
a { background-color: #7ABA1B; }
a { background-color: rgb(122,186,27); }
div.DivClassName
{
background-color: #7ABA1B;
}
.BgClassName
{
background-color: #7ABA1B;
}
</style>
border-color css
<style>
span { border-color: #7ABA1B; }
span { border-color: rgb(122,186,27); }
td.TdClassName
{
border-color: #7ABA1B;
}
.TagClassName
{
border-color: #7ABA1B;
}
</style>