Shades of Lime Green #20E12B
Tints of Lime Green #20E12B
RGB
CMYK
RGB Variations
Color information
#20E12B (or 0x20E12B) is known color: Lime Green. HEX triplet: 20, E1 and 2B. RGB value is (32,225,43). Sum of RGB (Red+Green+Blue) = 32+225+43=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #20E12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E12B is #DF1ED4. Grayscale: #939393. Windows color (decimal): -14622421 or 2875680. OLE color: 2875680.
HSL color Cylindrical-coordinate representation of color #20E12B: hue angle of 123.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E12B is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 43 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.12 |
| HSL | 123.42º | 0.76% | 0.5% | - |
| HSV(B) | 123.42º | 0.86% | 0.88% | - |
| XYZ | 27.96 | 54.33 | 11.3 | - |
| YUV | 146.55 | 69.56 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 43 | 0.86 | 0 | 0.81 | 0.12 | 123.42 | 0.76 | 0.5 |
| Hex | 20 | E1 | 2B | 56 | 0 | 51 | C | 7B | 4C | 32 |
| Octal | 40 | 341 | 53 | 126 | 0 | 121 | 14 | 173 | 114 | 62 |
| Binary | 100000 | 11100001 | 101011 | 1010110 | 0 | 1010001 | 1100 | 1111011 | 1001100 | 110010 |
Color Harmonies of #20E12B
Complementary color
Monochromatic Colors of #20E12B
Black with #20E12B
Text Example
Text Example
White with #20E12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E12B; }
p { color: rgb(32,225,43); }
H1.HeaderClassName
{
color: #20E12B;
}
.AnyTagClassName
{
color: #20E12B;
}
</style>
background-color css
<style>
a { background-color: #20E12B; }
a { background-color: rgb(32,225,43); }
div.DivClassName
{
background-color: #20E12B;
}
.BgClassName
{
background-color: #20E12B;
}
</style>
border-color css
<style>
span { border-color: #20E12B; }
span { border-color: rgb(32,225,43); }
td.TdClassName
{
border-color: #20E12B;
}
.TagClassName
{
border-color: #20E12B;
}
</style>