Shades of Lime Green #32B746
Tints of Lime Green #32B746
RGB
CMYK
RGB Variations
Color information
#32B746 (or 0x32B746) is known color: Lime Green. HEX triplet: 32, B7 and 46. RGB value is (50,183,70). Sum of RGB (Red+Green+Blue) = 50+183+70=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #32B746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B746 is #CD48B9. Grayscale: #828282. Windows color (decimal): -13453498 or 4634418. OLE color: 4634418.
HSL color Cylindrical-coordinate representation of color #32B746: hue angle of 129.02º 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 #32B746 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 70 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.28 |
| HSL | 129.02º | 0.57% | 0.46% | - |
| HSV(B) | 129.02º | 0.73% | 0.72% | - |
| XYZ | 19.35 | 34.99 | 11.53 | - |
| YUV | 130.35 | 93.94 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 70 | 0.73 | 0 | 0.62 | 0.28 | 129.02 | 0.57 | 0.46 |
| Hex | 32 | B7 | 46 | 49 | 0 | 3E | 1C | 81 | 39 | 2E |
| Octal | 62 | 267 | 106 | 111 | 0 | 76 | 34 | 201 | 71 | 56 |
| Binary | 110010 | 10110111 | 1000110 | 1001001 | 0 | 111110 | 11100 | 10000001 | 111001 | 101110 |
Color Harmonies of #32B746
Complementary color
Monochromatic Colors of #32B746
Black with #32B746
Text Example
Text Example
White with #32B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B746; }
p { color: rgb(50,183,70); }
H1.HeaderClassName
{
color: #32B746;
}
.AnyTagClassName
{
color: #32B746;
}
</style>
background-color css
<style>
a { background-color: #32B746; }
a { background-color: rgb(50,183,70); }
div.DivClassName
{
background-color: #32B746;
}
.BgClassName
{
background-color: #32B746;
}
</style>
border-color css
<style>
span { border-color: #32B746; }
span { border-color: rgb(50,183,70); }
td.TdClassName
{
border-color: #32B746;
}
.TagClassName
{
border-color: #32B746;
}
</style>