Shades of Lime Green #32B336
Tints of Lime Green #32B336
RGB
CMYK
RGB Variations
Color information
#32B336 (or 0x32B336) is known color: Lime Green. HEX triplet: 32, B3 and 36. RGB value is (50,179,54). Sum of RGB (Red+Green+Blue) = 50+179+54=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #32B336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B336 is #CD4CC9. Grayscale: #7E7E7E. Windows color (decimal): -13454538 or 3584818. OLE color: 3584818.
HSL color Cylindrical-coordinate representation of color #32B336: hue angle of 121.86º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B336 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 54 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.30 |
| HSL | 121.86º | 0.56% | 0.45% | - |
| HSV(B) | 121.86º | 0.72% | 0.7% | - |
| XYZ | 18.1 | 33.18 | 8.94 | - |
| YUV | 126.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 54 | 0.72 | 0 | 0.70 | 0.30 | 121.86 | 0.56 | 0.45 |
| Hex | 32 | B3 | 36 | 48 | 0 | 46 | 1E | 7A | 38 | 2D |
| Octal | 62 | 263 | 66 | 110 | 0 | 106 | 36 | 172 | 70 | 55 |
| Binary | 110010 | 10110011 | 110110 | 1001000 | 0 | 1000110 | 11110 | 1111010 | 111000 | 101101 |
Color Harmonies of #32B336
Complementary color
Monochromatic Colors of #32B336
Black with #32B336
Text Example
Text Example
White with #32B336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B336; }
p { color: rgb(50,179,54); }
H1.HeaderClassName
{
color: #32B336;
}
.AnyTagClassName
{
color: #32B336;
}
</style>
background-color css
<style>
a { background-color: #32B336; }
a { background-color: rgb(50,179,54); }
div.DivClassName
{
background-color: #32B336;
}
.BgClassName
{
background-color: #32B336;
}
</style>
border-color css
<style>
span { border-color: #32B336; }
span { border-color: rgb(50,179,54); }
td.TdClassName
{
border-color: #32B336;
}
.TagClassName
{
border-color: #32B336;
}
</style>