Shades of Lime Green #32DC43
Tints of Lime Green #32DC43
RGB
CMYK
RGB Variations
Color information
#32DC43 (or 0x32DC43) is known color: Lime Green. HEX triplet: 32, DC and 43. RGB value is (50,220,67). Sum of RGB (Red+Green+Blue) = 50+220+67=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC43 is #CD23BC. Grayscale: #989898. Windows color (decimal): -13444029 or 4447282. OLE color: 4447282.
HSL color Cylindrical-coordinate representation of color #32DC43: hue angle of 126º 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 #32DC43 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 67 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.14 |
| HSL | 126º | 0.71% | 0.53% | - |
| HSV(B) | 126º | 0.77% | 0.86% | - |
| XYZ | 27.92 | 52.27 | 13.93 | - |
| YUV | 151.73 | 80.18 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 67 | 0.77 | 0 | 0.70 | 0.14 | 126 | 0.71 | 0.53 |
| Hex | 32 | DC | 43 | 4D | 0 | 46 | E | 7E | 47 | 35 |
| Octal | 62 | 334 | 103 | 115 | 0 | 106 | 16 | 176 | 107 | 65 |
| Binary | 110010 | 11011100 | 1000011 | 1001101 | 0 | 1000110 | 1110 | 1111110 | 1000111 | 110101 |
Color Harmonies of #32DC43
Complementary color
Monochromatic Colors of #32DC43
Black with #32DC43
Text Example
Text Example
White with #32DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC43; }
p { color: rgb(50,220,67); }
H1.HeaderClassName
{
color: #32DC43;
}
.AnyTagClassName
{
color: #32DC43;
}
</style>
background-color css
<style>
a { background-color: #32DC43; }
a { background-color: rgb(50,220,67); }
div.DivClassName
{
background-color: #32DC43;
}
.BgClassName
{
background-color: #32DC43;
}
</style>
border-color css
<style>
span { border-color: #32DC43; }
span { border-color: rgb(50,220,67); }
td.TdClassName
{
border-color: #32DC43;
}
.TagClassName
{
border-color: #32DC43;
}
</style>