Shades of Lima #7DB50E
Tints of Lima #7DB50E
RGB
CMYK
RGB Variations
Color information
#7DB50E (or 0x7DB50E) is known color: Lima. HEX triplet: 7D, B5 and 0E. RGB value is (125,181,14). Sum of RGB (Red+Green+Blue) = 125+181+14=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB50E is #824AF1. Grayscale: #919191. Windows color (decimal): -8538866 or 963965. OLE color: 963965.
HSL color Cylindrical-coordinate representation of color #7DB50E: hue angle of 80.12º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DB50E is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 14 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.29 |
| HSL | 80.12º | 0.86% | 0.38% | - |
| HSV(B) | 80.12º | 0.92% | 0.71% | - |
| XYZ | 25.06 | 37.44 | 6.32 | - |
| YUV | 145.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 14 | 0.31 | 0 | 0.92 | 0.29 | 80.12 | 0.86 | 0.38 |
| Hex | 7D | B5 | E | 1F | 0 | 5C | 1D | 50 | 56 | 26 |
| Octal | 175 | 265 | 16 | 37 | 0 | 134 | 35 | 120 | 126 | 46 |
| Binary | 1111101 | 10110101 | 1110 | 11111 | 0 | 1011100 | 11101 | 1010000 | 1010110 | 100110 |
Color Harmonies of #7DB50E
Complementary color
Monochromatic Colors of #7DB50E
Black with #7DB50E
Text Example
Text Example
White with #7DB50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB50E; }
p { color: rgb(125,181,14); }
H1.HeaderClassName
{
color: #7DB50E;
}
.AnyTagClassName
{
color: #7DB50E;
}
</style>
background-color css
<style>
a { background-color: #7DB50E; }
a { background-color: rgb(125,181,14); }
div.DivClassName
{
background-color: #7DB50E;
}
.BgClassName
{
background-color: #7DB50E;
}
</style>
border-color css
<style>
span { border-color: #7DB50E; }
span { border-color: rgb(125,181,14); }
td.TdClassName
{
border-color: #7DB50E;
}
.TagClassName
{
border-color: #7DB50E;
}
</style>