Shades of Lima #7DD210
Tints of Lima #7DD210
RGB
CMYK
RGB Variations
Color information
#7DD210 (or 0x7DD210) is known color: Lima. HEX triplet: 7D, D2 and 10. RGB value is (125,210,16). Sum of RGB (Red+Green+Blue) = 125+210+16=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD210 is #822DEF. Grayscale: #A3A3A3. Windows color (decimal): -8531440 or 1102461. OLE color: 1102461.
HSL color Cylindrical-coordinate representation of color #7DD210: hue angle of 86.29º 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 #7DD210 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 16 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.18 |
| HSL | 86.29º | 0.86% | 0.44% | - |
| HSV(B) | 86.29º | 0.92% | 0.82% | - |
| XYZ | 31.6 | 50.49 | 8.57 | - |
| YUV | 162.47 | 45.34 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 16 | 0.40 | 0 | 0.92 | 0.18 | 86.29 | 0.86 | 0.44 |
| Hex | 7D | D2 | 10 | 28 | 0 | 5C | 12 | 56 | 56 | 2C |
| Octal | 175 | 322 | 20 | 50 | 0 | 134 | 22 | 126 | 126 | 54 |
| Binary | 1111101 | 11010010 | 10000 | 101000 | 0 | 1011100 | 10010 | 1010110 | 1010110 | 101100 |
Color Harmonies of #7DD210
Complementary color
Monochromatic Colors of #7DD210
Black with #7DD210
Text Example
Text Example
White with #7DD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD210; }
p { color: rgb(125,210,16); }
H1.HeaderClassName
{
color: #7DD210;
}
.AnyTagClassName
{
color: #7DD210;
}
</style>
background-color css
<style>
a { background-color: #7DD210; }
a { background-color: rgb(125,210,16); }
div.DivClassName
{
background-color: #7DD210;
}
.BgClassName
{
background-color: #7DD210;
}
</style>
border-color css
<style>
span { border-color: #7DD210; }
span { border-color: rgb(125,210,16); }
td.TdClassName
{
border-color: #7DD210;
}
.TagClassName
{
border-color: #7DD210;
}
</style>