Shades of Lime Green #32DE28
Tints of Lime Green #32DE28
RGB
CMYK
RGB Variations
Color information
#32DE28 (or 0x32DE28) is known color: Lime Green. HEX triplet: 32, DE and 28. RGB value is (50,222,40). Sum of RGB (Red+Green+Blue) = 50+222+40=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 222 (87.11% from 255 or 71.15% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE28 is #CD21D7. Grayscale: #969696. Windows color (decimal): -13443544 or 2678322. OLE color: 2678322.
HSL color Cylindrical-coordinate representation of color #32DE28: hue angle of 116.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32DE28 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 40 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.13 |
| HSL | 116.7º | 0.73% | 0.51% | - |
| HSV(B) | 116.7º | 0.82% | 0.87% | - |
| XYZ | 27.82 | 53.07 | 10.79 | - |
| YUV | 149.82 | 66.02 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 40 | 0.77 | 0 | 0.82 | 0.13 | 116.7 | 0.73 | 0.51 |
| Hex | 32 | DE | 28 | 4D | 0 | 52 | D | 75 | 49 | 33 |
| Octal | 62 | 336 | 50 | 115 | 0 | 122 | 15 | 165 | 111 | 63 |
| Binary | 110010 | 11011110 | 101000 | 1001101 | 0 | 1010010 | 1101 | 1110101 | 1001001 | 110011 |
Color Harmonies of #32DE28
Complementary color
Monochromatic Colors of #32DE28
Black with #32DE28
Text Example
Text Example
White with #32DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE28; }
p { color: rgb(50,222,40); }
H1.HeaderClassName
{
color: #32DE28;
}
.AnyTagClassName
{
color: #32DE28;
}
</style>
background-color css
<style>
a { background-color: #32DE28; }
a { background-color: rgb(50,222,40); }
div.DivClassName
{
background-color: #32DE28;
}
.BgClassName
{
background-color: #32DE28;
}
</style>
border-color css
<style>
span { border-color: #32DE28; }
span { border-color: rgb(50,222,40); }
td.TdClassName
{
border-color: #32DE28;
}
.TagClassName
{
border-color: #32DE28;
}
</style>