Shades of Lime Green #32D546
Tints of Lime Green #32D546
RGB
CMYK
RGB Variations
Color information
#32D546 (or 0x32D546) is known color: Lime Green. HEX triplet: 32, D5 and 46. RGB value is (50,213,70). Sum of RGB (Red+Green+Blue) = 50+213+70=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #32D546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D546 is #CD2AB9. Grayscale: #949494. Windows color (decimal): -13445818 or 4642098. OLE color: 4642098.
HSL color Cylindrical-coordinate representation of color #32D546: hue angle of 127.36º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D546 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 70 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.16 |
| HSL | 127.36º | 0.66% | 0.52% | - |
| HSV(B) | 127.36º | 0.77% | 0.84% | - |
| XYZ | 26.22 | 48.71 | 13.81 | - |
| YUV | 147.96 | 84 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 70 | 0.77 | 0 | 0.67 | 0.16 | 127.36 | 0.66 | 0.52 |
| Hex | 32 | D5 | 46 | 4D | 0 | 43 | 10 | 7F | 42 | 34 |
| Octal | 62 | 325 | 106 | 115 | 0 | 103 | 20 | 177 | 102 | 64 |
| Binary | 110010 | 11010101 | 1000110 | 1001101 | 0 | 1000011 | 10000 | 1111111 | 1000010 | 110100 |
Color Harmonies of #32D546
Complementary color
Monochromatic Colors of #32D546
Black with #32D546
Text Example
Text Example
White with #32D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D546; }
p { color: rgb(50,213,70); }
H1.HeaderClassName
{
color: #32D546;
}
.AnyTagClassName
{
color: #32D546;
}
</style>
background-color css
<style>
a { background-color: #32D546; }
a { background-color: rgb(50,213,70); }
div.DivClassName
{
background-color: #32D546;
}
.BgClassName
{
background-color: #32D546;
}
</style>
border-color css
<style>
span { border-color: #32D546; }
span { border-color: rgb(50,213,70); }
td.TdClassName
{
border-color: #32D546;
}
.TagClassName
{
border-color: #32D546;
}
</style>