Shades of Lime Green #32EC28
Tints of Lime Green #32EC28
RGB
CMYK
RGB Variations
Color information
#32EC28 (or 0x32EC28) is known color: Lime Green. HEX triplet: 32, EC and 28. RGB value is (50,236,40). Sum of RGB (Red+Green+Blue) = 50+236+40=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 236 (92.58% from 255 or 72.39% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EC28 is #CD13D7. Grayscale: #9E9E9E. Windows color (decimal): -13439960 or 2681906. OLE color: 2681906.
HSL color Cylindrical-coordinate representation of color #32EC28: hue angle of 116.94º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32EC28 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 40 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.07 |
| HSL | 116.94º | 0.84% | 0.54% | - |
| HSV(B) | 116.94º | 0.83% | 0.93% | - |
| XYZ | 31.69 | 60.82 | 12.08 | - |
| YUV | 158.04 | 61.38 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 40 | 0.79 | 0 | 0.83 | 0.07 | 116.94 | 0.84 | 0.54 |
| Hex | 32 | EC | 28 | 4F | 0 | 53 | 7 | 75 | 54 | 36 |
| Octal | 62 | 354 | 50 | 117 | 0 | 123 | 7 | 165 | 124 | 66 |
| Binary | 110010 | 11101100 | 101000 | 1001111 | 0 | 1010011 | 111 | 1110101 | 1010100 | 110110 |
Color Harmonies of #32EC28
Complementary color
Monochromatic Colors of #32EC28
Black with #32EC28
Text Example
Text Example
White with #32EC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EC28; }
p { color: rgb(50,236,40); }
H1.HeaderClassName
{
color: #32EC28;
}
.AnyTagClassName
{
color: #32EC28;
}
</style>
background-color css
<style>
a { background-color: #32EC28; }
a { background-color: rgb(50,236,40); }
div.DivClassName
{
background-color: #32EC28;
}
.BgClassName
{
background-color: #32EC28;
}
</style>
border-color css
<style>
span { border-color: #32EC28; }
span { border-color: rgb(50,236,40); }
td.TdClassName
{
border-color: #32EC28;
}
.TagClassName
{
border-color: #32EC28;
}
</style>