Shades of Lime Green #20E122
Tints of Lime Green #20E122
RGB
CMYK
RGB Variations
Color information
#20E122 (or 0x20E122) is known color: Lime Green. HEX triplet: 20, E1 and 22. RGB value is (32,225,34). Sum of RGB (Red+Green+Blue) = 32+225+34=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 225 (88.28% from 255 or 77.32% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 225 - color contains mainly: green. Hex color #20E122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E122 is #DF1EDD. Grayscale: #929292. Windows color (decimal): -14622430 or 2285856. OLE color: 2285856.
HSL color Cylindrical-coordinate representation of color #20E122: hue angle of 120.62º 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 #20E122 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 34 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.12 |
| HSL | 120.62º | 0.76% | 0.5% | - |
| HSV(B) | 120.62º | 0.86% | 0.88% | - |
| XYZ | 27.81 | 54.27 | 10.52 | - |
| YUV | 145.52 | 65.06 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 34 | 0.86 | 0 | 0.85 | 0.12 | 120.62 | 0.76 | 0.5 |
| Hex | 20 | E1 | 22 | 56 | 0 | 55 | C | 79 | 4C | 32 |
| Octal | 40 | 341 | 42 | 126 | 0 | 125 | 14 | 171 | 114 | 62 |
| Binary | 100000 | 11100001 | 100010 | 1010110 | 0 | 1010101 | 1100 | 1111001 | 1001100 | 110010 |
Color Harmonies of #20E122
Complementary color
Monochromatic Colors of #20E122
Black with #20E122
Text Example
Text Example
White with #20E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E122; }
p { color: rgb(32,225,34); }
H1.HeaderClassName
{
color: #20E122;
}
.AnyTagClassName
{
color: #20E122;
}
</style>
background-color css
<style>
a { background-color: #20E122; }
a { background-color: rgb(32,225,34); }
div.DivClassName
{
background-color: #20E122;
}
.BgClassName
{
background-color: #20E122;
}
</style>
border-color css
<style>
span { border-color: #20E122; }
span { border-color: rgb(32,225,34); }
td.TdClassName
{
border-color: #20E122;
}
.TagClassName
{
border-color: #20E122;
}
</style>