Shades of Lima #7DB71E
Tints of Lima #7DB71E
RGB
CMYK
RGB Variations
Color information
#7DB71E (or 0x7DB71E) is known color: Lima. HEX triplet: 7D, B7 and 1E. RGB value is (125,183,30). Sum of RGB (Red+Green+Blue) = 125+183+30=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB71E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB71E is #8248E1. Grayscale: #949494. Windows color (decimal): -8538338 or 2013053. OLE color: 2013053.
HSL color Cylindrical-coordinate representation of color #7DB71E: hue angle of 82.75º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DB71E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 30 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.28 |
| HSL | 82.75º | 0.72% | 0.42% | - |
| HSV(B) | 82.75º | 0.84% | 0.72% | - |
| XYZ | 25.63 | 38.32 | 7.27 | - |
| YUV | 148.22 | 61.28 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 30 | 0.32 | 0 | 0.84 | 0.28 | 82.75 | 0.72 | 0.42 |
| Hex | 7D | B7 | 1E | 20 | 0 | 54 | 1C | 53 | 48 | 2A |
| Octal | 175 | 267 | 36 | 40 | 0 | 124 | 34 | 123 | 110 | 52 |
| Binary | 1111101 | 10110111 | 11110 | 100000 | 0 | 1010100 | 11100 | 1010011 | 1001000 | 101010 |
Color Harmonies of #7DB71E
Complementary color
Monochromatic Colors of #7DB71E
Black with #7DB71E
Text Example
Text Example
White with #7DB71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB71E; }
p { color: rgb(125,183,30); }
H1.HeaderClassName
{
color: #7DB71E;
}
.AnyTagClassName
{
color: #7DB71E;
}
</style>
background-color css
<style>
a { background-color: #7DB71E; }
a { background-color: rgb(125,183,30); }
div.DivClassName
{
background-color: #7DB71E;
}
.BgClassName
{
background-color: #7DB71E;
}
</style>
border-color css
<style>
span { border-color: #7DB71E; }
span { border-color: rgb(125,183,30); }
td.TdClassName
{
border-color: #7DB71E;
}
.TagClassName
{
border-color: #7DB71E;
}
</style>