Shades of Lime Green #20EB32
Tints of Lime Green #20EB32
RGB
CMYK
RGB Variations
Color information
#20EB32 (or 0x20EB32) is known color: Lime Green. HEX triplet: 20, EB and 32. RGB value is (32,235,50). Sum of RGB (Red+Green+Blue) = 32+235+50=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 235 (92.19% from 255 or 74.13% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EB32 is #DF14CD. Grayscale: #999999. Windows color (decimal): -14619854 or 3336992. OLE color: 3336992.
HSL color Cylindrical-coordinate representation of color #20EB32: hue angle of 125.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EB32 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 235 | 50 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.08 |
| HSL | 125.32º | 0.84% | 0.52% | - |
| HSV(B) | 125.32º | 0.86% | 0.92% | - |
| XYZ | 30.88 | 59.95 | 12.96 | - |
| YUV | 153.21 | 69.75 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 235 | 50 | 0.86 | 0 | 0.79 | 0.08 | 125.32 | 0.84 | 0.52 |
| Hex | 20 | EB | 32 | 56 | 0 | 4F | 8 | 7D | 54 | 34 |
| Octal | 40 | 353 | 62 | 126 | 0 | 117 | 10 | 175 | 124 | 64 |
| Binary | 100000 | 11101011 | 110010 | 1010110 | 0 | 1001111 | 1000 | 1111101 | 1010100 | 110100 |
Color Harmonies of #20EB32
Complementary color
Monochromatic Colors of #20EB32
Black with #20EB32
Text Example
Text Example
White with #20EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EB32; }
p { color: rgb(32,235,50); }
H1.HeaderClassName
{
color: #20EB32;
}
.AnyTagClassName
{
color: #20EB32;
}
</style>
background-color css
<style>
a { background-color: #20EB32; }
a { background-color: rgb(32,235,50); }
div.DivClassName
{
background-color: #20EB32;
}
.BgClassName
{
background-color: #20EB32;
}
</style>
border-color css
<style>
span { border-color: #20EB32; }
span { border-color: rgb(32,235,50); }
td.TdClassName
{
border-color: #20EB32;
}
.TagClassName
{
border-color: #20EB32;
}
</style>