Shades of Lime Green #32B848
Tints of Lime Green #32B848
RGB
CMYK
RGB Variations
Color information
#32B848 (or 0x32B848) is known color: Lime Green. HEX triplet: 32, B8 and 48. RGB value is (50,184,72). Sum of RGB (Red+Green+Blue) = 50+184+72=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #32B848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B848 is #CD47B7. Grayscale: #838383. Windows color (decimal): -13453240 or 4765746. OLE color: 4765746.
HSL color Cylindrical-coordinate representation of color #32B848: hue angle of 129.85º 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 #32B848 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 184 | 72 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.28 |
| HSL | 129.85º | 0.57% | 0.46% | - |
| HSV(B) | 129.85º | 0.73% | 0.72% | - |
| XYZ | 19.63 | 35.43 | 11.93 | - |
| YUV | 131.17 | 94.61 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 184 | 72 | 0.73 | 0 | 0.61 | 0.28 | 129.85 | 0.57 | 0.46 |
| Hex | 32 | B8 | 48 | 49 | 0 | 3D | 1C | 82 | 39 | 2E |
| Octal | 62 | 270 | 110 | 111 | 0 | 75 | 34 | 202 | 71 | 56 |
| Binary | 110010 | 10111000 | 1001000 | 1001001 | 0 | 111101 | 11100 | 10000010 | 111001 | 101110 |
Color Harmonies of #32B848
Complementary color
Monochromatic Colors of #32B848
Black with #32B848
Text Example
Text Example
White with #32B848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B848; }
p { color: rgb(50,184,72); }
H1.HeaderClassName
{
color: #32B848;
}
.AnyTagClassName
{
color: #32B848;
}
</style>
background-color css
<style>
a { background-color: #32B848; }
a { background-color: rgb(50,184,72); }
div.DivClassName
{
background-color: #32B848;
}
.BgClassName
{
background-color: #32B848;
}
</style>
border-color css
<style>
span { border-color: #32B848; }
span { border-color: rgb(50,184,72); }
td.TdClassName
{
border-color: #32B848;
}
.TagClassName
{
border-color: #32B848;
}
</style>