Shades of Lime Green #32B436
Tints of Lime Green #32B436
RGB
CMYK
RGB Variations
Color information
#32B436 (or 0x32B436) is known color: Lime Green. HEX triplet: 32, B4 and 36. RGB value is (50,180,54). Sum of RGB (Red+Green+Blue) = 50+180+54=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 180 (70.70% from 255 or 63.38% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 180 - color contains mainly: green. Hex color #32B436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B436 is #CD4BC9. Grayscale: #7F7F7F. Windows color (decimal): -13454282 or 3585074. OLE color: 3585074.
HSL color Cylindrical-coordinate representation of color #32B436: hue angle of 121.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B436 is Cyan = 0.72, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 54 | - |
| CMYK | 0.72 | 0 | 0.7 | 0.29 |
| HSL | 121.85º | 0.57% | 0.45% | - |
| HSV(B) | 121.85º | 0.72% | 0.71% | - |
| XYZ | 18.3 | 33.59 | 9.01 | - |
| YUV | 126.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 54 | 0.72 | 0 | 0.7 | 0.29 | 121.85 | 0.57 | 0.45 |
| Hex | 32 | B4 | 36 | 48 | 0 | 46 | 1D | 7A | 39 | 2D |
| Octal | 62 | 264 | 66 | 110 | 0 | 106 | 35 | 172 | 71 | 55 |
| Binary | 110010 | 10110100 | 110110 | 1001000 | 0 | 1000110 | 11101 | 1111010 | 111001 | 101101 |
Color Harmonies of #32B436
Complementary color
Monochromatic Colors of #32B436
Black with #32B436
Text Example
Text Example
White with #32B436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B436; }
p { color: rgb(50,180,54); }
H1.HeaderClassName
{
color: #32B436;
}
.AnyTagClassName
{
color: #32B436;
}
</style>
background-color css
<style>
a { background-color: #32B436; }
a { background-color: rgb(50,180,54); }
div.DivClassName
{
background-color: #32B436;
}
.BgClassName
{
background-color: #32B436;
}
</style>
border-color css
<style>
span { border-color: #32B436; }
span { border-color: rgb(50,180,54); }
td.TdClassName
{
border-color: #32B436;
}
.TagClassName
{
border-color: #32B436;
}
</style>