Shades of Lime Green #32D34C
Tints of Lime Green #32D34C
RGB
CMYK
RGB Variations
Color information
#32D34C (or 0x32D34C) is known color: Lime Green. HEX triplet: 32, D3 and 4C. RGB value is (50,211,76). Sum of RGB (Red+Green+Blue) = 50+211+76=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 211 (82.81% from 255 or 62.61% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 211 - color contains mainly: green. Hex color #32D34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D34C is #CD2CB3. Grayscale: #939393. Windows color (decimal): -13446324 or 5034802. OLE color: 5034802.
HSL color Cylindrical-coordinate representation of color #32D34C: hue angle of 129.69º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D34C is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 211 | 76 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.17 |
| HSL | 129.69º | 0.65% | 0.51% | - |
| HSV(B) | 129.69º | 0.76% | 0.83% | - |
| XYZ | 25.91 | 47.79 | 14.7 | - |
| YUV | 147.47 | 87.66 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 211 | 76 | 0.76 | 0 | 0.64 | 0.17 | 129.69 | 0.65 | 0.51 |
| Hex | 32 | D3 | 4C | 4C | 0 | 40 | 11 | 82 | 41 | 33 |
| Octal | 62 | 323 | 114 | 114 | 0 | 100 | 21 | 202 | 101 | 63 |
| Binary | 110010 | 11010011 | 1001100 | 1001100 | 0 | 1000000 | 10001 | 10000010 | 1000001 | 110011 |
Color Harmonies of #32D34C
Complementary color
Monochromatic Colors of #32D34C
Black with #32D34C
Text Example
Text Example
White with #32D34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D34C; }
p { color: rgb(50,211,76); }
H1.HeaderClassName
{
color: #32D34C;
}
.AnyTagClassName
{
color: #32D34C;
}
</style>
background-color css
<style>
a { background-color: #32D34C; }
a { background-color: rgb(50,211,76); }
div.DivClassName
{
background-color: #32D34C;
}
.BgClassName
{
background-color: #32D34C;
}
</style>
border-color css
<style>
span { border-color: #32D34C; }
span { border-color: rgb(50,211,76); }
td.TdClassName
{
border-color: #32D34C;
}
.TagClassName
{
border-color: #32D34C;
}
</style>