Shades of Lime Green #20EC31
Tints of Lime Green #20EC31
RGB
CMYK
RGB Variations
Color information
#20EC31 (or 0x20EC31) is known color: Lime Green. HEX triplet: 20, EC and 31. RGB value is (32,236,49). Sum of RGB (Red+Green+Blue) = 32+236+49=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EC31 is #DF13CE. Grayscale: #9A9A9A. Windows color (decimal): -14619599 or 3271712. OLE color: 3271712.
HSL color Cylindrical-coordinate representation of color #20EC31: hue angle of 125º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EC31 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 49 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.07 |
| HSL | 125º | 0.84% | 0.53% | - |
| HSV(B) | 125º | 0.86% | 0.93% | - |
| XYZ | 31.15 | 60.52 | 12.95 | - |
| YUV | 153.69 | 68.91 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 49 | 0.86 | 0 | 0.79 | 0.07 | 125 | 0.84 | 0.53 |
| Hex | 20 | EC | 31 | 56 | 0 | 4F | 7 | 7D | 54 | 35 |
| Octal | 40 | 354 | 61 | 126 | 0 | 117 | 7 | 175 | 124 | 65 |
| Binary | 100000 | 11101100 | 110001 | 1010110 | 0 | 1001111 | 111 | 1111101 | 1010100 | 110101 |
Color Harmonies of #20EC31
Complementary color
Monochromatic Colors of #20EC31
Black with #20EC31
Text Example
Text Example
White with #20EC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC31; }
p { color: rgb(32,236,49); }
H1.HeaderClassName
{
color: #20EC31;
}
.AnyTagClassName
{
color: #20EC31;
}
</style>
background-color css
<style>
a { background-color: #20EC31; }
a { background-color: rgb(32,236,49); }
div.DivClassName
{
background-color: #20EC31;
}
.BgClassName
{
background-color: #20EC31;
}
</style>
border-color css
<style>
span { border-color: #20EC31; }
span { border-color: rgb(32,236,49); }
td.TdClassName
{
border-color: #20EC31;
}
.TagClassName
{
border-color: #20EC31;
}
</style>