Shades of Lima #7AB724
Tints of Lima #7AB724
RGB
CMYK
RGB Variations
Color information
#7AB724 (or 0x7AB724) is known color: Lima. HEX triplet: 7A, B7 and 24. RGB value is (122,183,36). Sum of RGB (Red+Green+Blue) = 122+183+36=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB724 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB724 is #8548DB. Grayscale: #949494. Windows color (decimal): -8734940 or 2406266. OLE color: 2406266.
HSL color Cylindrical-coordinate representation of color #7AB724: hue angle of 84.9º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AB724 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 36 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.28 |
| HSL | 84.9º | 0.67% | 0.43% | - |
| HSV(B) | 84.9º | 0.8% | 0.72% | - |
| XYZ | 25.28 | 38.13 | 7.7 | - |
| YUV | 148 | 64.79 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 36 | 0.33 | 0 | 0.80 | 0.28 | 84.9 | 0.67 | 0.43 |
| Hex | 7A | B7 | 24 | 21 | 0 | 50 | 1C | 55 | 43 | 2B |
| Octal | 172 | 267 | 44 | 41 | 0 | 120 | 34 | 125 | 103 | 53 |
| Binary | 1111010 | 10110111 | 100100 | 100001 | 0 | 1010000 | 11100 | 1010101 | 1000011 | 101011 |
Color Harmonies of #7AB724
Complementary color
Monochromatic Colors of #7AB724
Black with #7AB724
Text Example
Text Example
White with #7AB724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB724; }
p { color: rgb(122,183,36); }
H1.HeaderClassName
{
color: #7AB724;
}
.AnyTagClassName
{
color: #7AB724;
}
</style>
background-color css
<style>
a { background-color: #7AB724; }
a { background-color: rgb(122,183,36); }
div.DivClassName
{
background-color: #7AB724;
}
.BgClassName
{
background-color: #7AB724;
}
</style>
border-color css
<style>
span { border-color: #7AB724; }
span { border-color: rgb(122,183,36); }
td.TdClassName
{
border-color: #7AB724;
}
.TagClassName
{
border-color: #7AB724;
}
</style>