Shades of Lime Green #20E529
Tints of Lime Green #20E529
RGB
CMYK
RGB Variations
Color information
#20E529 (or 0x20E529) is known color: Lime Green. HEX triplet: 20, E5 and 29. RGB value is (32,229,41). Sum of RGB (Red+Green+Blue) = 32+229+41=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 229 (89.84% from 255 or 75.83% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 229 - color contains mainly: green. Hex color #20E529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E529 is #DF1AD6. Grayscale: #959595. Windows color (decimal): -14621399 or 2745632. OLE color: 2745632.
HSL color Cylindrical-coordinate representation of color #20E529: hue angle of 122.74º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E529 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 229 | 41 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.10 |
| HSL | 122.74º | 0.79% | 0.51% | - |
| HSV(B) | 122.74º | 0.86% | 0.9% | - |
| XYZ | 29.02 | 56.51 | 11.48 | - |
| YUV | 148.67 | 67.23 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 229 | 41 | 0.86 | 0 | 0.82 | 0.10 | 122.74 | 0.79 | 0.51 |
| Hex | 20 | E5 | 29 | 56 | 0 | 52 | A | 7B | 4F | 33 |
| Octal | 40 | 345 | 51 | 126 | 0 | 122 | 12 | 173 | 117 | 63 |
| Binary | 100000 | 11100101 | 101001 | 1010110 | 0 | 1010010 | 1010 | 1111011 | 1001111 | 110011 |
Color Harmonies of #20E529
Complementary color
Monochromatic Colors of #20E529
Black with #20E529
Text Example
Text Example
White with #20E529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E529; }
p { color: rgb(32,229,41); }
H1.HeaderClassName
{
color: #20E529;
}
.AnyTagClassName
{
color: #20E529;
}
</style>
background-color css
<style>
a { background-color: #20E529; }
a { background-color: rgb(32,229,41); }
div.DivClassName
{
background-color: #20E529;
}
.BgClassName
{
background-color: #20E529;
}
</style>
border-color css
<style>
span { border-color: #20E529; }
span { border-color: rgb(32,229,41); }
td.TdClassName
{
border-color: #20E529;
}
.TagClassName
{
border-color: #20E529;
}
</style>