Shades of Lime Green #20D927
Tints of Lime Green #20D927
RGB
CMYK
RGB Variations
Color information
#20D927 (or 0x20D927) is known color: Lime Green. HEX triplet: 20, D9 and 27. RGB value is (32,217,39). Sum of RGB (Red+Green+Blue) = 32+217+39=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 217 (85.16% from 255 or 75.35% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 217 - color contains mainly: green. Hex color #20D927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D927 is #DF26D8. Grayscale: #8D8D8D. Windows color (decimal): -14624473 or 2611488. OLE color: 2611488.
HSL color Cylindrical-coordinate representation of color #20D927: hue angle of 122.27º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D927 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 39 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.15 |
| HSL | 122.27º | 0.74% | 0.49% | - |
| HSV(B) | 122.27º | 0.85% | 0.85% | - |
| XYZ | 25.77 | 50.08 | 10.23 | - |
| YUV | 141.39 | 70.21 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 39 | 0.85 | 0 | 0.82 | 0.15 | 122.27 | 0.74 | 0.49 |
| Hex | 20 | D9 | 27 | 55 | 0 | 52 | F | 7A | 4A | 31 |
| Octal | 40 | 331 | 47 | 125 | 0 | 122 | 17 | 172 | 112 | 61 |
| Binary | 100000 | 11011001 | 100111 | 1010101 | 0 | 1010010 | 1111 | 1111010 | 1001010 | 110001 |
Color Harmonies of #20D927
Complementary color
Monochromatic Colors of #20D927
Black with #20D927
Text Example
Text Example
White with #20D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D927; }
p { color: rgb(32,217,39); }
H1.HeaderClassName
{
color: #20D927;
}
.AnyTagClassName
{
color: #20D927;
}
</style>
background-color css
<style>
a { background-color: #20D927; }
a { background-color: rgb(32,217,39); }
div.DivClassName
{
background-color: #20D927;
}
.BgClassName
{
background-color: #20D927;
}
</style>
border-color css
<style>
span { border-color: #20D927; }
span { border-color: rgb(32,217,39); }
td.TdClassName
{
border-color: #20D927;
}
.TagClassName
{
border-color: #20D927;
}
</style>