Shades of Lime Green #32D547
Tints of Lime Green #32D547
RGB
CMYK
RGB Variations
Color information
#32D547 (or 0x32D547) is known color: Lime Green. HEX triplet: 32, D5 and 47. RGB value is (50,213,71). Sum of RGB (Red+Green+Blue) = 50+213+71=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #32D547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D547 is #CD2AB8. Grayscale: #949494. Windows color (decimal): -13445817 or 4707634. OLE color: 4707634.
HSL color Cylindrical-coordinate representation of color #32D547: hue angle of 127.73º 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 #32D547 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 71 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.16 |
| HSL | 127.73º | 0.66% | 0.52% | - |
| HSV(B) | 127.73º | 0.77% | 0.84% | - |
| XYZ | 26.25 | 48.72 | 13.98 | - |
| YUV | 148.08 | 84.5 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 71 | 0.77 | 0 | 0.67 | 0.16 | 127.73 | 0.66 | 0.52 |
| Hex | 32 | D5 | 47 | 4D | 0 | 43 | 10 | 80 | 42 | 34 |
| Octal | 62 | 325 | 107 | 115 | 0 | 103 | 20 | 200 | 102 | 64 |
| Binary | 110010 | 11010101 | 1000111 | 1001101 | 0 | 1000011 | 10000 | 10000000 | 1000010 | 110100 |
Color Harmonies of #32D547
Complementary color
Monochromatic Colors of #32D547
Black with #32D547
Text Example
Text Example
White with #32D547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D547; }
p { color: rgb(50,213,71); }
H1.HeaderClassName
{
color: #32D547;
}
.AnyTagClassName
{
color: #32D547;
}
</style>
background-color css
<style>
a { background-color: #32D547; }
a { background-color: rgb(50,213,71); }
div.DivClassName
{
background-color: #32D547;
}
.BgClassName
{
background-color: #32D547;
}
</style>
border-color css
<style>
span { border-color: #32D547; }
span { border-color: rgb(50,213,71); }
td.TdClassName
{
border-color: #32D547;
}
.TagClassName
{
border-color: #32D547;
}
</style>