Shades of Lima #7AB52B
Tints of Lima #7AB52B
RGB
CMYK
RGB Variations
Color information
#7AB52B (or 0x7AB52B) is known color: Lima. HEX triplet: 7A, B5 and 2B. RGB value is (122,181,43). Sum of RGB (Red+Green+Blue) = 122+181+43=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB52B is #854AD4. Grayscale: #949494. Windows color (decimal): -8735445 or 2864506. OLE color: 2864506.
HSL color Cylindrical-coordinate representation of color #7AB52B: hue angle of 85.65º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AB52B is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 43 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.29 |
| HSL | 85.65º | 0.62% | 0.44% | - |
| HSV(B) | 85.65º | 0.76% | 0.71% | - |
| XYZ | 24.99 | 37.36 | 8.18 | - |
| YUV | 147.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 43 | 0.33 | 0 | 0.76 | 0.29 | 85.65 | 0.62 | 0.44 |
| Hex | 7A | B5 | 2B | 21 | 0 | 4C | 1D | 56 | 3E | 2C |
| Octal | 172 | 265 | 53 | 41 | 0 | 114 | 35 | 126 | 76 | 54 |
| Binary | 1111010 | 10110101 | 101011 | 100001 | 0 | 1001100 | 11101 | 1010110 | 111110 | 101100 |
Color Harmonies of #7AB52B
Complementary color
Monochromatic Colors of #7AB52B
Black with #7AB52B
Text Example
Text Example
White with #7AB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB52B; }
p { color: rgb(122,181,43); }
H1.HeaderClassName
{
color: #7AB52B;
}
.AnyTagClassName
{
color: #7AB52B;
}
</style>
background-color css
<style>
a { background-color: #7AB52B; }
a { background-color: rgb(122,181,43); }
div.DivClassName
{
background-color: #7AB52B;
}
.BgClassName
{
background-color: #7AB52B;
}
</style>
border-color css
<style>
span { border-color: #7AB52B; }
span { border-color: rgb(122,181,43); }
td.TdClassName
{
border-color: #7AB52B;
}
.TagClassName
{
border-color: #7AB52B;
}
</style>