Shades of Lima #7AB424
Tints of Lima #7AB424
RGB
CMYK
RGB Variations
Color information
#7AB424 (or 0x7AB424) is known color: Lima. HEX triplet: 7A, B4 and 24. RGB value is (122,180,36). Sum of RGB (Red+Green+Blue) = 122+180+36=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB424 is #854BDB. Grayscale: #929292. Windows color (decimal): -8735708 or 2405498. OLE color: 2405498.
HSL color Cylindrical-coordinate representation of color #7AB424: hue angle of 84.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AB424 is Cyan = 0.32, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 36 | - |
| CMYK | 0.32 | 0 | 0.8 | 0.29 |
| HSL | 84.17º | 0.67% | 0.42% | - |
| HSV(B) | 84.17º | 0.8% | 0.71% | - |
| XYZ | 24.67 | 36.91 | 7.49 | - |
| YUV | 146.24 | 65.78 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 36 | 0.32 | 0 | 0.8 | 0.29 | 84.17 | 0.67 | 0.42 |
| Hex | 7A | B4 | 24 | 20 | 0 | 50 | 1D | 54 | 43 | 2A |
| Octal | 172 | 264 | 44 | 40 | 0 | 120 | 35 | 124 | 103 | 52 |
| Binary | 1111010 | 10110100 | 100100 | 100000 | 0 | 1010000 | 11101 | 1010100 | 1000011 | 101010 |
Color Harmonies of #7AB424
Complementary color
Monochromatic Colors of #7AB424
Black with #7AB424
Text Example
Text Example
White with #7AB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB424; }
p { color: rgb(122,180,36); }
H1.HeaderClassName
{
color: #7AB424;
}
.AnyTagClassName
{
color: #7AB424;
}
</style>
background-color css
<style>
a { background-color: #7AB424; }
a { background-color: rgb(122,180,36); }
div.DivClassName
{
background-color: #7AB424;
}
.BgClassName
{
background-color: #7AB424;
}
</style>
border-color css
<style>
span { border-color: #7AB424; }
span { border-color: rgb(122,180,36); }
td.TdClassName
{
border-color: #7AB424;
}
.TagClassName
{
border-color: #7AB424;
}
</style>