Shades of Lime Green #20D311
Tints of Lime Green #20D311
RGB
CMYK
RGB Variations
Color information
#20D311 (or 0x20D311) is known color: Lime Green. HEX triplet: 20, D3 and 11. RGB value is (32,211,17). Sum of RGB (Red+Green+Blue) = 32+211+17=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 211 (82.81% from 255 or 81.15% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 211 - color contains mainly: green. Hex color #20D311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D311 is #DF2CEE. Grayscale: #878787. Windows color (decimal): -14626031 or 1168160. OLE color: 1168160.
HSL color Cylindrical-coordinate representation of color #20D311: hue angle of 115.36º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20D311 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 211 | 17 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.17 |
| HSL | 115.36º | 0.85% | 0.45% | - |
| HSV(B) | 115.36º | 0.92% | 0.83% | - |
| XYZ | 23.99 | 46.94 | 8.33 | - |
| YUV | 135.36 | 61.2 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 211 | 17 | 0.85 | 0 | 0.92 | 0.17 | 115.36 | 0.85 | 0.45 |
| Hex | 20 | D3 | 11 | 55 | 0 | 5C | 11 | 73 | 55 | 2D |
| Octal | 40 | 323 | 21 | 125 | 0 | 134 | 21 | 163 | 125 | 55 |
| Binary | 100000 | 11010011 | 10001 | 1010101 | 0 | 1011100 | 10001 | 1110011 | 1010101 | 101101 |
Color Harmonies of #20D311
Complementary color
Monochromatic Colors of #20D311
Black with #20D311
Text Example
Text Example
White with #20D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D311; }
p { color: rgb(32,211,17); }
H1.HeaderClassName
{
color: #20D311;
}
.AnyTagClassName
{
color: #20D311;
}
</style>
background-color css
<style>
a { background-color: #20D311; }
a { background-color: rgb(32,211,17); }
div.DivClassName
{
background-color: #20D311;
}
.BgClassName
{
background-color: #20D311;
}
</style>
border-color css
<style>
span { border-color: #20D311; }
span { border-color: rgb(32,211,17); }
td.TdClassName
{
border-color: #20D311;
}
.TagClassName
{
border-color: #20D311;
}
</style>