Shades of Lima #7DB11D
Tints of Lima #7DB11D
RGB
CMYK
RGB Variations
Color information
#7DB11D (or 0x7DB11D) is known color: Lima. HEX triplet: 7D, B1 and 1D. RGB value is (125,177,29). Sum of RGB (Red+Green+Blue) = 125+177+29=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB11D is #824EE2. Grayscale: #919191. Windows color (decimal): -8539875 or 1945981. OLE color: 1945981.
HSL color Cylindrical-coordinate representation of color #7DB11D: hue angle of 81.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DB11D is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 29 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.31 |
| HSL | 81.08º | 0.72% | 0.4% | - |
| HSV(B) | 81.08º | 0.84% | 0.69% | - |
| XYZ | 24.4 | 35.89 | 6.8 | - |
| YUV | 144.58 | 62.77 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 29 | 0.29 | 0 | 0.84 | 0.31 | 81.08 | 0.72 | 0.4 |
| Hex | 7D | B1 | 1D | 1D | 0 | 54 | 1F | 51 | 48 | 28 |
| Octal | 175 | 261 | 35 | 35 | 0 | 124 | 37 | 121 | 110 | 50 |
| Binary | 1111101 | 10110001 | 11101 | 11101 | 0 | 1010100 | 11111 | 1010001 | 1001000 | 101000 |
Color Harmonies of #7DB11D
Complementary color
Monochromatic Colors of #7DB11D
Black with #7DB11D
Text Example
Text Example
White with #7DB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB11D; }
p { color: rgb(125,177,29); }
H1.HeaderClassName
{
color: #7DB11D;
}
.AnyTagClassName
{
color: #7DB11D;
}
</style>
background-color css
<style>
a { background-color: #7DB11D; }
a { background-color: rgb(125,177,29); }
div.DivClassName
{
background-color: #7DB11D;
}
.BgClassName
{
background-color: #7DB11D;
}
</style>
border-color css
<style>
span { border-color: #7DB11D; }
span { border-color: rgb(125,177,29); }
td.TdClassName
{
border-color: #7DB11D;
}
.TagClassName
{
border-color: #7DB11D;
}
</style>