Shades of Lima #7ABB32
Tints of Lima #7ABB32
RGB
CMYK
RGB Variations
Color information
#7ABB32 (or 0x7ABB32) is known color: Lima. HEX triplet: 7A, BB and 32. RGB value is (122,187,50). Sum of RGB (Red+Green+Blue) = 122+187+50=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABB32 is #8544CD. Grayscale: #989898. Windows color (decimal): -8733902 or 3324794. OLE color: 3324794.
HSL color Cylindrical-coordinate representation of color #7ABB32: hue angle of 88.47º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7ABB32 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 50 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.27 |
| HSL | 88.47º | 0.58% | 0.46% | - |
| HSV(B) | 88.47º | 0.73% | 0.73% | - |
| XYZ | 26.37 | 39.91 | 9.33 | - |
| YUV | 151.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 50 | 0.35 | 0 | 0.73 | 0.27 | 88.47 | 0.58 | 0.46 |
| Hex | 7A | BB | 32 | 23 | 0 | 49 | 1B | 58 | 3A | 2E |
| Octal | 172 | 273 | 62 | 43 | 0 | 111 | 33 | 130 | 72 | 56 |
| Binary | 1111010 | 10111011 | 110010 | 100011 | 0 | 1001001 | 11011 | 1011000 | 111010 | 101110 |
Color Harmonies of #7ABB32
Complementary color
Monochromatic Colors of #7ABB32
Black with #7ABB32
Text Example
Text Example
White with #7ABB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB32; }
p { color: rgb(122,187,50); }
H1.HeaderClassName
{
color: #7ABB32;
}
.AnyTagClassName
{
color: #7ABB32;
}
</style>
background-color css
<style>
a { background-color: #7ABB32; }
a { background-color: rgb(122,187,50); }
div.DivClassName
{
background-color: #7ABB32;
}
.BgClassName
{
background-color: #7ABB32;
}
</style>
border-color css
<style>
span { border-color: #7ABB32; }
span { border-color: rgb(122,187,50); }
td.TdClassName
{
border-color: #7ABB32;
}
.TagClassName
{
border-color: #7ABB32;
}
</style>