Shades of Lime Green #32D24E
Tints of Lime Green #32D24E
RGB
CMYK
RGB Variations
Color information
#32D24E (or 0x32D24E) is known color: Lime Green. HEX triplet: 32, D2 and 4E. RGB value is (50,210,78). Sum of RGB (Red+Green+Blue) = 50+210+78=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #32D24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D24E is #CD2DB1. Grayscale: #939393. Windows color (decimal): -13446578 or 5165618. OLE color: 5165618.
HSL color Cylindrical-coordinate representation of color #32D24E: hue angle of 130.5º 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 #32D24E is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 78 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.18 |
| HSL | 130.5º | 0.64% | 0.51% | - |
| HSV(B) | 130.5º | 0.76% | 0.82% | - |
| XYZ | 25.74 | 47.32 | 14.99 | - |
| YUV | 147.11 | 88.99 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 78 | 0.76 | 0 | 0.63 | 0.18 | 130.5 | 0.64 | 0.51 |
| Hex | 32 | D2 | 4E | 4C | 0 | 3F | 12 | 82 | 40 | 33 |
| Octal | 62 | 322 | 116 | 114 | 0 | 77 | 22 | 202 | 100 | 63 |
| Binary | 110010 | 11010010 | 1001110 | 1001100 | 0 | 111111 | 10010 | 10000010 | 1000000 | 110011 |
Color Harmonies of #32D24E
Complementary color
Monochromatic Colors of #32D24E
Black with #32D24E
Text Example
Text Example
White with #32D24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D24E; }
p { color: rgb(50,210,78); }
H1.HeaderClassName
{
color: #32D24E;
}
.AnyTagClassName
{
color: #32D24E;
}
</style>
background-color css
<style>
a { background-color: #32D24E; }
a { background-color: rgb(50,210,78); }
div.DivClassName
{
background-color: #32D24E;
}
.BgClassName
{
background-color: #32D24E;
}
</style>
border-color css
<style>
span { border-color: #32D24E; }
span { border-color: rgb(50,210,78); }
td.TdClassName
{
border-color: #32D24E;
}
.TagClassName
{
border-color: #32D24E;
}
</style>