Shades of Lime Green #32D24D
Tints of Lime Green #32D24D
RGB
CMYK
RGB Variations
Color information
#32D24D (or 0x32D24D) is known color: Lime Green. HEX triplet: 32, D2 and 4D. RGB value is (50,210,77). Sum of RGB (Red+Green+Blue) = 50+210+77=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #32D24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D24D is #CD2DB2. Grayscale: #939393. Windows color (decimal): -13446579 or 5100082. OLE color: 5100082.
HSL color Cylindrical-coordinate representation of color #32D24D: hue angle of 130.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D24D is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 77 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.18 |
| HSL | 130.13º | 0.64% | 0.51% | - |
| HSV(B) | 130.13º | 0.76% | 0.82% | - |
| XYZ | 25.7 | 47.31 | 14.8 | - |
| YUV | 147 | 88.49 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 77 | 0.76 | 0 | 0.63 | 0.18 | 130.13 | 0.64 | 0.51 |
| Hex | 32 | D2 | 4D | 4C | 0 | 3F | 12 | 82 | 40 | 33 |
| Octal | 62 | 322 | 115 | 114 | 0 | 77 | 22 | 202 | 100 | 63 |
| Binary | 110010 | 11010010 | 1001101 | 1001100 | 0 | 111111 | 10010 | 10000010 | 1000000 | 110011 |
Color Harmonies of #32D24D
Complementary color
Monochromatic Colors of #32D24D
Black with #32D24D
Text Example
Text Example
White with #32D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D24D; }
p { color: rgb(50,210,77); }
H1.HeaderClassName
{
color: #32D24D;
}
.AnyTagClassName
{
color: #32D24D;
}
</style>
background-color css
<style>
a { background-color: #32D24D; }
a { background-color: rgb(50,210,77); }
div.DivClassName
{
background-color: #32D24D;
}
.BgClassName
{
background-color: #32D24D;
}
</style>
border-color css
<style>
span { border-color: #32D24D; }
span { border-color: rgb(50,210,77); }
td.TdClassName
{
border-color: #32D24D;
}
.TagClassName
{
border-color: #32D24D;
}
</style>