Shades of Lime Green #32EA33
Tints of Lime Green #32EA33
RGB
CMYK
RGB Variations
Color information
#32EA33 (or 0x32EA33) is known color: Lime Green. HEX triplet: 32, EA and 33. RGB value is (50,234,51). Sum of RGB (Red+Green+Blue) = 50+234+51=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA33 is #CD15CC. Grayscale: #9E9E9E. Windows color (decimal): -13440461 or 3402290. OLE color: 3402290.
HSL color Cylindrical-coordinate representation of color #32EA33: hue angle of 120.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EA33 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 51 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.08 |
| HSL | 120.33º | 0.81% | 0.56% | - |
| HSV(B) | 120.33º | 0.79% | 0.92% | - |
| XYZ | 31.34 | 59.76 | 13.02 | - |
| YUV | 158.12 | 67.54 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 51 | 0.79 | 0 | 0.78 | 0.08 | 120.33 | 0.81 | 0.56 |
| Hex | 32 | EA | 33 | 4F | 0 | 4E | 8 | 78 | 51 | 38 |
| Octal | 62 | 352 | 63 | 117 | 0 | 116 | 10 | 170 | 121 | 70 |
| Binary | 110010 | 11101010 | 110011 | 1001111 | 0 | 1001110 | 1000 | 1111000 | 1010001 | 111000 |
Color Harmonies of #32EA33
Complementary color
Monochromatic Colors of #32EA33
Black with #32EA33
Text Example
Text Example
White with #32EA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA33; }
p { color: rgb(50,234,51); }
H1.HeaderClassName
{
color: #32EA33;
}
.AnyTagClassName
{
color: #32EA33;
}
</style>
background-color css
<style>
a { background-color: #32EA33; }
a { background-color: rgb(50,234,51); }
div.DivClassName
{
background-color: #32EA33;
}
.BgClassName
{
background-color: #32EA33;
}
</style>
border-color css
<style>
span { border-color: #32EA33; }
span { border-color: rgb(50,234,51); }
td.TdClassName
{
border-color: #32EA33;
}
.TagClassName
{
border-color: #32EA33;
}
</style>