Shades of Lime Green #20E01D
Tints of Lime Green #20E01D
RGB
CMYK
RGB Variations
Color information
#20E01D (or 0x20E01D) is known color: Lime Green. HEX triplet: 20, E0 and 1D. RGB value is (32,224,29). Sum of RGB (Red+Green+Blue) = 32+224+29=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 224 (87.89% from 255 or 78.60% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 224 - color contains mainly: green. Hex color #20E01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E01D is #DF1FE2. Grayscale: #909090. Windows color (decimal): -14622691 or 1957920. OLE color: 1957920.
HSL color Cylindrical-coordinate representation of color #20E01D: 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 #20E01D is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 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.47 | 53.71 | 10.08 | - |
| YUV | 144.36 | 62.89 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 29 | 0.86 | 0 | 0.87 | 0.12 | 119.08 | 0.77 | 0.5 |
| Hex | 20 | E0 | 1D | 56 | 0 | 57 | C | 77 | 4D | 32 |
| Octal | 40 | 340 | 35 | 126 | 0 | 127 | 14 | 167 | 115 | 62 |
| Binary | 100000 | 11100000 | 11101 | 1010110 | 0 | 1010111 | 1100 | 1110111 | 1001101 | 110010 |
Color Harmonies of #20E01D
Complementary color
Monochromatic Colors of #20E01D
Black with #20E01D
Text Example
Text Example
White with #20E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E01D; }
p { color: rgb(32,224,29); }
H1.HeaderClassName
{
color: #20E01D;
}
.AnyTagClassName
{
color: #20E01D;
}
</style>
background-color css
<style>
a { background-color: #20E01D; }
a { background-color: rgb(32,224,29); }
div.DivClassName
{
background-color: #20E01D;
}
.BgClassName
{
background-color: #20E01D;
}
</style>
border-color css
<style>
span { border-color: #20E01D; }
span { border-color: rgb(32,224,29); }
td.TdClassName
{
border-color: #20E01D;
}
.TagClassName
{
border-color: #20E01D;
}
</style>