Shades of Lime Green #32BB36
Tints of Lime Green #32BB36
RGB
CMYK
RGB Variations
Color information
#32BB36 (or 0x32BB36) is known color: Lime Green. HEX triplet: 32, BB and 36. RGB value is (50,187,54). Sum of RGB (Red+Green+Blue) = 50+187+54=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 187 (73.44% from 255 or 64.26% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB36 is #CD44C9. Grayscale: #838383. Windows color (decimal): -13452490 or 3586866. OLE color: 3586866.
HSL color Cylindrical-coordinate representation of color #32BB36: hue angle of 121.75º 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 #32BB36 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 54 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.27 |
| HSL | 121.75º | 0.58% | 0.46% | - |
| HSV(B) | 121.75º | 0.73% | 0.73% | - |
| XYZ | 19.75 | 36.49 | 9.49 | - |
| YUV | 130.88 | 84.61 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 54 | 0.73 | 0 | 0.71 | 0.27 | 121.75 | 0.58 | 0.46 |
| Hex | 32 | BB | 36 | 49 | 0 | 47 | 1B | 7A | 3A | 2E |
| Octal | 62 | 273 | 66 | 111 | 0 | 107 | 33 | 172 | 72 | 56 |
| Binary | 110010 | 10111011 | 110110 | 1001001 | 0 | 1000111 | 11011 | 1111010 | 111010 | 101110 |
Color Harmonies of #32BB36
Complementary color
Monochromatic Colors of #32BB36
Black with #32BB36
Text Example
Text Example
White with #32BB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB36; }
p { color: rgb(50,187,54); }
H1.HeaderClassName
{
color: #32BB36;
}
.AnyTagClassName
{
color: #32BB36;
}
</style>
background-color css
<style>
a { background-color: #32BB36; }
a { background-color: rgb(50,187,54); }
div.DivClassName
{
background-color: #32BB36;
}
.BgClassName
{
background-color: #32BB36;
}
</style>
border-color css
<style>
span { border-color: #32BB36; }
span { border-color: rgb(50,187,54); }
td.TdClassName
{
border-color: #32BB36;
}
.TagClassName
{
border-color: #32BB36;
}
</style>