Shades of Lima #7DB40E
Tints of Lima #7DB40E
RGB
CMYK
RGB Variations
Color information
#7DB40E (or 0x7DB40E) is known color: Lima. HEX triplet: 7D, B4 and 0E. RGB value is (125,180,14). Sum of RGB (Red+Green+Blue) = 125+180+14=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB40E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB40E is #824BF1. Grayscale: #919191. Windows color (decimal): -8539122 or 963709. OLE color: 963709.
HSL color Cylindrical-coordinate representation of color #7DB40E: hue angle of 79.88º 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 #7DB40E is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 14 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.29 |
| HSL | 79.88º | 0.86% | 0.38% | - |
| HSV(B) | 79.88º | 0.92% | 0.71% | - |
| XYZ | 24.86 | 37.03 | 6.25 | - |
| YUV | 144.63 | 54.28 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 14 | 0.31 | 0 | 0.92 | 0.29 | 79.88 | 0.86 | 0.38 |
| Hex | 7D | B4 | E | 1F | 0 | 5C | 1D | 50 | 56 | 26 |
| Octal | 175 | 264 | 16 | 37 | 0 | 134 | 35 | 120 | 126 | 46 |
| Binary | 1111101 | 10110100 | 1110 | 11111 | 0 | 1011100 | 11101 | 1010000 | 1010110 | 100110 |
Color Harmonies of #7DB40E
Complementary color
Monochromatic Colors of #7DB40E
Black with #7DB40E
Text Example
Text Example
White with #7DB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB40E; }
p { color: rgb(125,180,14); }
H1.HeaderClassName
{
color: #7DB40E;
}
.AnyTagClassName
{
color: #7DB40E;
}
</style>
background-color css
<style>
a { background-color: #7DB40E; }
a { background-color: rgb(125,180,14); }
div.DivClassName
{
background-color: #7DB40E;
}
.BgClassName
{
background-color: #7DB40E;
}
</style>
border-color css
<style>
span { border-color: #7DB40E; }
span { border-color: rgb(125,180,14); }
td.TdClassName
{
border-color: #7DB40E;
}
.TagClassName
{
border-color: #7DB40E;
}
</style>