Shades of Lima #7AB32B
Tints of Lima #7AB32B
RGB
CMYK
RGB Variations
Color information
#7AB32B (or 0x7AB32B) is known color: Lima. HEX triplet: 7A, B3 and 2B. RGB value is (122,179,43). Sum of RGB (Red+Green+Blue) = 122+179+43=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB32B is #854CD4. Grayscale: #929292. Windows color (decimal): -8735957 or 2863994. OLE color: 2863994.
HSL color Cylindrical-coordinate representation of color #7AB32B: hue angle of 85.15º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AB32B is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 43 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.30 |
| HSL | 85.15º | 0.61% | 0.44% | - |
| HSV(B) | 85.15º | 0.76% | 0.7% | - |
| XYZ | 24.58 | 36.55 | 8.05 | - |
| YUV | 146.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 43 | 0.32 | 0 | 0.76 | 0.30 | 85.15 | 0.61 | 0.44 |
| Hex | 7A | B3 | 2B | 20 | 0 | 4C | 1E | 55 | 3D | 2C |
| Octal | 172 | 263 | 53 | 40 | 0 | 114 | 36 | 125 | 75 | 54 |
| Binary | 1111010 | 10110011 | 101011 | 100000 | 0 | 1001100 | 11110 | 1010101 | 111101 | 101100 |
Color Harmonies of #7AB32B
Complementary color
Monochromatic Colors of #7AB32B
Black with #7AB32B
Text Example
Text Example
White with #7AB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB32B; }
p { color: rgb(122,179,43); }
H1.HeaderClassName
{
color: #7AB32B;
}
.AnyTagClassName
{
color: #7AB32B;
}
</style>
background-color css
<style>
a { background-color: #7AB32B; }
a { background-color: rgb(122,179,43); }
div.DivClassName
{
background-color: #7AB32B;
}
.BgClassName
{
background-color: #7AB32B;
}
</style>
border-color css
<style>
span { border-color: #7AB32B; }
span { border-color: rgb(122,179,43); }
td.TdClassName
{
border-color: #7AB32B;
}
.TagClassName
{
border-color: #7AB32B;
}
</style>