Shades of Lime Green #32E316
Tints of Lime Green #32E316
RGB
CMYK
RGB Variations
Color information
#32E316 (or 0x32E316) is known color: Lime Green. HEX triplet: 32, E3 and 16. RGB value is (50,227,22). Sum of RGB (Red+Green+Blue) = 50+227+22=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 227 (89.06% from 255 or 75.92% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 227 - color contains mainly: green. Hex color #32E316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E316 is #CD1CE9. Grayscale: #979797. Windows color (decimal): -13442282 or 1499954. OLE color: 1499954.
HSL color Cylindrical-coordinate representation of color #32E316: hue angle of 111.8º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32E316 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 22 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.11 |
| HSL | 111.8º | 0.82% | 0.49% | - |
| HSV(B) | 111.8º | 0.9% | 0.89% | - |
| XYZ | 28.93 | 55.67 | 9.98 | - |
| YUV | 150.71 | 55.36 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 22 | 0.78 | 0 | 0.90 | 0.11 | 111.8 | 0.82 | 0.49 |
| Hex | 32 | E3 | 16 | 4E | 0 | 5A | B | 70 | 52 | 31 |
| Octal | 62 | 343 | 26 | 116 | 0 | 132 | 13 | 160 | 122 | 61 |
| Binary | 110010 | 11100011 | 10110 | 1001110 | 0 | 1011010 | 1011 | 1110000 | 1010010 | 110001 |
Color Harmonies of #32E316
Complementary color
Monochromatic Colors of #32E316
Black with #32E316
Text Example
Text Example
White with #32E316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E316; }
p { color: rgb(50,227,22); }
H1.HeaderClassName
{
color: #32E316;
}
.AnyTagClassName
{
color: #32E316;
}
</style>
background-color css
<style>
a { background-color: #32E316; }
a { background-color: rgb(50,227,22); }
div.DivClassName
{
background-color: #32E316;
}
.BgClassName
{
background-color: #32E316;
}
</style>
border-color css
<style>
span { border-color: #32E316; }
span { border-color: rgb(50,227,22); }
td.TdClassName
{
border-color: #32E316;
}
.TagClassName
{
border-color: #32E316;
}
</style>