Shades of Lima #7AB22C
Tints of Lima #7AB22C
RGB
CMYK
RGB Variations
Color information
#7AB22C (or 0x7AB22C) is known color: Lima. HEX triplet: 7A, B2 and 2C. RGB value is (122,178,44). Sum of RGB (Red+Green+Blue) = 122+178+44=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB22C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB22C is #854DD3. Grayscale: #929292. Windows color (decimal): -8736212 or 2929274. OLE color: 2929274.
HSL color Cylindrical-coordinate representation of color #7AB22C: hue angle of 85.07º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AB22C is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 44 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.30 |
| HSL | 85.07º | 0.6% | 0.44% | - |
| HSV(B) | 85.07º | 0.75% | 0.7% | - |
| XYZ | 24.4 | 36.16 | 8.08 | - |
| YUV | 145.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 44 | 0.31 | 0 | 0.75 | 0.30 | 85.07 | 0.6 | 0.44 |
| Hex | 7A | B2 | 2C | 1F | 0 | 4B | 1E | 55 | 3C | 2C |
| Octal | 172 | 262 | 54 | 37 | 0 | 113 | 36 | 125 | 74 | 54 |
| Binary | 1111010 | 10110010 | 101100 | 11111 | 0 | 1001011 | 11110 | 1010101 | 111100 | 101100 |
Color Harmonies of #7AB22C
Complementary color
Monochromatic Colors of #7AB22C
Black with #7AB22C
Text Example
Text Example
White with #7AB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB22C; }
p { color: rgb(122,178,44); }
H1.HeaderClassName
{
color: #7AB22C;
}
.AnyTagClassName
{
color: #7AB22C;
}
</style>
background-color css
<style>
a { background-color: #7AB22C; }
a { background-color: rgb(122,178,44); }
div.DivClassName
{
background-color: #7AB22C;
}
.BgClassName
{
background-color: #7AB22C;
}
</style>
border-color css
<style>
span { border-color: #7AB22C; }
span { border-color: rgb(122,178,44); }
td.TdClassName
{
border-color: #7AB22C;
}
.TagClassName
{
border-color: #7AB22C;
}
</style>