Shades of Lima #7DB41D
Tints of Lima #7DB41D
RGB
CMYK
RGB Variations
Color information
#7DB41D (or 0x7DB41D) is known color: Lima. HEX triplet: 7D, B4 and 1D. RGB value is (125,180,29). Sum of RGB (Red+Green+Blue) = 125+180+29=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB41D is #824BE2. Grayscale: #929292. Windows color (decimal): -8539107 or 1946749. OLE color: 1946749.
HSL color Cylindrical-coordinate representation of color #7DB41D: hue angle of 81.85º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DB41D is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 29 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.29 |
| HSL | 81.85º | 0.72% | 0.41% | - |
| HSV(B) | 81.85º | 0.84% | 0.71% | - |
| XYZ | 25 | 37.09 | 7 | - |
| YUV | 146.34 | 61.78 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 29 | 0.31 | 0 | 0.84 | 0.29 | 81.85 | 0.72 | 0.41 |
| Hex | 7D | B4 | 1D | 1F | 0 | 54 | 1D | 52 | 48 | 29 |
| Octal | 175 | 264 | 35 | 37 | 0 | 124 | 35 | 122 | 110 | 51 |
| Binary | 1111101 | 10110100 | 11101 | 11111 | 0 | 1010100 | 11101 | 1010010 | 1001000 | 101001 |
Color Harmonies of #7DB41D
Complementary color
Monochromatic Colors of #7DB41D
Black with #7DB41D
Text Example
Text Example
White with #7DB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB41D; }
p { color: rgb(125,180,29); }
H1.HeaderClassName
{
color: #7DB41D;
}
.AnyTagClassName
{
color: #7DB41D;
}
</style>
background-color css
<style>
a { background-color: #7DB41D; }
a { background-color: rgb(125,180,29); }
div.DivClassName
{
background-color: #7DB41D;
}
.BgClassName
{
background-color: #7DB41D;
}
</style>
border-color css
<style>
span { border-color: #7DB41D; }
span { border-color: rgb(125,180,29); }
td.TdClassName
{
border-color: #7DB41D;
}
.TagClassName
{
border-color: #7DB41D;
}
</style>