Shades of Lime Green #20E83A
Tints of Lime Green #20E83A
RGB
CMYK
RGB Variations
Color information
#20E83A (or 0x20E83A) is known color: Lime Green. HEX triplet: 20, E8 and 3A. RGB value is (32,232,58). Sum of RGB (Red+Green+Blue) = 32+232+58=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 232 (91.02% from 255 or 72.05% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 232 - color contains mainly: green. Hex color #20E83A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E83A is #DF17C5. Grayscale: #989898. Windows color (decimal): -14620614 or 3860512. OLE color: 3860512.
HSL color Cylindrical-coordinate representation of color #20E83A: hue angle of 127.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E83A is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 232 | 58 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.09 |
| HSL | 127.8º | 0.81% | 0.52% | - |
| HSV(B) | 127.8º | 0.86% | 0.91% | - |
| XYZ | 30.22 | 58.33 | 13.67 | - |
| YUV | 152.36 | 74.74 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 232 | 58 | 0.86 | 0 | 0.75 | 0.09 | 127.8 | 0.81 | 0.52 |
| Hex | 20 | E8 | 3A | 56 | 0 | 4B | 9 | 80 | 51 | 34 |
| Octal | 40 | 350 | 72 | 126 | 0 | 113 | 11 | 200 | 121 | 64 |
| Binary | 100000 | 11101000 | 111010 | 1010110 | 0 | 1001011 | 1001 | 10000000 | 1010001 | 110100 |
Color Harmonies of #20E83A
Complementary color
Monochromatic Colors of #20E83A
Black with #20E83A
Text Example
Text Example
White with #20E83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E83A; }
p { color: rgb(32,232,58); }
H1.HeaderClassName
{
color: #20E83A;
}
.AnyTagClassName
{
color: #20E83A;
}
</style>
background-color css
<style>
a { background-color: #20E83A; }
a { background-color: rgb(32,232,58); }
div.DivClassName
{
background-color: #20E83A;
}
.BgClassName
{
background-color: #20E83A;
}
</style>
border-color css
<style>
span { border-color: #20E83A; }
span { border-color: rgb(32,232,58); }
td.TdClassName
{
border-color: #20E83A;
}
.TagClassName
{
border-color: #20E83A;
}
</style>