Shades of Lime Green #20D811
Tints of Lime Green #20D811
RGB
CMYK
RGB Variations
Color information
#20D811 (or 0x20D811) is known color: Lime Green. HEX triplet: 20, D8 and 11. RGB value is (32,216,17). Sum of RGB (Red+Green+Blue) = 32+216+17=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 216 (84.77% from 255 or 81.51% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 216 - color contains mainly: green. Hex color #20D811 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D811 is #DF27EE. Grayscale: #8A8A8A. Windows color (decimal): -14624751 or 1169440. OLE color: 1169440.
HSL color Cylindrical-coordinate representation of color #20D811: hue angle of 115.48º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20D811 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 216 | 17 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.15 |
| HSL | 115.48º | 0.85% | 0.46% | - |
| HSV(B) | 115.48º | 0.92% | 0.85% | - |
| XYZ | 25.25 | 49.46 | 8.75 | - |
| YUV | 138.3 | 59.54 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 216 | 17 | 0.85 | 0 | 0.92 | 0.15 | 115.48 | 0.85 | 0.46 |
| Hex | 20 | D8 | 11 | 55 | 0 | 5C | F | 73 | 55 | 2E |
| Octal | 40 | 330 | 21 | 125 | 0 | 134 | 17 | 163 | 125 | 56 |
| Binary | 100000 | 11011000 | 10001 | 1010101 | 0 | 1011100 | 1111 | 1110011 | 1010101 | 101110 |
Color Harmonies of #20D811
Complementary color
Monochromatic Colors of #20D811
Black with #20D811
Text Example
Text Example
White with #20D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D811; }
p { color: rgb(32,216,17); }
H1.HeaderClassName
{
color: #20D811;
}
.AnyTagClassName
{
color: #20D811;
}
</style>
background-color css
<style>
a { background-color: #20D811; }
a { background-color: rgb(32,216,17); }
div.DivClassName
{
background-color: #20D811;
}
.BgClassName
{
background-color: #20D811;
}
</style>
border-color css
<style>
span { border-color: #20D811; }
span { border-color: rgb(32,216,17); }
td.TdClassName
{
border-color: #20D811;
}
.TagClassName
{
border-color: #20D811;
}
</style>