Shades of Lime Green #20E11D
Tints of Lime Green #20E11D
RGB
CMYK
RGB Variations
Color information
#20E11D (or 0x20E11D) is known color: Lime Green. HEX triplet: 20, E1 and 1D. RGB value is (32,225,29). Sum of RGB (Red+Green+Blue) = 32+225+29=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 225 (88.28% from 255 or 78.67% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 225 - color contains mainly: green. Hex color #20E11D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E11D is #DF1EE2. Grayscale: #919191. Windows color (decimal): -14622435 or 1958176. OLE color: 1958176.
HSL color Cylindrical-coordinate representation of color #20E11D: hue angle of 119.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20E11D is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 29 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.12 |
| HSL | 119.08º | 0.77% | 0.5% | - |
| HSV(B) | 119.08º | 0.87% | 0.88% | - |
| XYZ | 27.74 | 54.25 | 10.17 | - |
| YUV | 144.95 | 62.56 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 29 | 0.86 | 0 | 0.87 | 0.12 | 119.08 | 0.77 | 0.5 |
| Hex | 20 | E1 | 1D | 56 | 0 | 57 | C | 77 | 4D | 32 |
| Octal | 40 | 341 | 35 | 126 | 0 | 127 | 14 | 167 | 115 | 62 |
| Binary | 100000 | 11100001 | 11101 | 1010110 | 0 | 1010111 | 1100 | 1110111 | 1001101 | 110010 |
Color Harmonies of #20E11D
Complementary color
Monochromatic Colors of #20E11D
Black with #20E11D
Text Example
Text Example
White with #20E11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E11D; }
p { color: rgb(32,225,29); }
H1.HeaderClassName
{
color: #20E11D;
}
.AnyTagClassName
{
color: #20E11D;
}
</style>
background-color css
<style>
a { background-color: #20E11D; }
a { background-color: rgb(32,225,29); }
div.DivClassName
{
background-color: #20E11D;
}
.BgClassName
{
background-color: #20E11D;
}
</style>
border-color css
<style>
span { border-color: #20E11D; }
span { border-color: rgb(32,225,29); }
td.TdClassName
{
border-color: #20E11D;
}
.TagClassName
{
border-color: #20E11D;
}
</style>