Shades of Lime Green #20DC3D
Tints of Lime Green #20DC3D
RGB
CMYK
RGB Variations
Color information
#20DC3D (or 0x20DC3D) is known color: Lime Green. HEX triplet: 20, DC and 3D. RGB value is (32,220,61). Sum of RGB (Red+Green+Blue) = 32+220+61=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC3D is #DF23C2. Grayscale: #929292. Windows color (decimal): -14623683 or 4054048. OLE color: 4054048.
HSL color Cylindrical-coordinate representation of color #20DC3D: hue angle of 129.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DC3D is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 61 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.14 |
| HSL | 129.26º | 0.75% | 0.49% | - |
| HSV(B) | 129.26º | 0.85% | 0.86% | - |
| XYZ | 27.03 | 51.83 | 12.99 | - |
| YUV | 145.66 | 80.22 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 61 | 0.85 | 0 | 0.72 | 0.14 | 129.26 | 0.75 | 0.49 |
| Hex | 20 | DC | 3D | 55 | 0 | 48 | E | 81 | 4B | 31 |
| Octal | 40 | 334 | 75 | 125 | 0 | 110 | 16 | 201 | 113 | 61 |
| Binary | 100000 | 11011100 | 111101 | 1010101 | 0 | 1001000 | 1110 | 10000001 | 1001011 | 110001 |
Color Harmonies of #20DC3D
Complementary color
Monochromatic Colors of #20DC3D
Black with #20DC3D
Text Example
Text Example
White with #20DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC3D; }
p { color: rgb(32,220,61); }
H1.HeaderClassName
{
color: #20DC3D;
}
.AnyTagClassName
{
color: #20DC3D;
}
</style>
background-color css
<style>
a { background-color: #20DC3D; }
a { background-color: rgb(32,220,61); }
div.DivClassName
{
background-color: #20DC3D;
}
.BgClassName
{
background-color: #20DC3D;
}
</style>
border-color css
<style>
span { border-color: #20DC3D; }
span { border-color: rgb(32,220,61); }
td.TdClassName
{
border-color: #20DC3D;
}
.TagClassName
{
border-color: #20DC3D;
}
</style>