Shades of Lime Green #32E121
Tints of Lime Green #32E121
RGB
CMYK
RGB Variations
Color information
#32E121 (or 0x32E121) is known color: Lime Green. HEX triplet: 32, E1 and 21. RGB value is (50,225,33). Sum of RGB (Red+Green+Blue) = 50+225+33=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #32E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E121 is #CD1EDE. Grayscale: #979797. Windows color (decimal): -13442783 or 2220338. OLE color: 2220338.
HSL color Cylindrical-coordinate representation of color #32E121: hue angle of 114.69º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32E121 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 33 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.12 |
| HSL | 114.69º | 0.76% | 0.51% | - |
| HSV(B) | 114.69º | 0.85% | 0.88% | - |
| XYZ | 28.52 | 54.64 | 10.48 | - |
| YUV | 150.79 | 61.52 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 33 | 0.78 | 0 | 0.85 | 0.12 | 114.69 | 0.76 | 0.51 |
| Hex | 32 | E1 | 21 | 4E | 0 | 55 | C | 73 | 4C | 33 |
| Octal | 62 | 341 | 41 | 116 | 0 | 125 | 14 | 163 | 114 | 63 |
| Binary | 110010 | 11100001 | 100001 | 1001110 | 0 | 1010101 | 1100 | 1110011 | 1001100 | 110011 |
Color Harmonies of #32E121
Complementary color
Monochromatic Colors of #32E121
Black with #32E121
Text Example
Text Example
White with #32E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E121; }
p { color: rgb(50,225,33); }
H1.HeaderClassName
{
color: #32E121;
}
.AnyTagClassName
{
color: #32E121;
}
</style>
background-color css
<style>
a { background-color: #32E121; }
a { background-color: rgb(50,225,33); }
div.DivClassName
{
background-color: #32E121;
}
.BgClassName
{
background-color: #32E121;
}
</style>
border-color css
<style>
span { border-color: #32E121; }
span { border-color: rgb(50,225,33); }
td.TdClassName
{
border-color: #32E121;
}
.TagClassName
{
border-color: #32E121;
}
</style>