Shades of Lima #7ABC32
Tints of Lima #7ABC32
RGB
CMYK
RGB Variations
Color information
#7ABC32 (or 0x7ABC32) is known color: Lima. HEX triplet: 7A, BC and 32. RGB value is (122,188,50). Sum of RGB (Red+Green+Blue) = 122+188+50=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC32 is #8543CD. Grayscale: #999999. Windows color (decimal): -8733646 or 3325050. OLE color: 3325050.
HSL color Cylindrical-coordinate representation of color #7ABC32: hue angle of 88.7º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7ABC32 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 50 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.26 |
| HSL | 88.7º | 0.58% | 0.47% | - |
| HSV(B) | 88.7º | 0.73% | 0.74% | - |
| XYZ | 26.58 | 40.33 | 9.4 | - |
| YUV | 152.53 | 70.13 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 50 | 0.35 | 0 | 0.73 | 0.26 | 88.7 | 0.58 | 0.47 |
| Hex | 7A | BC | 32 | 23 | 0 | 49 | 1A | 59 | 3A | 2F |
| Octal | 172 | 274 | 62 | 43 | 0 | 111 | 32 | 131 | 72 | 57 |
| Binary | 1111010 | 10111100 | 110010 | 100011 | 0 | 1001001 | 11010 | 1011001 | 111010 | 101111 |
Color Harmonies of #7ABC32
Complementary color
Monochromatic Colors of #7ABC32
Black with #7ABC32
Text Example
Text Example
White with #7ABC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC32; }
p { color: rgb(122,188,50); }
H1.HeaderClassName
{
color: #7ABC32;
}
.AnyTagClassName
{
color: #7ABC32;
}
</style>
background-color css
<style>
a { background-color: #7ABC32; }
a { background-color: rgb(122,188,50); }
div.DivClassName
{
background-color: #7ABC32;
}
.BgClassName
{
background-color: #7ABC32;
}
</style>
border-color css
<style>
span { border-color: #7ABC32; }
span { border-color: rgb(122,188,50); }
td.TdClassName
{
border-color: #7ABC32;
}
.TagClassName
{
border-color: #7ABC32;
}
</style>