Shades of Lime Green #20E33D
Tints of Lime Green #20E33D
RGB
CMYK
RGB Variations
Color information
#20E33D (or 0x20E33D) is known color: Lime Green. HEX triplet: 20, E3 and 3D. RGB value is (32,227,61). Sum of RGB (Red+Green+Blue) = 32+227+61=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 227 (89.06% from 255 or 70.94% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 227 - color contains mainly: green. Hex color #20E33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E33D is #DF1CC2. Grayscale: #969696. Windows color (decimal): -14621891 or 4055840. OLE color: 4055840.
HSL color Cylindrical-coordinate representation of color #20E33D: hue angle of 128.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E33D is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 227 | 61 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.11 |
| HSL | 128.92º | 0.78% | 0.51% | - |
| HSV(B) | 128.92º | 0.86% | 0.89% | - |
| XYZ | 28.91 | 55.58 | 13.62 | - |
| YUV | 149.77 | 77.9 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 227 | 61 | 0.86 | 0 | 0.73 | 0.11 | 128.92 | 0.78 | 0.51 |
| Hex | 20 | E3 | 3D | 56 | 0 | 49 | B | 81 | 4E | 33 |
| Octal | 40 | 343 | 75 | 126 | 0 | 111 | 13 | 201 | 116 | 63 |
| Binary | 100000 | 11100011 | 111101 | 1010110 | 0 | 1001001 | 1011 | 10000001 | 1001110 | 110011 |
Color Harmonies of #20E33D
Complementary color
Monochromatic Colors of #20E33D
Black with #20E33D
Text Example
Text Example
White with #20E33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E33D; }
p { color: rgb(32,227,61); }
H1.HeaderClassName
{
color: #20E33D;
}
.AnyTagClassName
{
color: #20E33D;
}
</style>
background-color css
<style>
a { background-color: #20E33D; }
a { background-color: rgb(32,227,61); }
div.DivClassName
{
background-color: #20E33D;
}
.BgClassName
{
background-color: #20E33D;
}
</style>
border-color css
<style>
span { border-color: #20E33D; }
span { border-color: rgb(32,227,61); }
td.TdClassName
{
border-color: #20E33D;
}
.TagClassName
{
border-color: #20E33D;
}
</style>