Shades of Lima #7DD20F
Tints of Lima #7DD20F
RGB
CMYK
RGB Variations
Color information
#7DD20F (or 0x7DD20F) is known color: Lima. HEX triplet: 7D, D2 and 0F. RGB value is (125,210,15). Sum of RGB (Red+Green+Blue) = 125+210+15=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD20F is #822DF0. Grayscale: #A3A3A3. Windows color (decimal): -8531441 or 1036925. OLE color: 1036925.
HSL color Cylindrical-coordinate representation of color #7DD20F: hue angle of 86.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DD20F is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 15 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.18 |
| HSL | 86.15º | 0.87% | 0.44% | - |
| HSV(B) | 86.15º | 0.93% | 0.82% | - |
| XYZ | 31.59 | 50.49 | 8.53 | - |
| YUV | 162.36 | 44.84 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 15 | 0.40 | 0 | 0.93 | 0.18 | 86.15 | 0.87 | 0.44 |
| Hex | 7D | D2 | F | 28 | 0 | 5D | 12 | 56 | 57 | 2C |
| Octal | 175 | 322 | 17 | 50 | 0 | 135 | 22 | 126 | 127 | 54 |
| Binary | 1111101 | 11010010 | 1111 | 101000 | 0 | 1011101 | 10010 | 1010110 | 1010111 | 101100 |
Color Harmonies of #7DD20F
Complementary color
Monochromatic Colors of #7DD20F
Black with #7DD20F
Text Example
Text Example
White with #7DD20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD20F; }
p { color: rgb(125,210,15); }
H1.HeaderClassName
{
color: #7DD20F;
}
.AnyTagClassName
{
color: #7DD20F;
}
</style>
background-color css
<style>
a { background-color: #7DD20F; }
a { background-color: rgb(125,210,15); }
div.DivClassName
{
background-color: #7DD20F;
}
.BgClassName
{
background-color: #7DD20F;
}
</style>
border-color css
<style>
span { border-color: #7DD20F; }
span { border-color: rgb(125,210,15); }
td.TdClassName
{
border-color: #7DD20F;
}
.TagClassName
{
border-color: #7DD20F;
}
</style>