Shades of Lima #7DD110
Tints of Lima #7DD110
RGB
CMYK
RGB Variations
Color information
#7DD110 (or 0x7DD110) is known color: Lima. HEX triplet: 7D, D1 and 10. RGB value is (125,209,16). Sum of RGB (Red+Green+Blue) = 125+209+16=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD110 is #822EEF. Grayscale: #A2A2A2. Windows color (decimal): -8531696 or 1102205. OLE color: 1102205.
HSL color Cylindrical-coordinate representation of color #7DD110: hue angle of 86.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DD110 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 209 | 16 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.18 |
| HSL | 86.11º | 0.86% | 0.44% | - |
| HSV(B) | 86.11º | 0.92% | 0.82% | - |
| XYZ | 31.35 | 50 | 8.49 | - |
| YUV | 161.88 | 45.67 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 209 | 16 | 0.40 | 0 | 0.92 | 0.18 | 86.11 | 0.86 | 0.44 |
| Hex | 7D | D1 | 10 | 28 | 0 | 5C | 12 | 56 | 56 | 2C |
| Octal | 175 | 321 | 20 | 50 | 0 | 134 | 22 | 126 | 126 | 54 |
| Binary | 1111101 | 11010001 | 10000 | 101000 | 0 | 1011100 | 10010 | 1010110 | 1010110 | 101100 |
Color Harmonies of #7DD110
Complementary color
Monochromatic Colors of #7DD110
Black with #7DD110
Text Example
Text Example
White with #7DD110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD110; }
p { color: rgb(125,209,16); }
H1.HeaderClassName
{
color: #7DD110;
}
.AnyTagClassName
{
color: #7DD110;
}
</style>
background-color css
<style>
a { background-color: #7DD110; }
a { background-color: rgb(125,209,16); }
div.DivClassName
{
background-color: #7DD110;
}
.BgClassName
{
background-color: #7DD110;
}
</style>
border-color css
<style>
span { border-color: #7DD110; }
span { border-color: rgb(125,209,16); }
td.TdClassName
{
border-color: #7DD110;
}
.TagClassName
{
border-color: #7DD110;
}
</style>