Shades of Lime Green #32BB2E
Tints of Lime Green #32BB2E
RGB
CMYK
RGB Variations
Color information
#32BB2E (or 0x32BB2E) is known color: Lime Green. HEX triplet: 32, BB and 2E. RGB value is (50,187,46). Sum of RGB (Red+Green+Blue) = 50+187+46=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 187 (73.44% from 255 or 66.08% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB2E is #CD44D1. Grayscale: #828282. Windows color (decimal): -13452498 or 3062578. OLE color: 3062578.
HSL color Cylindrical-coordinate representation of color #32BB2E: hue angle of 118.3º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BB2E is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 46 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.27 |
| HSL | 118.3º | 0.61% | 0.46% | - |
| HSV(B) | 118.3º | 0.75% | 0.73% | - |
| XYZ | 19.58 | 36.42 | 8.58 | - |
| YUV | 129.96 | 80.61 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 46 | 0.73 | 0 | 0.75 | 0.27 | 118.3 | 0.61 | 0.46 |
| Hex | 32 | BB | 2E | 49 | 0 | 4B | 1B | 76 | 3D | 2E |
| Octal | 62 | 273 | 56 | 111 | 0 | 113 | 33 | 166 | 75 | 56 |
| Binary | 110010 | 10111011 | 101110 | 1001001 | 0 | 1001011 | 11011 | 1110110 | 111101 | 101110 |
Color Harmonies of #32BB2E
Complementary color
Monochromatic Colors of #32BB2E
Black with #32BB2E
Text Example
Text Example
White with #32BB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB2E; }
p { color: rgb(50,187,46); }
H1.HeaderClassName
{
color: #32BB2E;
}
.AnyTagClassName
{
color: #32BB2E;
}
</style>
background-color css
<style>
a { background-color: #32BB2E; }
a { background-color: rgb(50,187,46); }
div.DivClassName
{
background-color: #32BB2E;
}
.BgClassName
{
background-color: #32BB2E;
}
</style>
border-color css
<style>
span { border-color: #32BB2E; }
span { border-color: rgb(50,187,46); }
td.TdClassName
{
border-color: #32BB2E;
}
.TagClassName
{
border-color: #32BB2E;
}
</style>