Shades of Lime Green #32DC51
Tints of Lime Green #32DC51
RGB
CMYK
RGB Variations
Color information
#32DC51 (or 0x32DC51) is known color: Lime Green. HEX triplet: 32, DC and 51. RGB value is (50,220,81). Sum of RGB (Red+Green+Blue) = 50+220+81=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC51 is #CD23AE. Grayscale: #999999. Windows color (decimal): -13444015 or 5364786. OLE color: 5364786.
HSL color Cylindrical-coordinate representation of color #32DC51: hue angle of 130.94º 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 #32DC51 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 81 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.14 |
| HSL | 130.94º | 0.71% | 0.53% | - |
| HSV(B) | 130.94º | 0.77% | 0.86% | - |
| XYZ | 28.39 | 52.46 | 16.41 | - |
| YUV | 153.32 | 87.18 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 81 | 0.77 | 0 | 0.63 | 0.14 | 130.94 | 0.71 | 0.53 |
| Hex | 32 | DC | 51 | 4D | 0 | 3F | E | 83 | 47 | 35 |
| Octal | 62 | 334 | 121 | 115 | 0 | 77 | 16 | 203 | 107 | 65 |
| Binary | 110010 | 11011100 | 1010001 | 1001101 | 0 | 111111 | 1110 | 10000011 | 1000111 | 110101 |
Color Harmonies of #32DC51
Complementary color
Monochromatic Colors of #32DC51
Black with #32DC51
Text Example
Text Example
White with #32DC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC51; }
p { color: rgb(50,220,81); }
H1.HeaderClassName
{
color: #32DC51;
}
.AnyTagClassName
{
color: #32DC51;
}
</style>
background-color css
<style>
a { background-color: #32DC51; }
a { background-color: rgb(50,220,81); }
div.DivClassName
{
background-color: #32DC51;
}
.BgClassName
{
background-color: #32DC51;
}
</style>
border-color css
<style>
span { border-color: #32DC51; }
span { border-color: rgb(50,220,81); }
td.TdClassName
{
border-color: #32DC51;
}
.TagClassName
{
border-color: #32DC51;
}
</style>