Shades of Lime Green #20DD2A
Tints of Lime Green #20DD2A
RGB
CMYK
RGB Variations
Color information
#20DD2A (or 0x20DD2A) is known color: Lime Green. HEX triplet: 20, DD and 2A. RGB value is (32,221,42). Sum of RGB (Red+Green+Blue) = 32+221+42=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD2A is #DF22D5. Grayscale: #909090. Windows color (decimal): -14623446 or 2809120. OLE color: 2809120.
HSL color Cylindrical-coordinate representation of color #20DD2A: hue angle of 123.17º 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 #20DD2A is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 42 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.13 |
| HSL | 123.17º | 0.75% | 0.5% | - |
| HSV(B) | 123.17º | 0.86% | 0.87% | - |
| XYZ | 26.87 | 52.19 | 10.85 | - |
| YUV | 144.08 | 70.38 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 42 | 0.86 | 0 | 0.81 | 0.13 | 123.17 | 0.75 | 0.5 |
| Hex | 20 | DD | 2A | 56 | 0 | 51 | D | 7B | 4B | 32 |
| Octal | 40 | 335 | 52 | 126 | 0 | 121 | 15 | 173 | 113 | 62 |
| Binary | 100000 | 11011101 | 101010 | 1010110 | 0 | 1010001 | 1101 | 1111011 | 1001011 | 110010 |
Color Harmonies of #20DD2A
Complementary color
Monochromatic Colors of #20DD2A
Black with #20DD2A
Text Example
Text Example
White with #20DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD2A; }
p { color: rgb(32,221,42); }
H1.HeaderClassName
{
color: #20DD2A;
}
.AnyTagClassName
{
color: #20DD2A;
}
</style>
background-color css
<style>
a { background-color: #20DD2A; }
a { background-color: rgb(32,221,42); }
div.DivClassName
{
background-color: #20DD2A;
}
.BgClassName
{
background-color: #20DD2A;
}
</style>
border-color css
<style>
span { border-color: #20DD2A; }
span { border-color: rgb(32,221,42); }
td.TdClassName
{
border-color: #20DD2A;
}
.TagClassName
{
border-color: #20DD2A;
}
</style>