Shades of Lima #7DD112
Tints of Lima #7DD112
RGB
CMYK
RGB Variations
Color information
#7DD112 (or 0x7DD112) is known color: Lima. HEX triplet: 7D, D1 and 12. RGB value is (125,209,18). Sum of RGB (Red+Green+Blue) = 125+209+18=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD112 is #822EED. Grayscale: #A2A2A2. Windows color (decimal): -8531694 or 1233277. OLE color: 1233277.
HSL color Cylindrical-coordinate representation of color #7DD112: hue angle of 86.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DD112 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 209 | 18 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.18 |
| HSL | 86.39º | 0.84% | 0.45% | - |
| HSV(B) | 86.39º | 0.91% | 0.82% | - |
| XYZ | 31.37 | 50 | 8.57 | - |
| YUV | 162.11 | 46.67 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 209 | 18 | 0.40 | 0 | 0.91 | 0.18 | 86.39 | 0.84 | 0.45 |
| Hex | 7D | D1 | 12 | 28 | 0 | 5B | 12 | 56 | 54 | 2D |
| Octal | 175 | 321 | 22 | 50 | 0 | 133 | 22 | 126 | 124 | 55 |
| Binary | 1111101 | 11010001 | 10010 | 101000 | 0 | 1011011 | 10010 | 1010110 | 1010100 | 101101 |
Color Harmonies of #7DD112
Complementary color
Monochromatic Colors of #7DD112
Black with #7DD112
Text Example
Text Example
White with #7DD112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD112; }
p { color: rgb(125,209,18); }
H1.HeaderClassName
{
color: #7DD112;
}
.AnyTagClassName
{
color: #7DD112;
}
</style>
background-color css
<style>
a { background-color: #7DD112; }
a { background-color: rgb(125,209,18); }
div.DivClassName
{
background-color: #7DD112;
}
.BgClassName
{
background-color: #7DD112;
}
</style>
border-color css
<style>
span { border-color: #7DD112; }
span { border-color: rgb(125,209,18); }
td.TdClassName
{
border-color: #7DD112;
}
.TagClassName
{
border-color: #7DD112;
}
</style>