Shades of Lime Green #32BA2E
Tints of Lime Green #32BA2E
RGB
CMYK
RGB Variations
Color information
#32BA2E (or 0x32BA2E) is known color: Lime Green. HEX triplet: 32, BA and 2E. RGB value is (50,186,46). Sum of RGB (Red+Green+Blue) = 50+186+46=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA2E is #CD45D1. Grayscale: #818181. Windows color (decimal): -13452754 or 3062322. OLE color: 3062322.
HSL color Cylindrical-coordinate representation of color #32BA2E: hue angle of 118.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BA2E is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 46 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.27 |
| HSL | 118.29º | 0.6% | 0.45% | - |
| HSV(B) | 118.29º | 0.75% | 0.73% | - |
| XYZ | 19.37 | 35.99 | 8.51 | - |
| YUV | 129.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 46 | 0.73 | 0 | 0.75 | 0.27 | 118.29 | 0.6 | 0.45 |
| Hex | 32 | BA | 2E | 49 | 0 | 4B | 1B | 76 | 3C | 2D |
| Octal | 62 | 272 | 56 | 111 | 0 | 113 | 33 | 166 | 74 | 55 |
| Binary | 110010 | 10111010 | 101110 | 1001001 | 0 | 1001011 | 11011 | 1110110 | 111100 | 101101 |
Color Harmonies of #32BA2E
Complementary color
Monochromatic Colors of #32BA2E
Black with #32BA2E
Text Example
Text Example
White with #32BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA2E; }
p { color: rgb(50,186,46); }
H1.HeaderClassName
{
color: #32BA2E;
}
.AnyTagClassName
{
color: #32BA2E;
}
</style>
background-color css
<style>
a { background-color: #32BA2E; }
a { background-color: rgb(50,186,46); }
div.DivClassName
{
background-color: #32BA2E;
}
.BgClassName
{
background-color: #32BA2E;
}
</style>
border-color css
<style>
span { border-color: #32BA2E; }
span { border-color: rgb(50,186,46); }
td.TdClassName
{
border-color: #32BA2E;
}
.TagClassName
{
border-color: #32BA2E;
}
</style>