Shades of Lima #7DB31E
Tints of Lima #7DB31E
RGB
CMYK
RGB Variations
Color information
#7DB31E (or 0x7DB31E) is known color: Lima. HEX triplet: 7D, B3 and 1E. RGB value is (125,179,30). Sum of RGB (Red+Green+Blue) = 125+179+30=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB31E is #824CE1. Grayscale: #929292. Windows color (decimal): -8539362 or 2012029. OLE color: 2012029.
HSL color Cylindrical-coordinate representation of color #7DB31E: hue angle of 81.74º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DB31E is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 30 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.30 |
| HSL | 81.74º | 0.71% | 0.41% | - |
| HSV(B) | 81.74º | 0.83% | 0.7% | - |
| XYZ | 24.81 | 36.69 | 7 | - |
| YUV | 145.87 | 62.61 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 30 | 0.30 | 0 | 0.83 | 0.30 | 81.74 | 0.71 | 0.41 |
| Hex | 7D | B3 | 1E | 1E | 0 | 53 | 1E | 52 | 47 | 29 |
| Octal | 175 | 263 | 36 | 36 | 0 | 123 | 36 | 122 | 107 | 51 |
| Binary | 1111101 | 10110011 | 11110 | 11110 | 0 | 1010011 | 11110 | 1010010 | 1000111 | 101001 |
Color Harmonies of #7DB31E
Complementary color
Monochromatic Colors of #7DB31E
Black with #7DB31E
Text Example
Text Example
White with #7DB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB31E; }
p { color: rgb(125,179,30); }
H1.HeaderClassName
{
color: #7DB31E;
}
.AnyTagClassName
{
color: #7DB31E;
}
</style>
background-color css
<style>
a { background-color: #7DB31E; }
a { background-color: rgb(125,179,30); }
div.DivClassName
{
background-color: #7DB31E;
}
.BgClassName
{
background-color: #7DB31E;
}
</style>
border-color css
<style>
span { border-color: #7DB31E; }
span { border-color: rgb(125,179,30); }
td.TdClassName
{
border-color: #7DB31E;
}
.TagClassName
{
border-color: #7DB31E;
}
</style>