Shades of Lima #7DA11D
Tints of Lima #7DA11D
RGB
CMYK
RGB Variations
Color information
#7DA11D (or 0x7DA11D) is known color: Lima. HEX triplet: 7D, A1 and 1D. RGB value is (125,161,29). Sum of RGB (Red+Green+Blue) = 125+161+29=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA11D is #825EE2. Grayscale: #878787. Windows color (decimal): -8543971 or 1941885. OLE color: 1941885.
HSL color Cylindrical-coordinate representation of color #7DA11D: hue angle of 76.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DA11D is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 29 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.37 |
| HSL | 76.36º | 0.69% | 0.37% | - |
| HSV(B) | 76.36º | 0.82% | 0.63% | - |
| XYZ | 21.42 | 29.94 | 5.81 | - |
| YUV | 135.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 29 | 0.22 | 0 | 0.82 | 0.37 | 76.36 | 0.69 | 0.37 |
| Hex | 7D | A1 | 1D | 16 | 0 | 52 | 25 | 4C | 45 | 25 |
| Octal | 175 | 241 | 35 | 26 | 0 | 122 | 45 | 114 | 105 | 45 |
| Binary | 1111101 | 10100001 | 11101 | 10110 | 0 | 1010010 | 100101 | 1001100 | 1000101 | 100101 |
Color Harmonies of #7DA11D
Complementary color
Monochromatic Colors of #7DA11D
Black with #7DA11D
Text Example
Text Example
White with #7DA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA11D; }
p { color: rgb(125,161,29); }
H1.HeaderClassName
{
color: #7DA11D;
}
.AnyTagClassName
{
color: #7DA11D;
}
</style>
background-color css
<style>
a { background-color: #7DA11D; }
a { background-color: rgb(125,161,29); }
div.DivClassName
{
background-color: #7DA11D;
}
.BgClassName
{
background-color: #7DA11D;
}
</style>
border-color css
<style>
span { border-color: #7DA11D; }
span { border-color: rgb(125,161,29); }
td.TdClassName
{
border-color: #7DA11D;
}
.TagClassName
{
border-color: #7DA11D;
}
</style>