Shades of Lime Green #32DC54
Tints of Lime Green #32DC54
RGB
CMYK
RGB Variations
Color information
#32DC54 (or 0x32DC54) is known color: Lime Green. HEX triplet: 32, DC and 54. RGB value is (50,220,84). Sum of RGB (Red+Green+Blue) = 50+220+84=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC54 is #CD23AB. Grayscale: #9A9A9A. Windows color (decimal): -13444012 or 5561394. OLE color: 5561394.
HSL color Cylindrical-coordinate representation of color #32DC54: hue angle of 132º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DC54 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 84 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.14 |
| HSL | 132º | 0.71% | 0.53% | - |
| HSV(B) | 132º | 0.77% | 0.86% | - |
| XYZ | 28.51 | 52.5 | 17.02 | - |
| YUV | 153.67 | 88.68 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 84 | 0.77 | 0 | 0.62 | 0.14 | 132 | 0.71 | 0.53 |
| Hex | 32 | DC | 54 | 4D | 0 | 3E | E | 84 | 47 | 35 |
| Octal | 62 | 334 | 124 | 115 | 0 | 76 | 16 | 204 | 107 | 65 |
| Binary | 110010 | 11011100 | 1010100 | 1001101 | 0 | 111110 | 1110 | 10000100 | 1000111 | 110101 |
Color Harmonies of #32DC54
Complementary color
Monochromatic Colors of #32DC54
Black with #32DC54
Text Example
Text Example
White with #32DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC54; }
p { color: rgb(50,220,84); }
H1.HeaderClassName
{
color: #32DC54;
}
.AnyTagClassName
{
color: #32DC54;
}
</style>
background-color css
<style>
a { background-color: #32DC54; }
a { background-color: rgb(50,220,84); }
div.DivClassName
{
background-color: #32DC54;
}
.BgClassName
{
background-color: #32DC54;
}
</style>
border-color css
<style>
span { border-color: #32DC54; }
span { border-color: rgb(50,220,84); }
td.TdClassName
{
border-color: #32DC54;
}
.TagClassName
{
border-color: #32DC54;
}
</style>