Shades of Lime Green #32DC4F
Tints of Lime Green #32DC4F
RGB
CMYK
RGB Variations
Color information
#32DC4F (or 0x32DC4F) is known color: Lime Green. HEX triplet: 32, DC and 4F. RGB value is (50,220,79). Sum of RGB (Red+Green+Blue) = 50+220+79=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC4F is #CD23B0. Grayscale: #999999. Windows color (decimal): -13444017 or 5233714. OLE color: 5233714.
HSL color Cylindrical-coordinate representation of color #32DC4F: hue angle of 130.24º 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 #32DC4F is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 79 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.14 |
| HSL | 130.24º | 0.71% | 0.53% | - |
| HSV(B) | 130.24º | 0.77% | 0.86% | - |
| XYZ | 28.32 | 52.43 | 16.02 | - |
| YUV | 153.1 | 86.18 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 79 | 0.77 | 0 | 0.64 | 0.14 | 130.24 | 0.71 | 0.53 |
| Hex | 32 | DC | 4F | 4D | 0 | 40 | E | 82 | 47 | 35 |
| Octal | 62 | 334 | 117 | 115 | 0 | 100 | 16 | 202 | 107 | 65 |
| Binary | 110010 | 11011100 | 1001111 | 1001101 | 0 | 1000000 | 1110 | 10000010 | 1000111 | 110101 |
Color Harmonies of #32DC4F
Complementary color
Monochromatic Colors of #32DC4F
Black with #32DC4F
Text Example
Text Example
White with #32DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC4F; }
p { color: rgb(50,220,79); }
H1.HeaderClassName
{
color: #32DC4F;
}
.AnyTagClassName
{
color: #32DC4F;
}
</style>
background-color css
<style>
a { background-color: #32DC4F; }
a { background-color: rgb(50,220,79); }
div.DivClassName
{
background-color: #32DC4F;
}
.BgClassName
{
background-color: #32DC4F;
}
</style>
border-color css
<style>
span { border-color: #32DC4F; }
span { border-color: rgb(50,220,79); }
td.TdClassName
{
border-color: #32DC4F;
}
.TagClassName
{
border-color: #32DC4F;
}
</style>