Shades of Lime Green #20E829
Tints of Lime Green #20E829
RGB
CMYK
RGB Variations
Color information
#20E829 (or 0x20E829) is known color: Lime Green. HEX triplet: 20, E8 and 29. RGB value is (32,232,41). Sum of RGB (Red+Green+Blue) = 32+232+41=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 232 (91.02% from 255 or 76.07% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 232 - color contains mainly: green. Hex color #20E829 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E829 is #DF17D6. Grayscale: #969696. Windows color (decimal): -14620631 or 2746400. OLE color: 2746400.
HSL color Cylindrical-coordinate representation of color #20E829: hue angle of 122.7º 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 #20E829 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 232 | 41 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.09 |
| HSL | 122.7º | 0.81% | 0.52% | - |
| HSV(B) | 122.7º | 0.86% | 0.91% | - |
| XYZ | 29.85 | 58.18 | 11.75 | - |
| YUV | 150.43 | 66.24 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 232 | 41 | 0.86 | 0 | 0.82 | 0.09 | 122.7 | 0.81 | 0.52 |
| Hex | 20 | E8 | 29 | 56 | 0 | 52 | 9 | 7B | 51 | 34 |
| Octal | 40 | 350 | 51 | 126 | 0 | 122 | 11 | 173 | 121 | 64 |
| Binary | 100000 | 11101000 | 101001 | 1010110 | 0 | 1010010 | 1001 | 1111011 | 1010001 | 110100 |
Color Harmonies of #20E829
Complementary color
Monochromatic Colors of #20E829
Black with #20E829
Text Example
Text Example
White with #20E829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E829; }
p { color: rgb(32,232,41); }
H1.HeaderClassName
{
color: #20E829;
}
.AnyTagClassName
{
color: #20E829;
}
</style>
background-color css
<style>
a { background-color: #20E829; }
a { background-color: rgb(32,232,41); }
div.DivClassName
{
background-color: #20E829;
}
.BgClassName
{
background-color: #20E829;
}
</style>
border-color css
<style>
span { border-color: #20E829; }
span { border-color: rgb(32,232,41); }
td.TdClassName
{
border-color: #20E829;
}
.TagClassName
{
border-color: #20E829;
}
</style>