Shades of Lime Green #32E349
Tints of Lime Green #32E349
RGB
CMYK
RGB Variations
Color information
#32E349 (or 0x32E349) is known color: Lime Green. HEX triplet: 32, E3 and 49. RGB value is (50,227,73). Sum of RGB (Red+Green+Blue) = 50+227+73=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #32E349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E349 is #CD1CB6. Grayscale: #9C9C9C. Windows color (decimal): -13442231 or 4842290. OLE color: 4842290.
HSL color Cylindrical-coordinate representation of color #32E349: hue angle of 127.8º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E349 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 73 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.11 |
| HSL | 127.8º | 0.76% | 0.54% | - |
| HSV(B) | 127.8º | 0.78% | 0.89% | - |
| XYZ | 29.99 | 56.1 | 15.55 | - |
| YUV | 156.52 | 80.86 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 73 | 0.78 | 0 | 0.68 | 0.11 | 127.8 | 0.76 | 0.54 |
| Hex | 32 | E3 | 49 | 4E | 0 | 44 | B | 80 | 4C | 36 |
| Octal | 62 | 343 | 111 | 116 | 0 | 104 | 13 | 200 | 114 | 66 |
| Binary | 110010 | 11100011 | 1001001 | 1001110 | 0 | 1000100 | 1011 | 10000000 | 1001100 | 110110 |
Color Harmonies of #32E349
Complementary color
Monochromatic Colors of #32E349
Black with #32E349
Text Example
Text Example
White with #32E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E349; }
p { color: rgb(50,227,73); }
H1.HeaderClassName
{
color: #32E349;
}
.AnyTagClassName
{
color: #32E349;
}
</style>
background-color css
<style>
a { background-color: #32E349; }
a { background-color: rgb(50,227,73); }
div.DivClassName
{
background-color: #32E349;
}
.BgClassName
{
background-color: #32E349;
}
</style>
border-color css
<style>
span { border-color: #32E349; }
span { border-color: rgb(50,227,73); }
td.TdClassName
{
border-color: #32E349;
}
.TagClassName
{
border-color: #32E349;
}
</style>