Shades of Lime Green #32D11D
Tints of Lime Green #32D11D
RGB
CMYK
RGB Variations
Color information
#32D11D (or 0x32D11D) is known color: Lime Green. HEX triplet: 32, D1 and 1D. RGB value is (50,209,29). Sum of RGB (Red+Green+Blue) = 50+209+29=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 209 (82.03% from 255 or 72.57% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 209 - color contains mainly: green. Hex color #32D11D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D11D is #CD2EE2. Grayscale: #8D8D8D. Windows color (decimal): -13446883 or 1954098. OLE color: 1954098.
HSL color Cylindrical-coordinate representation of color #32D11D: hue angle of 113º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32D11D is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 29 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.18 |
| HSL | 113º | 0.76% | 0.47% | - |
| HSV(B) | 113º | 0.86% | 0.82% | - |
| XYZ | 24.34 | 46.37 | 8.83 | - |
| YUV | 140.94 | 64.82 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 29 | 0.76 | 0 | 0.86 | 0.18 | 113 | 0.76 | 0.47 |
| Hex | 32 | D1 | 1D | 4C | 0 | 56 | 12 | 71 | 4C | 2F |
| Octal | 62 | 321 | 35 | 114 | 0 | 126 | 22 | 161 | 114 | 57 |
| Binary | 110010 | 11010001 | 11101 | 1001100 | 0 | 1010110 | 10010 | 1110001 | 1001100 | 101111 |
Color Harmonies of #32D11D
Complementary color
Monochromatic Colors of #32D11D
Black with #32D11D
Text Example
Text Example
White with #32D11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D11D; }
p { color: rgb(50,209,29); }
H1.HeaderClassName
{
color: #32D11D;
}
.AnyTagClassName
{
color: #32D11D;
}
</style>
background-color css
<style>
a { background-color: #32D11D; }
a { background-color: rgb(50,209,29); }
div.DivClassName
{
background-color: #32D11D;
}
.BgClassName
{
background-color: #32D11D;
}
</style>
border-color css
<style>
span { border-color: #32D11D; }
span { border-color: rgb(50,209,29); }
td.TdClassName
{
border-color: #32D11D;
}
.TagClassName
{
border-color: #32D11D;
}
</style>