Shades of Lime Green #20E32D
Tints of Lime Green #20E32D
RGB
CMYK
RGB Variations
Color information
#20E32D (or 0x20E32D) is known color: Lime Green. HEX triplet: 20, E3 and 2D. RGB value is (32,227,45). Sum of RGB (Red+Green+Blue) = 32+227+45=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 227 (89.06% from 255 or 74.67% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 227 - color contains mainly: green. Hex color #20E32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E32D is #DF1CD2. Grayscale: #949494. Windows color (decimal): -14621907 or 3007264. OLE color: 3007264.
HSL color Cylindrical-coordinate representation of color #20E32D: hue angle of 124º 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 #20E32D is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 227 | 45 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.11 |
| HSL | 124º | 0.78% | 0.51% | - |
| HSV(B) | 124º | 0.86% | 0.89% | - |
| XYZ | 28.54 | 55.43 | 11.68 | - |
| YUV | 147.95 | 69.9 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 227 | 45 | 0.86 | 0 | 0.80 | 0.11 | 124 | 0.78 | 0.51 |
| Hex | 20 | E3 | 2D | 56 | 0 | 50 | B | 7C | 4E | 33 |
| Octal | 40 | 343 | 55 | 126 | 0 | 120 | 13 | 174 | 116 | 63 |
| Binary | 100000 | 11100011 | 101101 | 1010110 | 0 | 1010000 | 1011 | 1111100 | 1001110 | 110011 |
Color Harmonies of #20E32D
Complementary color
Monochromatic Colors of #20E32D
Black with #20E32D
Text Example
Text Example
White with #20E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E32D; }
p { color: rgb(32,227,45); }
H1.HeaderClassName
{
color: #20E32D;
}
.AnyTagClassName
{
color: #20E32D;
}
</style>
background-color css
<style>
a { background-color: #20E32D; }
a { background-color: rgb(32,227,45); }
div.DivClassName
{
background-color: #20E32D;
}
.BgClassName
{
background-color: #20E32D;
}
</style>
border-color css
<style>
span { border-color: #20E32D; }
span { border-color: rgb(32,227,45); }
td.TdClassName
{
border-color: #20E32D;
}
.TagClassName
{
border-color: #20E32D;
}
</style>