Shades of Lime Green #32B736
Tints of Lime Green #32B736
RGB
CMYK
RGB Variations
Color information
#32B736 (or 0x32B736) is known color: Lime Green. HEX triplet: 32, B7 and 36. RGB value is (50,183,54). Sum of RGB (Red+Green+Blue) = 50+183+54=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 183 (71.88% from 255 or 63.76% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 183 - color contains mainly: green. Hex color #32B736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B736 is #CD48C9. Grayscale: #808080. Windows color (decimal): -13453514 or 3585842. OLE color: 3585842.
HSL color Cylindrical-coordinate representation of color #32B736: hue angle of 121.8º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B736 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 54 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.28 |
| HSL | 121.8º | 0.57% | 0.46% | - |
| HSV(B) | 121.8º | 0.73% | 0.72% | - |
| XYZ | 18.91 | 34.81 | 9.21 | - |
| YUV | 128.53 | 85.94 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 54 | 0.73 | 0 | 0.70 | 0.28 | 121.8 | 0.57 | 0.46 |
| Hex | 32 | B7 | 36 | 49 | 0 | 46 | 1C | 7A | 39 | 2E |
| Octal | 62 | 267 | 66 | 111 | 0 | 106 | 34 | 172 | 71 | 56 |
| Binary | 110010 | 10110111 | 110110 | 1001001 | 0 | 1000110 | 11100 | 1111010 | 111001 | 101110 |
Color Harmonies of #32B736
Complementary color
Monochromatic Colors of #32B736
Black with #32B736
Text Example
Text Example
White with #32B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B736; }
p { color: rgb(50,183,54); }
H1.HeaderClassName
{
color: #32B736;
}
.AnyTagClassName
{
color: #32B736;
}
</style>
background-color css
<style>
a { background-color: #32B736; }
a { background-color: rgb(50,183,54); }
div.DivClassName
{
background-color: #32B736;
}
.BgClassName
{
background-color: #32B736;
}
</style>
border-color css
<style>
span { border-color: #32B736; }
span { border-color: rgb(50,183,54); }
td.TdClassName
{
border-color: #32B736;
}
.TagClassName
{
border-color: #32B736;
}
</style>