Shades of Lime Green #32B72C
Tints of Lime Green #32B72C
RGB
CMYK
RGB Variations
Color information
#32B72C (or 0x32B72C) is known color: Lime Green. HEX triplet: 32, B7 and 2C. RGB value is (50,183,44). Sum of RGB (Red+Green+Blue) = 50+183+44=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 183 (71.88% from 255 or 66.06% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 183 - color contains mainly: green. Hex color #32B72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B72C is #CD48D3. Grayscale: #7F7F7F. Windows color (decimal): -13453524 or 2930482. OLE color: 2930482.
HSL color Cylindrical-coordinate representation of color #32B72C: hue angle of 117.41º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32B72C is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 44 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.28 |
| HSL | 117.41º | 0.61% | 0.45% | - |
| HSV(B) | 117.41º | 0.76% | 0.72% | - |
| XYZ | 18.7 | 34.73 | 8.1 | - |
| YUV | 127.39 | 80.94 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 44 | 0.73 | 0 | 0.76 | 0.28 | 117.41 | 0.61 | 0.45 |
| Hex | 32 | B7 | 2C | 49 | 0 | 4C | 1C | 75 | 3D | 2D |
| Octal | 62 | 267 | 54 | 111 | 0 | 114 | 34 | 165 | 75 | 55 |
| Binary | 110010 | 10110111 | 101100 | 1001001 | 0 | 1001100 | 11100 | 1110101 | 111101 | 101101 |
Color Harmonies of #32B72C
Complementary color
Monochromatic Colors of #32B72C
Black with #32B72C
Text Example
Text Example
White with #32B72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B72C; }
p { color: rgb(50,183,44); }
H1.HeaderClassName
{
color: #32B72C;
}
.AnyTagClassName
{
color: #32B72C;
}
</style>
background-color css
<style>
a { background-color: #32B72C; }
a { background-color: rgb(50,183,44); }
div.DivClassName
{
background-color: #32B72C;
}
.BgClassName
{
background-color: #32B72C;
}
</style>
border-color css
<style>
span { border-color: #32B72C; }
span { border-color: rgb(50,183,44); }
td.TdClassName
{
border-color: #32B72C;
}
.TagClassName
{
border-color: #32B72C;
}
</style>