Shades of Lime Green #20E43D
Tints of Lime Green #20E43D
RGB
CMYK
RGB Variations
Color information
#20E43D (or 0x20E43D) is known color: Lime Green. HEX triplet: 20, E4 and 3D. RGB value is (32,228,61). Sum of RGB (Red+Green+Blue) = 32+228+61=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 228 (89.45% from 255 or 71.03% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 228 - color contains mainly: green. Hex color #20E43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E43D is #DF1BC2. Grayscale: #969696. Windows color (decimal): -14621635 or 4056096. OLE color: 4056096.
HSL color Cylindrical-coordinate representation of color #20E43D: hue angle of 128.88º 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 #20E43D is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 61 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.11 |
| HSL | 128.88º | 0.78% | 0.51% | - |
| HSV(B) | 128.88º | 0.86% | 0.89% | - |
| XYZ | 29.18 | 56.13 | 13.71 | - |
| YUV | 150.36 | 77.57 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 61 | 0.86 | 0 | 0.73 | 0.11 | 128.88 | 0.78 | 0.51 |
| Hex | 20 | E4 | 3D | 56 | 0 | 49 | B | 81 | 4E | 33 |
| Octal | 40 | 344 | 75 | 126 | 0 | 111 | 13 | 201 | 116 | 63 |
| Binary | 100000 | 11100100 | 111101 | 1010110 | 0 | 1001001 | 1011 | 10000001 | 1001110 | 110011 |
Color Harmonies of #20E43D
Complementary color
Monochromatic Colors of #20E43D
Black with #20E43D
Text Example
Text Example
White with #20E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E43D; }
p { color: rgb(32,228,61); }
H1.HeaderClassName
{
color: #20E43D;
}
.AnyTagClassName
{
color: #20E43D;
}
</style>
background-color css
<style>
a { background-color: #20E43D; }
a { background-color: rgb(32,228,61); }
div.DivClassName
{
background-color: #20E43D;
}
.BgClassName
{
background-color: #20E43D;
}
</style>
border-color css
<style>
span { border-color: #20E43D; }
span { border-color: rgb(32,228,61); }
td.TdClassName
{
border-color: #20E43D;
}
.TagClassName
{
border-color: #20E43D;
}
</style>