Shades of Lime Green #32D32E
Tints of Lime Green #32D32E
RGB
CMYK
RGB Variations
Color information
#32D32E (or 0x32D32E) is known color: Lime Green. HEX triplet: 32, D3 and 2E. RGB value is (50,211,46). Sum of RGB (Red+Green+Blue) = 50+211+46=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 211 (82.81% from 255 or 68.73% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 211 - color contains mainly: green. Hex color #32D32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D32E is #CD2CD1. Grayscale: #909090. Windows color (decimal): -13446354 or 3068722. OLE color: 3068722.
HSL color Cylindrical-coordinate representation of color #32D32E: hue angle of 118.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32D32E is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 211 | 46 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.17 |
| HSL | 118.55º | 0.65% | 0.5% | - |
| HSV(B) | 118.55º | 0.78% | 0.83% | - |
| XYZ | 25.1 | 47.46 | 10.42 | - |
| YUV | 144.05 | 72.66 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 211 | 46 | 0.76 | 0 | 0.78 | 0.17 | 118.55 | 0.65 | 0.5 |
| Hex | 32 | D3 | 2E | 4C | 0 | 4E | 11 | 77 | 41 | 32 |
| Octal | 62 | 323 | 56 | 114 | 0 | 116 | 21 | 167 | 101 | 62 |
| Binary | 110010 | 11010011 | 101110 | 1001100 | 0 | 1001110 | 10001 | 1110111 | 1000001 | 110010 |
Color Harmonies of #32D32E
Complementary color
Monochromatic Colors of #32D32E
Black with #32D32E
Text Example
Text Example
White with #32D32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D32E; }
p { color: rgb(50,211,46); }
H1.HeaderClassName
{
color: #32D32E;
}
.AnyTagClassName
{
color: #32D32E;
}
</style>
background-color css
<style>
a { background-color: #32D32E; }
a { background-color: rgb(50,211,46); }
div.DivClassName
{
background-color: #32D32E;
}
.BgClassName
{
background-color: #32D32E;
}
</style>
border-color css
<style>
span { border-color: #32D32E; }
span { border-color: rgb(50,211,46); }
td.TdClassName
{
border-color: #32D32E;
}
.TagClassName
{
border-color: #32D32E;
}
</style>