Shades of Lime Green #32BA49
Tints of Lime Green #32BA49
RGB
CMYK
RGB Variations
Color information
#32BA49 (or 0x32BA49) is known color: Lime Green. HEX triplet: 32, BA and 49. RGB value is (50,186,73). Sum of RGB (Red+Green+Blue) = 50+186+73=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA49 is #CD45B6. Grayscale: #848484. Windows color (decimal): -13452727 or 4831794. OLE color: 4831794.
HSL color Cylindrical-coordinate representation of color #32BA49: hue angle of 130.15º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BA49 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 73 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.27 |
| HSL | 130.15º | 0.58% | 0.46% | - |
| HSV(B) | 130.15º | 0.73% | 0.73% | - |
| XYZ | 20.08 | 36.28 | 12.25 | - |
| YUV | 132.45 | 94.44 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 73 | 0.73 | 0 | 0.61 | 0.27 | 130.15 | 0.58 | 0.46 |
| Hex | 32 | BA | 49 | 49 | 0 | 3D | 1B | 82 | 3A | 2E |
| Octal | 62 | 272 | 111 | 111 | 0 | 75 | 33 | 202 | 72 | 56 |
| Binary | 110010 | 10111010 | 1001001 | 1001001 | 0 | 111101 | 11011 | 10000010 | 111010 | 101110 |
Color Harmonies of #32BA49
Complementary color
Monochromatic Colors of #32BA49
Black with #32BA49
Text Example
Text Example
White with #32BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA49; }
p { color: rgb(50,186,73); }
H1.HeaderClassName
{
color: #32BA49;
}
.AnyTagClassName
{
color: #32BA49;
}
</style>
background-color css
<style>
a { background-color: #32BA49; }
a { background-color: rgb(50,186,73); }
div.DivClassName
{
background-color: #32BA49;
}
.BgClassName
{
background-color: #32BA49;
}
</style>
border-color css
<style>
span { border-color: #32BA49; }
span { border-color: rgb(50,186,73); }
td.TdClassName
{
border-color: #32BA49;
}
.TagClassName
{
border-color: #32BA49;
}
</style>