Shades of Lima #7DAC24
Tints of Lima #7DAC24
RGB
CMYK
RGB Variations
Color information
#7DAC24 (or 0x7DAC24) is known color: Lima. HEX triplet: 7D, AC and 24. RGB value is (125,172,36). Sum of RGB (Red+Green+Blue) = 125+172+36=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC24 is #8253DB. Grayscale: #8E8E8E. Windows color (decimal): -8541148 or 2403453. OLE color: 2403453.
HSL color Cylindrical-coordinate representation of color #7DAC24: hue angle of 80.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DAC24 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 36 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.33 |
| HSL | 80.74º | 0.65% | 0.41% | - |
| HSV(B) | 80.74º | 0.79% | 0.67% | - |
| XYZ | 23.53 | 33.99 | 6.99 | - |
| YUV | 142.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 36 | 0.27 | 0 | 0.79 | 0.33 | 80.74 | 0.65 | 0.41 |
| Hex | 7D | AC | 24 | 1B | 0 | 4F | 21 | 51 | 41 | 29 |
| Octal | 175 | 254 | 44 | 33 | 0 | 117 | 41 | 121 | 101 | 51 |
| Binary | 1111101 | 10101100 | 100100 | 11011 | 0 | 1001111 | 100001 | 1010001 | 1000001 | 101001 |
Color Harmonies of #7DAC24
Complementary color
Monochromatic Colors of #7DAC24
Black with #7DAC24
Text Example
Text Example
White with #7DAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC24; }
p { color: rgb(125,172,36); }
H1.HeaderClassName
{
color: #7DAC24;
}
.AnyTagClassName
{
color: #7DAC24;
}
</style>
background-color css
<style>
a { background-color: #7DAC24; }
a { background-color: rgb(125,172,36); }
div.DivClassName
{
background-color: #7DAC24;
}
.BgClassName
{
background-color: #7DAC24;
}
</style>
border-color css
<style>
span { border-color: #7DAC24; }
span { border-color: rgb(125,172,36); }
td.TdClassName
{
border-color: #7DAC24;
}
.TagClassName
{
border-color: #7DAC24;
}
</style>