Shades of Lima #7DA20C
Tints of Lima #7DA20C
RGB
CMYK
RGB Variations
Color information
#7DA20C (or 0x7DA20C) is known color: Lima. HEX triplet: 7D, A2 and 0C. RGB value is (125,162,12). Sum of RGB (Red+Green+Blue) = 125+162+12=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA20C is #825DF3. Grayscale: #868686. Windows color (decimal): -8543732 or 828029. OLE color: 828029.
HSL color Cylindrical-coordinate representation of color #7DA20C: hue angle of 74.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DA20C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 12 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.36 |
| HSL | 74.8º | 0.86% | 0.34% | - |
| HSV(B) | 74.8º | 0.93% | 0.64% | - |
| XYZ | 21.44 | 30.23 | 5.05 | - |
| YUV | 133.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 12 | 0.23 | 0 | 0.93 | 0.36 | 74.8 | 0.86 | 0.34 |
| Hex | 7D | A2 | C | 17 | 0 | 5D | 24 | 4B | 56 | 22 |
| Octal | 175 | 242 | 14 | 27 | 0 | 135 | 44 | 113 | 126 | 42 |
| Binary | 1111101 | 10100010 | 1100 | 10111 | 0 | 1011101 | 100100 | 1001011 | 1010110 | 100010 |
Color Harmonies of #7DA20C
Complementary color
Monochromatic Colors of #7DA20C
Black with #7DA20C
Text Example
Text Example
White with #7DA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA20C; }
p { color: rgb(125,162,12); }
H1.HeaderClassName
{
color: #7DA20C;
}
.AnyTagClassName
{
color: #7DA20C;
}
</style>
background-color css
<style>
a { background-color: #7DA20C; }
a { background-color: rgb(125,162,12); }
div.DivClassName
{
background-color: #7DA20C;
}
.BgClassName
{
background-color: #7DA20C;
}
</style>
border-color css
<style>
span { border-color: #7DA20C; }
span { border-color: rgb(125,162,12); }
td.TdClassName
{
border-color: #7DA20C;
}
.TagClassName
{
border-color: #7DA20C;
}
</style>