Shades of Lima #7AB52A
Tints of Lima #7AB52A
RGB
CMYK
RGB Variations
Color information
#7AB52A (or 0x7AB52A) is known color: Lima. HEX triplet: 7A, B5 and 2A. RGB value is (122,181,42). Sum of RGB (Red+Green+Blue) = 122+181+42=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB52A is #854AD5. Grayscale: #949494. Windows color (decimal): -8735446 or 2798970. OLE color: 2798970.
HSL color Cylindrical-coordinate representation of color #7AB52A: hue angle of 85.47º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AB52A is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 42 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.29 |
| HSL | 85.47º | 0.62% | 0.44% | - |
| HSV(B) | 85.47º | 0.77% | 0.71% | - |
| XYZ | 24.97 | 37.35 | 8.08 | - |
| YUV | 147.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 42 | 0.33 | 0 | 0.77 | 0.29 | 85.47 | 0.62 | 0.44 |
| Hex | 7A | B5 | 2A | 21 | 0 | 4D | 1D | 55 | 3E | 2C |
| Octal | 172 | 265 | 52 | 41 | 0 | 115 | 35 | 125 | 76 | 54 |
| Binary | 1111010 | 10110101 | 101010 | 100001 | 0 | 1001101 | 11101 | 1010101 | 111110 | 101100 |
Color Harmonies of #7AB52A
Complementary color
Monochromatic Colors of #7AB52A
Black with #7AB52A
Text Example
Text Example
White with #7AB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB52A; }
p { color: rgb(122,181,42); }
H1.HeaderClassName
{
color: #7AB52A;
}
.AnyTagClassName
{
color: #7AB52A;
}
</style>
background-color css
<style>
a { background-color: #7AB52A; }
a { background-color: rgb(122,181,42); }
div.DivClassName
{
background-color: #7AB52A;
}
.BgClassName
{
background-color: #7AB52A;
}
</style>
border-color css
<style>
span { border-color: #7AB52A; }
span { border-color: rgb(122,181,42); }
td.TdClassName
{
border-color: #7AB52A;
}
.TagClassName
{
border-color: #7AB52A;
}
</style>