Shades of Lime Green #20DD38
Tints of Lime Green #20DD38
RGB
CMYK
RGB Variations
Color information
#20DD38 (or 0x20DD38) is known color: Lime Green. HEX triplet: 20, DD and 38. RGB value is (32,221,56). Sum of RGB (Red+Green+Blue) = 32+221+56=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 221 (86.72% from 255 or 71.52% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD38 is #DF22C7. Grayscale: #929292. Windows color (decimal): -14623432 or 3726624. OLE color: 3726624.
HSL color Cylindrical-coordinate representation of color #20DD38: hue angle of 127.62º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DD38 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 56 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.13 |
| HSL | 127.62º | 0.75% | 0.5% | - |
| HSV(B) | 127.62º | 0.86% | 0.87% | - |
| XYZ | 27.17 | 52.31 | 12.41 | - |
| YUV | 145.68 | 77.38 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 56 | 0.86 | 0 | 0.75 | 0.13 | 127.62 | 0.75 | 0.5 |
| Hex | 20 | DD | 38 | 56 | 0 | 4B | D | 80 | 4B | 32 |
| Octal | 40 | 335 | 70 | 126 | 0 | 113 | 15 | 200 | 113 | 62 |
| Binary | 100000 | 11011101 | 111000 | 1010110 | 0 | 1001011 | 1101 | 10000000 | 1001011 | 110010 |
Color Harmonies of #20DD38
Complementary color
Monochromatic Colors of #20DD38
Black with #20DD38
Text Example
Text Example
White with #20DD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD38; }
p { color: rgb(32,221,56); }
H1.HeaderClassName
{
color: #20DD38;
}
.AnyTagClassName
{
color: #20DD38;
}
</style>
background-color css
<style>
a { background-color: #20DD38; }
a { background-color: rgb(32,221,56); }
div.DivClassName
{
background-color: #20DD38;
}
.BgClassName
{
background-color: #20DD38;
}
</style>
border-color css
<style>
span { border-color: #20DD38; }
span { border-color: rgb(32,221,56); }
td.TdClassName
{
border-color: #20DD38;
}
.TagClassName
{
border-color: #20DD38;
}
</style>