Shades of Lime Green #20E133
Tints of Lime Green #20E133
RGB
CMYK
RGB Variations
Color information
#20E133 (or 0x20E133) is known color: Lime Green. HEX triplet: 20, E1 and 33. RGB value is (32,225,51). Sum of RGB (Red+Green+Blue) = 32+225+51=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #20E133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E133 is #DF1ECC. Grayscale: #939393. Windows color (decimal): -14622413 or 3399968. OLE color: 3399968.
HSL color Cylindrical-coordinate representation of color #20E133: hue angle of 125.91º 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 #20E133 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 51 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.12 |
| HSL | 125.91º | 0.76% | 0.5% | - |
| HSV(B) | 125.91º | 0.86% | 0.88% | - |
| XYZ | 28.12 | 54.4 | 12.15 | - |
| YUV | 147.46 | 73.56 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 51 | 0.86 | 0 | 0.77 | 0.12 | 125.91 | 0.76 | 0.5 |
| Hex | 20 | E1 | 33 | 56 | 0 | 4D | C | 7E | 4C | 32 |
| Octal | 40 | 341 | 63 | 126 | 0 | 115 | 14 | 176 | 114 | 62 |
| Binary | 100000 | 11100001 | 110011 | 1010110 | 0 | 1001101 | 1100 | 1111110 | 1001100 | 110010 |
Color Harmonies of #20E133
Complementary color
Monochromatic Colors of #20E133
Black with #20E133
Text Example
Text Example
White with #20E133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E133; }
p { color: rgb(32,225,51); }
H1.HeaderClassName
{
color: #20E133;
}
.AnyTagClassName
{
color: #20E133;
}
</style>
background-color css
<style>
a { background-color: #20E133; }
a { background-color: rgb(32,225,51); }
div.DivClassName
{
background-color: #20E133;
}
.BgClassName
{
background-color: #20E133;
}
</style>
border-color css
<style>
span { border-color: #20E133; }
span { border-color: rgb(32,225,51); }
td.TdClassName
{
border-color: #20E133;
}
.TagClassName
{
border-color: #20E133;
}
</style>