Shades of Lima #7DB51F
Tints of Lima #7DB51F
RGB
CMYK
RGB Variations
Color information
#7DB51F (or 0x7DB51F) is known color: Lima. HEX triplet: 7D, B5 and 1F. RGB value is (125,181,31). Sum of RGB (Red+Green+Blue) = 125+181+31=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB51F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB51F is #824AE0. Grayscale: #939393. Windows color (decimal): -8538849 or 2078077. OLE color: 2078077.
HSL color Cylindrical-coordinate representation of color #7DB51F: hue angle of 82.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DB51F is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 31 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.29 |
| HSL | 82.4º | 0.71% | 0.42% | - |
| HSV(B) | 82.4º | 0.83% | 0.71% | - |
| XYZ | 25.23 | 37.51 | 7.21 | - |
| YUV | 147.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 31 | 0.31 | 0 | 0.83 | 0.29 | 82.4 | 0.71 | 0.42 |
| Hex | 7D | B5 | 1F | 1F | 0 | 53 | 1D | 52 | 47 | 2A |
| Octal | 175 | 265 | 37 | 37 | 0 | 123 | 35 | 122 | 107 | 52 |
| Binary | 1111101 | 10110101 | 11111 | 11111 | 0 | 1010011 | 11101 | 1010010 | 1000111 | 101010 |
Color Harmonies of #7DB51F
Complementary color
Monochromatic Colors of #7DB51F
Black with #7DB51F
Text Example
Text Example
White with #7DB51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB51F; }
p { color: rgb(125,181,31); }
H1.HeaderClassName
{
color: #7DB51F;
}
.AnyTagClassName
{
color: #7DB51F;
}
</style>
background-color css
<style>
a { background-color: #7DB51F; }
a { background-color: rgb(125,181,31); }
div.DivClassName
{
background-color: #7DB51F;
}
.BgClassName
{
background-color: #7DB51F;
}
</style>
border-color css
<style>
span { border-color: #7DB51F; }
span { border-color: rgb(125,181,31); }
td.TdClassName
{
border-color: #7DB51F;
}
.TagClassName
{
border-color: #7DB51F;
}
</style>