Shades of Lime Green #32D01D
Tints of Lime Green #32D01D
RGB
CMYK
RGB Variations
Color information
#32D01D (or 0x32D01D) is known color: Lime Green. HEX triplet: 32, D0 and 1D. RGB value is (50,208,29). Sum of RGB (Red+Green+Blue) = 50+208+29=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #32D01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D01D is #CD2FE2. Grayscale: #8C8C8C. Windows color (decimal): -13447139 or 1953842. OLE color: 1953842.
HSL color Cylindrical-coordinate representation of color #32D01D: hue angle of 112.96º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32D01D is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 29 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.18 |
| HSL | 112.96º | 0.76% | 0.46% | - |
| HSV(B) | 112.96º | 0.86% | 0.82% | - |
| XYZ | 24.09 | 45.88 | 8.75 | - |
| YUV | 140.35 | 65.15 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 29 | 0.76 | 0 | 0.86 | 0.18 | 112.96 | 0.76 | 0.46 |
| Hex | 32 | D0 | 1D | 4C | 0 | 56 | 12 | 71 | 4C | 2E |
| Octal | 62 | 320 | 35 | 114 | 0 | 126 | 22 | 161 | 114 | 56 |
| Binary | 110010 | 11010000 | 11101 | 1001100 | 0 | 1010110 | 10010 | 1110001 | 1001100 | 101110 |
Color Harmonies of #32D01D
Complementary color
Monochromatic Colors of #32D01D
Black with #32D01D
Text Example
Text Example
White with #32D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D01D; }
p { color: rgb(50,208,29); }
H1.HeaderClassName
{
color: #32D01D;
}
.AnyTagClassName
{
color: #32D01D;
}
</style>
background-color css
<style>
a { background-color: #32D01D; }
a { background-color: rgb(50,208,29); }
div.DivClassName
{
background-color: #32D01D;
}
.BgClassName
{
background-color: #32D01D;
}
</style>
border-color css
<style>
span { border-color: #32D01D; }
span { border-color: rgb(50,208,29); }
td.TdClassName
{
border-color: #32D01D;
}
.TagClassName
{
border-color: #32D01D;
}
</style>