Shades of Lime Green #32DA4C
Tints of Lime Green #32DA4C
RGB
CMYK
RGB Variations
Color information
#32DA4C (or 0x32DA4C) is known color: Lime Green. HEX triplet: 32, DA and 4C. RGB value is (50,218,76). Sum of RGB (Red+Green+Blue) = 50+218+76=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 218 (85.55% from 255 or 63.37% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DA4C is #CD25B3. Grayscale: #979797. Windows color (decimal): -13444532 or 5036594. OLE color: 5036594.
HSL color Cylindrical-coordinate representation of color #32DA4C: hue angle of 129.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA4C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 76 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.15 |
| HSL | 129.29º | 0.69% | 0.53% | - |
| HSV(B) | 129.29º | 0.77% | 0.85% | - |
| XYZ | 27.69 | 51.34 | 15.29 | - |
| YUV | 151.58 | 85.34 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 76 | 0.77 | 0 | 0.65 | 0.15 | 129.29 | 0.69 | 0.53 |
| Hex | 32 | DA | 4C | 4D | 0 | 41 | F | 81 | 45 | 35 |
| Octal | 62 | 332 | 114 | 115 | 0 | 101 | 17 | 201 | 105 | 65 |
| Binary | 110010 | 11011010 | 1001100 | 1001101 | 0 | 1000001 | 1111 | 10000001 | 1000101 | 110101 |
Color Harmonies of #32DA4C
Complementary color
Monochromatic Colors of #32DA4C
Black with #32DA4C
Text Example
Text Example
White with #32DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA4C; }
p { color: rgb(50,218,76); }
H1.HeaderClassName
{
color: #32DA4C;
}
.AnyTagClassName
{
color: #32DA4C;
}
</style>
background-color css
<style>
a { background-color: #32DA4C; }
a { background-color: rgb(50,218,76); }
div.DivClassName
{
background-color: #32DA4C;
}
.BgClassName
{
background-color: #32DA4C;
}
</style>
border-color css
<style>
span { border-color: #32DA4C; }
span { border-color: rgb(50,218,76); }
td.TdClassName
{
border-color: #32DA4C;
}
.TagClassName
{
border-color: #32DA4C;
}
</style>