Shades of Lima #7DB70E
Tints of Lima #7DB70E
RGB
CMYK
RGB Variations
Color information
#7DB70E (or 0x7DB70E) is known color: Lima. HEX triplet: 7D, B7 and 0E. RGB value is (125,183,14). Sum of RGB (Red+Green+Blue) = 125+183+14=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB70E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB70E is #8248F1. Grayscale: #939393. Windows color (decimal): -8538354 or 964477. OLE color: 964477.
HSL color Cylindrical-coordinate representation of color #7DB70E: hue angle of 80.59º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DB70E is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 14 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.28 |
| HSL | 80.59º | 0.86% | 0.39% | - |
| HSV(B) | 80.59º | 0.92% | 0.72% | - |
| XYZ | 25.47 | 38.26 | 6.46 | - |
| YUV | 146.39 | 53.28 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 14 | 0.32 | 0 | 0.92 | 0.28 | 80.59 | 0.86 | 0.39 |
| Hex | 7D | B7 | E | 20 | 0 | 5C | 1C | 51 | 56 | 27 |
| Octal | 175 | 267 | 16 | 40 | 0 | 134 | 34 | 121 | 126 | 47 |
| Binary | 1111101 | 10110111 | 1110 | 100000 | 0 | 1011100 | 11100 | 1010001 | 1010110 | 100111 |
Color Harmonies of #7DB70E
Complementary color
Monochromatic Colors of #7DB70E
Black with #7DB70E
Text Example
Text Example
White with #7DB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB70E; }
p { color: rgb(125,183,14); }
H1.HeaderClassName
{
color: #7DB70E;
}
.AnyTagClassName
{
color: #7DB70E;
}
</style>
background-color css
<style>
a { background-color: #7DB70E; }
a { background-color: rgb(125,183,14); }
div.DivClassName
{
background-color: #7DB70E;
}
.BgClassName
{
background-color: #7DB70E;
}
</style>
border-color css
<style>
span { border-color: #7DB70E; }
span { border-color: rgb(125,183,14); }
td.TdClassName
{
border-color: #7DB70E;
}
.TagClassName
{
border-color: #7DB70E;
}
</style>