Shades of Lime Green #32B32B
Tints of Lime Green #32B32B
RGB
CMYK
RGB Variations
Color information
#32B32B (or 0x32B32B) is known color: Lime Green. HEX triplet: 32, B3 and 2B. RGB value is (50,179,43). Sum of RGB (Red+Green+Blue) = 50+179+43=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #32B32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B32B is #CD4CD4. Grayscale: #7D7D7D. Windows color (decimal): -13454549 or 2863922. OLE color: 2863922.
HSL color Cylindrical-coordinate representation of color #32B32B: hue angle of 116.91º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32B32B is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 43 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.30 |
| HSL | 116.91º | 0.61% | 0.44% | - |
| HSV(B) | 116.91º | 0.76% | 0.7% | - |
| XYZ | 17.87 | 33.09 | 7.73 | - |
| YUV | 124.93 | 81.76 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 43 | 0.72 | 0 | 0.76 | 0.30 | 116.91 | 0.61 | 0.44 |
| Hex | 32 | B3 | 2B | 48 | 0 | 4C | 1E | 75 | 3D | 2C |
| Octal | 62 | 263 | 53 | 110 | 0 | 114 | 36 | 165 | 75 | 54 |
| Binary | 110010 | 10110011 | 101011 | 1001000 | 0 | 1001100 | 11110 | 1110101 | 111101 | 101100 |
Color Harmonies of #32B32B
Complementary color
Monochromatic Colors of #32B32B
Black with #32B32B
Text Example
Text Example
White with #32B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B32B; }
p { color: rgb(50,179,43); }
H1.HeaderClassName
{
color: #32B32B;
}
.AnyTagClassName
{
color: #32B32B;
}
</style>
background-color css
<style>
a { background-color: #32B32B; }
a { background-color: rgb(50,179,43); }
div.DivClassName
{
background-color: #32B32B;
}
.BgClassName
{
background-color: #32B32B;
}
</style>
border-color css
<style>
span { border-color: #32B32B; }
span { border-color: rgb(50,179,43); }
td.TdClassName
{
border-color: #32B32B;
}
.TagClassName
{
border-color: #32B32B;
}
</style>