Shades of Lime Green #20DD23
Tints of Lime Green #20DD23
RGB
CMYK
RGB Variations
Color information
#20DD23 (or 0x20DD23) is known color: Lime Green. HEX triplet: 20, DD and 23. RGB value is (32,221,35). Sum of RGB (Red+Green+Blue) = 32+221+35=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD23 is #DF22DC. Grayscale: #8F8F8F. Windows color (decimal): -14623453 or 2350368. OLE color: 2350368.
HSL color Cylindrical-coordinate representation of color #20DD23: hue angle of 120.95º 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 #20DD23 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 35 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.13 |
| HSL | 120.95º | 0.75% | 0.5% | - |
| HSV(B) | 120.95º | 0.86% | 0.87% | - |
| XYZ | 26.76 | 52.14 | 10.24 | - |
| YUV | 143.29 | 66.88 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 35 | 0.86 | 0 | 0.84 | 0.13 | 120.95 | 0.75 | 0.5 |
| Hex | 20 | DD | 23 | 56 | 0 | 54 | D | 79 | 4B | 32 |
| Octal | 40 | 335 | 43 | 126 | 0 | 124 | 15 | 171 | 113 | 62 |
| Binary | 100000 | 11011101 | 100011 | 1010110 | 0 | 1010100 | 1101 | 1111001 | 1001011 | 110010 |
Color Harmonies of #20DD23
Complementary color
Monochromatic Colors of #20DD23
Black with #20DD23
Text Example
Text Example
White with #20DD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD23; }
p { color: rgb(32,221,35); }
H1.HeaderClassName
{
color: #20DD23;
}
.AnyTagClassName
{
color: #20DD23;
}
</style>
background-color css
<style>
a { background-color: #20DD23; }
a { background-color: rgb(32,221,35); }
div.DivClassName
{
background-color: #20DD23;
}
.BgClassName
{
background-color: #20DD23;
}
</style>
border-color css
<style>
span { border-color: #20DD23; }
span { border-color: rgb(32,221,35); }
td.TdClassName
{
border-color: #20DD23;
}
.TagClassName
{
border-color: #20DD23;
}
</style>