Shades of Lime Green #32DC4A
Tints of Lime Green #32DC4A
RGB
CMYK
RGB Variations
Color information
#32DC4A (or 0x32DC4A) is known color: Lime Green. HEX triplet: 32, DC and 4A. RGB value is (50,220,74). Sum of RGB (Red+Green+Blue) = 50+220+74=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC4A is #CD23B5. Grayscale: #989898. Windows color (decimal): -13444022 or 4906034. OLE color: 4906034.
HSL color Cylindrical-coordinate representation of color #32DC4A: hue angle of 128.47º 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 #32DC4A is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 74 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.14 |
| HSL | 128.47º | 0.71% | 0.53% | - |
| HSV(B) | 128.47º | 0.77% | 0.86% | - |
| XYZ | 28.14 | 52.36 | 15.1 | - |
| YUV | 152.53 | 83.68 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 74 | 0.77 | 0 | 0.66 | 0.14 | 128.47 | 0.71 | 0.53 |
| Hex | 32 | DC | 4A | 4D | 0 | 42 | E | 80 | 47 | 35 |
| Octal | 62 | 334 | 112 | 115 | 0 | 102 | 16 | 200 | 107 | 65 |
| Binary | 110010 | 11011100 | 1001010 | 1001101 | 0 | 1000010 | 1110 | 10000000 | 1000111 | 110101 |
Color Harmonies of #32DC4A
Complementary color
Monochromatic Colors of #32DC4A
Black with #32DC4A
Text Example
Text Example
White with #32DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC4A; }
p { color: rgb(50,220,74); }
H1.HeaderClassName
{
color: #32DC4A;
}
.AnyTagClassName
{
color: #32DC4A;
}
</style>
background-color css
<style>
a { background-color: #32DC4A; }
a { background-color: rgb(50,220,74); }
div.DivClassName
{
background-color: #32DC4A;
}
.BgClassName
{
background-color: #32DC4A;
}
</style>
border-color css
<style>
span { border-color: #32DC4A; }
span { border-color: rgb(50,220,74); }
td.TdClassName
{
border-color: #32DC4A;
}
.TagClassName
{
border-color: #32DC4A;
}
</style>