Shades of Lime Green #32D04E
Tints of Lime Green #32D04E
RGB
CMYK
RGB Variations
Color information
#32D04E (or 0x32D04E) is known color: Lime Green. HEX triplet: 32, D0 and 4E. RGB value is (50,208,78). Sum of RGB (Red+Green+Blue) = 50+208+78=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #32D04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D04E is #CD2FB1. Grayscale: #929292. Windows color (decimal): -13447090 or 5165106. OLE color: 5165106.
HSL color Cylindrical-coordinate representation of color #32D04E: hue angle of 130.63º degrees, saturation: 0.63, 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 #32D04E is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 78 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.18 |
| HSL | 130.63º | 0.63% | 0.51% | - |
| HSV(B) | 130.63º | 0.76% | 0.82% | - |
| XYZ | 25.25 | 46.34 | 14.82 | - |
| YUV | 145.94 | 89.65 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 78 | 0.76 | 0 | 0.62 | 0.18 | 130.63 | 0.63 | 0.51 |
| Hex | 32 | D0 | 4E | 4C | 0 | 3E | 12 | 83 | 3F | 33 |
| Octal | 62 | 320 | 116 | 114 | 0 | 76 | 22 | 203 | 77 | 63 |
| Binary | 110010 | 11010000 | 1001110 | 1001100 | 0 | 111110 | 10010 | 10000011 | 111111 | 110011 |
Color Harmonies of #32D04E
Complementary color
Monochromatic Colors of #32D04E
Black with #32D04E
Text Example
Text Example
White with #32D04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D04E; }
p { color: rgb(50,208,78); }
H1.HeaderClassName
{
color: #32D04E;
}
.AnyTagClassName
{
color: #32D04E;
}
</style>
background-color css
<style>
a { background-color: #32D04E; }
a { background-color: rgb(50,208,78); }
div.DivClassName
{
background-color: #32D04E;
}
.BgClassName
{
background-color: #32D04E;
}
</style>
border-color css
<style>
span { border-color: #32D04E; }
span { border-color: rgb(50,208,78); }
td.TdClassName
{
border-color: #32D04E;
}
.TagClassName
{
border-color: #32D04E;
}
</style>