Shades of Lime Green #32D034
Tints of Lime Green #32D034
RGB
CMYK
RGB Variations
Color information
#32D034 (or 0x32D034) is known color: Lime Green. HEX triplet: 32, D0 and 34. RGB value is (50,208,52). Sum of RGB (Red+Green+Blue) = 50+208+52=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #32D034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D034 is #CD2FCB. Grayscale: #8F8F8F. Windows color (decimal): -13447116 or 3461170. OLE color: 3461170.
HSL color Cylindrical-coordinate representation of color #32D034: hue angle of 120.76º 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 #32D034 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 52 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.18 |
| HSL | 120.76º | 0.63% | 0.51% | - |
| HSV(B) | 120.76º | 0.76% | 0.82% | - |
| XYZ | 24.49 | 46.04 | 10.84 | - |
| YUV | 142.97 | 76.65 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 52 | 0.76 | 0 | 0.75 | 0.18 | 120.76 | 0.63 | 0.51 |
| Hex | 32 | D0 | 34 | 4C | 0 | 4B | 12 | 79 | 3F | 33 |
| Octal | 62 | 320 | 64 | 114 | 0 | 113 | 22 | 171 | 77 | 63 |
| Binary | 110010 | 11010000 | 110100 | 1001100 | 0 | 1001011 | 10010 | 1111001 | 111111 | 110011 |
Color Harmonies of #32D034
Complementary color
Monochromatic Colors of #32D034
Black with #32D034
Text Example
Text Example
White with #32D034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D034; }
p { color: rgb(50,208,52); }
H1.HeaderClassName
{
color: #32D034;
}
.AnyTagClassName
{
color: #32D034;
}
</style>
background-color css
<style>
a { background-color: #32D034; }
a { background-color: rgb(50,208,52); }
div.DivClassName
{
background-color: #32D034;
}
.BgClassName
{
background-color: #32D034;
}
</style>
border-color css
<style>
span { border-color: #32D034; }
span { border-color: rgb(50,208,52); }
td.TdClassName
{
border-color: #32D034;
}
.TagClassName
{
border-color: #32D034;
}
</style>