Shades of Lime Green #20D127
Tints of Lime Green #20D127
RGB
CMYK
RGB Variations
Color information
#20D127 (or 0x20D127) is known color: Lime Green. HEX triplet: 20, D1 and 27. RGB value is (32,209,39). Sum of RGB (Red+Green+Blue) = 32+209+39=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 209 (82.03% from 255 or 74.64% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 209 - color contains mainly: green. Hex color #20D127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D127 is #DF2ED8. Grayscale: #898989. Windows color (decimal): -14626521 or 2609440. OLE color: 2609440.
HSL color Cylindrical-coordinate representation of color #20D127: hue angle of 122.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D127 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 209 | 39 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.18 |
| HSL | 122.37º | 0.73% | 0.47% | - |
| HSV(B) | 122.37º | 0.85% | 0.82% | - |
| XYZ | 23.76 | 46.05 | 9.56 | - |
| YUV | 136.7 | 72.86 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 209 | 39 | 0.85 | 0 | 0.81 | 0.18 | 122.37 | 0.73 | 0.47 |
| Hex | 20 | D1 | 27 | 55 | 0 | 51 | 12 | 7A | 49 | 2F |
| Octal | 40 | 321 | 47 | 125 | 0 | 121 | 22 | 172 | 111 | 57 |
| Binary | 100000 | 11010001 | 100111 | 1010101 | 0 | 1010001 | 10010 | 1111010 | 1001001 | 101111 |
Color Harmonies of #20D127
Complementary color
Monochromatic Colors of #20D127
Black with #20D127
Text Example
Text Example
White with #20D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D127; }
p { color: rgb(32,209,39); }
H1.HeaderClassName
{
color: #20D127;
}
.AnyTagClassName
{
color: #20D127;
}
</style>
background-color css
<style>
a { background-color: #20D127; }
a { background-color: rgb(32,209,39); }
div.DivClassName
{
background-color: #20D127;
}
.BgClassName
{
background-color: #20D127;
}
</style>
border-color css
<style>
span { border-color: #20D127; }
span { border-color: rgb(32,209,39); }
td.TdClassName
{
border-color: #20D127;
}
.TagClassName
{
border-color: #20D127;
}
</style>