Shades of Lime Green #32E333
Tints of Lime Green #32E333
RGB
CMYK
RGB Variations
Color information
#32E333 (or 0x32E333) is known color: Lime Green. HEX triplet: 32, E3 and 33. RGB value is (50,227,51). Sum of RGB (Red+Green+Blue) = 50+227+51=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 227 (89.06% from 255 or 69.21% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 227 - color contains mainly: green. Hex color #32E333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E333 is #CD1CCC. Grayscale: #9A9A9A. Windows color (decimal): -13442253 or 3400498. OLE color: 3400498.
HSL color Cylindrical-coordinate representation of color #32E333: hue angle of 120.34º 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 #32E333 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 51 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.11 |
| HSL | 120.34º | 0.76% | 0.54% | - |
| HSV(B) | 120.34º | 0.78% | 0.89% | - |
| XYZ | 29.38 | 55.86 | 12.36 | - |
| YUV | 154.01 | 69.86 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 51 | 0.78 | 0 | 0.78 | 0.11 | 120.34 | 0.76 | 0.54 |
| Hex | 32 | E3 | 33 | 4E | 0 | 4E | B | 78 | 4C | 36 |
| Octal | 62 | 343 | 63 | 116 | 0 | 116 | 13 | 170 | 114 | 66 |
| Binary | 110010 | 11100011 | 110011 | 1001110 | 0 | 1001110 | 1011 | 1111000 | 1001100 | 110110 |
Color Harmonies of #32E333
Complementary color
Monochromatic Colors of #32E333
Black with #32E333
Text Example
Text Example
White with #32E333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E333; }
p { color: rgb(50,227,51); }
H1.HeaderClassName
{
color: #32E333;
}
.AnyTagClassName
{
color: #32E333;
}
</style>
background-color css
<style>
a { background-color: #32E333; }
a { background-color: rgb(50,227,51); }
div.DivClassName
{
background-color: #32E333;
}
.BgClassName
{
background-color: #32E333;
}
</style>
border-color css
<style>
span { border-color: #32E333; }
span { border-color: rgb(50,227,51); }
td.TdClassName
{
border-color: #32E333;
}
.TagClassName
{
border-color: #32E333;
}
</style>