Shades of Lima #7DA222
Tints of Lima #7DA222
RGB
CMYK
RGB Variations
Color information
#7DA222 (or 0x7DA222) is known color: Lima. HEX triplet: 7D, A2 and 22. RGB value is (125,162,34). Sum of RGB (Red+Green+Blue) = 125+162+34=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA222 is #825DDD. Grayscale: #888888. Windows color (decimal): -8543710 or 2269821. OLE color: 2269821.
HSL color Cylindrical-coordinate representation of color #7DA222: hue angle of 77.34º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DA222 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 34 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.36 |
| HSL | 77.34º | 0.65% | 0.38% | - |
| HSV(B) | 77.34º | 0.79% | 0.64% | - |
| XYZ | 21.67 | 30.32 | 6.22 | - |
| YUV | 136.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 34 | 0.23 | 0 | 0.79 | 0.36 | 77.34 | 0.65 | 0.38 |
| Hex | 7D | A2 | 22 | 17 | 0 | 4F | 24 | 4D | 41 | 26 |
| Octal | 175 | 242 | 42 | 27 | 0 | 117 | 44 | 115 | 101 | 46 |
| Binary | 1111101 | 10100010 | 100010 | 10111 | 0 | 1001111 | 100100 | 1001101 | 1000001 | 100110 |
Color Harmonies of #7DA222
Complementary color
Monochromatic Colors of #7DA222
Black with #7DA222
Text Example
Text Example
White with #7DA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA222; }
p { color: rgb(125,162,34); }
H1.HeaderClassName
{
color: #7DA222;
}
.AnyTagClassName
{
color: #7DA222;
}
</style>
background-color css
<style>
a { background-color: #7DA222; }
a { background-color: rgb(125,162,34); }
div.DivClassName
{
background-color: #7DA222;
}
.BgClassName
{
background-color: #7DA222;
}
</style>
border-color css
<style>
span { border-color: #7DA222; }
span { border-color: rgb(125,162,34); }
td.TdClassName
{
border-color: #7DA222;
}
.TagClassName
{
border-color: #7DA222;
}
</style>