Shades of Lime Green #20D41D
Tints of Lime Green #20D41D
RGB
CMYK
RGB Variations
Color information
#20D41D (or 0x20D41D) is known color: Lime Green. HEX triplet: 20, D4 and 1D. RGB value is (32,212,29). Sum of RGB (Red+Green+Blue) = 32+212+29=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 212 (83.20% from 255 or 77.66% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 212 - color contains mainly: green. Hex color #20D41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D41D is #DF2BE2. Grayscale: #898989. Windows color (decimal): -14625763 or 1954848. OLE color: 1954848.
HSL color Cylindrical-coordinate representation of color #20D41D: hue angle of 119.02º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20D41D is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 212 | 29 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.17 |
| HSL | 119.02º | 0.76% | 0.47% | - |
| HSV(B) | 119.02º | 0.86% | 0.83% | - |
| XYZ | 24.36 | 47.48 | 9.04 | - |
| YUV | 137.32 | 66.87 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 29 | 0.85 | 0 | 0.86 | 0.17 | 119.02 | 0.76 | 0.47 |
| Hex | 20 | D4 | 1D | 55 | 0 | 56 | 11 | 77 | 4C | 2F |
| Octal | 40 | 324 | 35 | 125 | 0 | 126 | 21 | 167 | 114 | 57 |
| Binary | 100000 | 11010100 | 11101 | 1010101 | 0 | 1010110 | 10001 | 1110111 | 1001100 | 101111 |
Color Harmonies of #20D41D
Complementary color
Monochromatic Colors of #20D41D
Black with #20D41D
Text Example
Text Example
White with #20D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D41D; }
p { color: rgb(32,212,29); }
H1.HeaderClassName
{
color: #20D41D;
}
.AnyTagClassName
{
color: #20D41D;
}
</style>
background-color css
<style>
a { background-color: #20D41D; }
a { background-color: rgb(32,212,29); }
div.DivClassName
{
background-color: #20D41D;
}
.BgClassName
{
background-color: #20D41D;
}
</style>
border-color css
<style>
span { border-color: #20D41D; }
span { border-color: rgb(32,212,29); }
td.TdClassName
{
border-color: #20D41D;
}
.TagClassName
{
border-color: #20D41D;
}
</style>