Shades of Lime Green #32DE31
Tints of Lime Green #32DE31
RGB
CMYK
RGB Variations
Color information
#32DE31 (or 0x32DE31) is known color: Lime Green. HEX triplet: 32, DE and 31. RGB value is (50,222,49). Sum of RGB (Red+Green+Blue) = 50+222+49=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 222 (87.11% from 255 or 69.16% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE31 is #CD21CE. Grayscale: #979797. Windows color (decimal): -13443535 or 3268146. OLE color: 3268146.
HSL color Cylindrical-coordinate representation of color #32DE31: hue angle of 119.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DE31 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 49 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.13 |
| HSL | 119.65º | 0.72% | 0.53% | - |
| HSV(B) | 119.65º | 0.78% | 0.87% | - |
| XYZ | 27.99 | 53.14 | 11.69 | - |
| YUV | 150.85 | 70.52 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 49 | 0.77 | 0 | 0.78 | 0.13 | 119.65 | 0.72 | 0.53 |
| Hex | 32 | DE | 31 | 4D | 0 | 4E | D | 78 | 48 | 35 |
| Octal | 62 | 336 | 61 | 115 | 0 | 116 | 15 | 170 | 110 | 65 |
| Binary | 110010 | 11011110 | 110001 | 1001101 | 0 | 1001110 | 1101 | 1111000 | 1001000 | 110101 |
Color Harmonies of #32DE31
Complementary color
Monochromatic Colors of #32DE31
Black with #32DE31
Text Example
Text Example
White with #32DE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE31; }
p { color: rgb(50,222,49); }
H1.HeaderClassName
{
color: #32DE31;
}
.AnyTagClassName
{
color: #32DE31;
}
</style>
background-color css
<style>
a { background-color: #32DE31; }
a { background-color: rgb(50,222,49); }
div.DivClassName
{
background-color: #32DE31;
}
.BgClassName
{
background-color: #32DE31;
}
</style>
border-color css
<style>
span { border-color: #32DE31; }
span { border-color: rgb(50,222,49); }
td.TdClassName
{
border-color: #32DE31;
}
.TagClassName
{
border-color: #32DE31;
}
</style>