Shades of Lima #7AB537
Tints of Lima #7AB537
RGB
CMYK
RGB Variations
Color information
#7AB537 (or 0x7AB537) is known color: Lima. HEX triplet: 7A, B5 and 37. RGB value is (122,181,55). Sum of RGB (Red+Green+Blue) = 122+181+55=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB537 is #854AC8. Grayscale: #959595. Windows color (decimal): -8735433 or 3650938. OLE color: 3650938.
HSL color Cylindrical-coordinate representation of color #7AB537: hue angle of 88.1º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AB537 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 55 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.29 |
| HSL | 88.1º | 0.53% | 0.46% | - |
| HSV(B) | 88.1º | 0.7% | 0.71% | - |
| XYZ | 25.24 | 37.46 | 9.51 | - |
| YUV | 149 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 55 | 0.33 | 0 | 0.70 | 0.29 | 88.1 | 0.53 | 0.46 |
| Hex | 7A | B5 | 37 | 21 | 0 | 46 | 1D | 58 | 35 | 2E |
| Octal | 172 | 265 | 67 | 41 | 0 | 106 | 35 | 130 | 65 | 56 |
| Binary | 1111010 | 10110101 | 110111 | 100001 | 0 | 1000110 | 11101 | 1011000 | 110101 | 101110 |
Color Harmonies of #7AB537
Complementary color
Monochromatic Colors of #7AB537
Black with #7AB537
Text Example
Text Example
White with #7AB537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB537; }
p { color: rgb(122,181,55); }
H1.HeaderClassName
{
color: #7AB537;
}
.AnyTagClassName
{
color: #7AB537;
}
</style>
background-color css
<style>
a { background-color: #7AB537; }
a { background-color: rgb(122,181,55); }
div.DivClassName
{
background-color: #7AB537;
}
.BgClassName
{
background-color: #7AB537;
}
</style>
border-color css
<style>
span { border-color: #7AB537; }
span { border-color: rgb(122,181,55); }
td.TdClassName
{
border-color: #7AB537;
}
.TagClassName
{
border-color: #7AB537;
}
</style>