Shades of Lime Green #32EA31
Tints of Lime Green #32EA31
RGB
CMYK
RGB Variations
Color information
#32EA31 (or 0x32EA31) is known color: Lime Green. HEX triplet: 32, EA and 31. RGB value is (50,234,49). Sum of RGB (Red+Green+Blue) = 50+234+49=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 234 (91.80% from 255 or 70.27% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA31 is #CD15CE. Grayscale: #9E9E9E. Windows color (decimal): -13440463 or 3271218. OLE color: 3271218.
HSL color Cylindrical-coordinate representation of color #32EA31: hue angle of 119.68º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EA31 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 49 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.08 |
| HSL | 119.68º | 0.81% | 0.55% | - |
| HSV(B) | 119.68º | 0.79% | 0.92% | - |
| XYZ | 31.29 | 59.75 | 12.79 | - |
| YUV | 157.89 | 66.54 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 49 | 0.79 | 0 | 0.79 | 0.08 | 119.68 | 0.81 | 0.55 |
| Hex | 32 | EA | 31 | 4F | 0 | 4F | 8 | 78 | 51 | 37 |
| Octal | 62 | 352 | 61 | 117 | 0 | 117 | 10 | 170 | 121 | 67 |
| Binary | 110010 | 11101010 | 110001 | 1001111 | 0 | 1001111 | 1000 | 1111000 | 1010001 | 110111 |
Color Harmonies of #32EA31
Complementary color
Monochromatic Colors of #32EA31
Black with #32EA31
Text Example
Text Example
White with #32EA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA31; }
p { color: rgb(50,234,49); }
H1.HeaderClassName
{
color: #32EA31;
}
.AnyTagClassName
{
color: #32EA31;
}
</style>
background-color css
<style>
a { background-color: #32EA31; }
a { background-color: rgb(50,234,49); }
div.DivClassName
{
background-color: #32EA31;
}
.BgClassName
{
background-color: #32EA31;
}
</style>
border-color css
<style>
span { border-color: #32EA31; }
span { border-color: rgb(50,234,49); }
td.TdClassName
{
border-color: #32EA31;
}
.TagClassName
{
border-color: #32EA31;
}
</style>