Shades of Lima #7DB72F
Tints of Lima #7DB72F
RGB
CMYK
RGB Variations
Color information
#7DB72F (or 0x7DB72F) is known color: Lima. HEX triplet: 7D, B7 and 2F. RGB value is (125,183,47). Sum of RGB (Red+Green+Blue) = 125+183+47=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB72F is #8248D0. Grayscale: #969696. Windows color (decimal): -8538321 or 3127165. OLE color: 3127165.
HSL color Cylindrical-coordinate representation of color #7DB72F: hue angle of 85.59º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DB72F is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 47 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.28 |
| HSL | 85.59º | 0.59% | 0.45% | - |
| HSV(B) | 85.59º | 0.74% | 0.72% | - |
| XYZ | 25.9 | 38.43 | 8.74 | - |
| YUV | 150.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 47 | 0.32 | 0 | 0.74 | 0.28 | 85.59 | 0.59 | 0.45 |
| Hex | 7D | B7 | 2F | 20 | 0 | 4A | 1C | 56 | 3B | 2D |
| Octal | 175 | 267 | 57 | 40 | 0 | 112 | 34 | 126 | 73 | 55 |
| Binary | 1111101 | 10110111 | 101111 | 100000 | 0 | 1001010 | 11100 | 1010110 | 111011 | 101101 |
Color Harmonies of #7DB72F
Complementary color
Monochromatic Colors of #7DB72F
Black with #7DB72F
Text Example
Text Example
White with #7DB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB72F; }
p { color: rgb(125,183,47); }
H1.HeaderClassName
{
color: #7DB72F;
}
.AnyTagClassName
{
color: #7DB72F;
}
</style>
background-color css
<style>
a { background-color: #7DB72F; }
a { background-color: rgb(125,183,47); }
div.DivClassName
{
background-color: #7DB72F;
}
.BgClassName
{
background-color: #7DB72F;
}
</style>
border-color css
<style>
span { border-color: #7DB72F; }
span { border-color: rgb(125,183,47); }
td.TdClassName
{
border-color: #7DB72F;
}
.TagClassName
{
border-color: #7DB72F;
}
</style>