Shades of Lima #7DB31F
Tints of Lima #7DB31F
RGB
CMYK
RGB Variations
Color information
#7DB31F (or 0x7DB31F) is known color: Lima. HEX triplet: 7D, B3 and 1F. RGB value is (125,179,31). Sum of RGB (Red+Green+Blue) = 125+179+31=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB31F is #824CE0. Grayscale: #929292. Windows color (decimal): -8539361 or 2077565. OLE color: 2077565.
HSL color Cylindrical-coordinate representation of color #7DB31F: hue angle of 81.89º degrees, saturation: 0.7, 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 #7DB31F is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 31 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.30 |
| HSL | 81.89º | 0.7% | 0.41% | - |
| HSV(B) | 81.89º | 0.83% | 0.7% | - |
| XYZ | 24.82 | 36.7 | 7.07 | - |
| YUV | 145.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 31 | 0.30 | 0 | 0.83 | 0.30 | 81.89 | 0.7 | 0.41 |
| Hex | 7D | B3 | 1F | 1E | 0 | 53 | 1E | 52 | 46 | 29 |
| Octal | 175 | 263 | 37 | 36 | 0 | 123 | 36 | 122 | 106 | 51 |
| Binary | 1111101 | 10110011 | 11111 | 11110 | 0 | 1010011 | 11110 | 1010010 | 1000110 | 101001 |
Color Harmonies of #7DB31F
Complementary color
Monochromatic Colors of #7DB31F
Black with #7DB31F
Text Example
Text Example
White with #7DB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB31F; }
p { color: rgb(125,179,31); }
H1.HeaderClassName
{
color: #7DB31F;
}
.AnyTagClassName
{
color: #7DB31F;
}
</style>
background-color css
<style>
a { background-color: #7DB31F; }
a { background-color: rgb(125,179,31); }
div.DivClassName
{
background-color: #7DB31F;
}
.BgClassName
{
background-color: #7DB31F;
}
</style>
border-color css
<style>
span { border-color: #7DB31F; }
span { border-color: rgb(125,179,31); }
td.TdClassName
{
border-color: #7DB31F;
}
.TagClassName
{
border-color: #7DB31F;
}
</style>