Shades of Lime Green #32BD49
Tints of Lime Green #32BD49
RGB
CMYK
RGB Variations
Color information
#32BD49 (or 0x32BD49) is known color: Lime Green. HEX triplet: 32, BD and 49. RGB value is (50,189,73). Sum of RGB (Red+Green+Blue) = 50+189+73=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD49 is #CD42B6. Grayscale: #868686. Windows color (decimal): -13451959 or 4832562. OLE color: 4832562.
HSL color Cylindrical-coordinate representation of color #32BD49: hue angle of 129.93º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD49 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 73 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.26 |
| HSL | 129.93º | 0.58% | 0.47% | - |
| HSV(B) | 129.93º | 0.74% | 0.74% | - |
| XYZ | 20.72 | 37.55 | 12.46 | - |
| YUV | 134.22 | 93.45 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 73 | 0.74 | 0 | 0.61 | 0.26 | 129.93 | 0.58 | 0.47 |
| Hex | 32 | BD | 49 | 4A | 0 | 3D | 1A | 82 | 3A | 2F |
| Octal | 62 | 275 | 111 | 112 | 0 | 75 | 32 | 202 | 72 | 57 |
| Binary | 110010 | 10111101 | 1001001 | 1001010 | 0 | 111101 | 11010 | 10000010 | 111010 | 101111 |
Color Harmonies of #32BD49
Complementary color
Monochromatic Colors of #32BD49
Black with #32BD49
Text Example
Text Example
White with #32BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD49; }
p { color: rgb(50,189,73); }
H1.HeaderClassName
{
color: #32BD49;
}
.AnyTagClassName
{
color: #32BD49;
}
</style>
background-color css
<style>
a { background-color: #32BD49; }
a { background-color: rgb(50,189,73); }
div.DivClassName
{
background-color: #32BD49;
}
.BgClassName
{
background-color: #32BD49;
}
</style>
border-color css
<style>
span { border-color: #32BD49; }
span { border-color: rgb(50,189,73); }
td.TdClassName
{
border-color: #32BD49;
}
.TagClassName
{
border-color: #32BD49;
}
</style>