Shades of Lime Green #20D207
Tints of Lime Green #20D207
RGB
CMYK
RGB Variations
Color information
#20D207 (or 0x20D207) is known color: Lime Green. HEX triplet: 20, D2 and 07. RGB value is (32,210,7). Sum of RGB (Red+Green+Blue) = 32+210+7=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 210 (82.42% from 255 or 84.34% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 210 - color contains mainly: green. Hex color #20D207 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D207 is #DF2DF8. Grayscale: #868686. Windows color (decimal): -14626297 or 512544. OLE color: 512544.
HSL color Cylindrical-coordinate representation of color #20D207: hue angle of 112.61º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20D207 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 7 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.18 |
| HSL | 112.61º | 0.94% | 0.43% | - |
| HSV(B) | 112.61º | 0.97% | 0.82% | - |
| XYZ | 23.68 | 46.42 | 7.91 | - |
| YUV | 133.64 | 56.53 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 7 | 0.85 | 0 | 0.97 | 0.18 | 112.61 | 0.94 | 0.43 |
| Hex | 20 | D2 | 7 | 55 | 0 | 61 | 12 | 71 | 5E | 2B |
| Octal | 40 | 322 | 7 | 125 | 0 | 141 | 22 | 161 | 136 | 53 |
| Binary | 100000 | 11010010 | 111 | 1010101 | 0 | 1100001 | 10010 | 1110001 | 1011110 | 101011 |
Color Harmonies of #20D207
Complementary color
Monochromatic Colors of #20D207
Black with #20D207
Text Example
Text Example
White with #20D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D207; }
p { color: rgb(32,210,7); }
H1.HeaderClassName
{
color: #20D207;
}
.AnyTagClassName
{
color: #20D207;
}
</style>
background-color css
<style>
a { background-color: #20D207; }
a { background-color: rgb(32,210,7); }
div.DivClassName
{
background-color: #20D207;
}
.BgClassName
{
background-color: #20D207;
}
</style>
border-color css
<style>
span { border-color: #20D207; }
span { border-color: rgb(32,210,7); }
td.TdClassName
{
border-color: #20D207;
}
.TagClassName
{
border-color: #20D207;
}
</style>