Shades of Lime Green #32EA28
Tints of Lime Green #32EA28
RGB
CMYK
RGB Variations
Color information
#32EA28 (or 0x32EA28) is known color: Lime Green. HEX triplet: 32, EA and 28. RGB value is (50,234,40). Sum of RGB (Red+Green+Blue) = 50+234+40=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 234 (91.80% from 255 or 72.22% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA28 is #CD15D7. Grayscale: #9D9D9D. Windows color (decimal): -13440472 or 2681394. OLE color: 2681394.
HSL color Cylindrical-coordinate representation of color #32EA28: hue angle of 116.91º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32EA28 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 40 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.08 |
| HSL | 116.91º | 0.82% | 0.54% | - |
| HSV(B) | 116.91º | 0.83% | 0.92% | - |
| XYZ | 31.12 | 59.68 | 11.89 | - |
| YUV | 156.87 | 62.04 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 40 | 0.79 | 0 | 0.83 | 0.08 | 116.91 | 0.82 | 0.54 |
| Hex | 32 | EA | 28 | 4F | 0 | 53 | 8 | 75 | 52 | 36 |
| Octal | 62 | 352 | 50 | 117 | 0 | 123 | 10 | 165 | 122 | 66 |
| Binary | 110010 | 11101010 | 101000 | 1001111 | 0 | 1010011 | 1000 | 1110101 | 1010010 | 110110 |
Color Harmonies of #32EA28
Complementary color
Monochromatic Colors of #32EA28
Black with #32EA28
Text Example
Text Example
White with #32EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA28; }
p { color: rgb(50,234,40); }
H1.HeaderClassName
{
color: #32EA28;
}
.AnyTagClassName
{
color: #32EA28;
}
</style>
background-color css
<style>
a { background-color: #32EA28; }
a { background-color: rgb(50,234,40); }
div.DivClassName
{
background-color: #32EA28;
}
.BgClassName
{
background-color: #32EA28;
}
</style>
border-color css
<style>
span { border-color: #32EA28; }
span { border-color: rgb(50,234,40); }
td.TdClassName
{
border-color: #32EA28;
}
.TagClassName
{
border-color: #32EA28;
}
</style>