Shades of Lime Green #32D153
Tints of Lime Green #32D153
RGB
CMYK
RGB Variations
Color information
#32D153 (or 0x32D153) is known color: Lime Green. HEX triplet: 32, D1 and 53. RGB value is (50,209,83). Sum of RGB (Red+Green+Blue) = 50+209+83=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #32D153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D153 is #CD2EAC. Grayscale: #939393. Windows color (decimal): -13446829 or 5493042. OLE color: 5493042.
HSL color Cylindrical-coordinate representation of color #32D153: hue angle of 132.45º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D153 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 83 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.18 |
| HSL | 132.45º | 0.63% | 0.51% | - |
| HSV(B) | 132.45º | 0.76% | 0.82% | - |
| XYZ | 25.68 | 46.9 | 15.88 | - |
| YUV | 147.1 | 91.82 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 83 | 0.76 | 0 | 0.60 | 0.18 | 132.45 | 0.63 | 0.51 |
| Hex | 32 | D1 | 53 | 4C | 0 | 3C | 12 | 84 | 3F | 33 |
| Octal | 62 | 321 | 123 | 114 | 0 | 74 | 22 | 204 | 77 | 63 |
| Binary | 110010 | 11010001 | 1010011 | 1001100 | 0 | 111100 | 10010 | 10000100 | 111111 | 110011 |
Color Harmonies of #32D153
Complementary color
Monochromatic Colors of #32D153
Black with #32D153
Text Example
Text Example
White with #32D153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D153; }
p { color: rgb(50,209,83); }
H1.HeaderClassName
{
color: #32D153;
}
.AnyTagClassName
{
color: #32D153;
}
</style>
background-color css
<style>
a { background-color: #32D153; }
a { background-color: rgb(50,209,83); }
div.DivClassName
{
background-color: #32D153;
}
.BgClassName
{
background-color: #32D153;
}
</style>
border-color css
<style>
span { border-color: #32D153; }
span { border-color: rgb(50,209,83); }
td.TdClassName
{
border-color: #32D153;
}
.TagClassName
{
border-color: #32D153;
}
</style>