Shades of Lime Green #32C147
Tints of Lime Green #32C147
RGB
CMYK
RGB Variations
Color information
#32C147 (or 0x32C147) is known color: Lime Green. HEX triplet: 32, C1 and 47. RGB value is (50,193,71). Sum of RGB (Red+Green+Blue) = 50+193+71=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #32C147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C147 is #CD3EB8. Grayscale: #888888. Windows color (decimal): -13450937 or 4702514. OLE color: 4702514.
HSL color Cylindrical-coordinate representation of color #32C147: hue angle of 128.81º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C147 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 71 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.24 |
| HSL | 128.81º | 0.59% | 0.48% | - |
| HSV(B) | 128.81º | 0.74% | 0.76% | - |
| XYZ | 21.52 | 39.27 | 12.41 | - |
| YUV | 136.34 | 91.12 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 71 | 0.74 | 0 | 0.63 | 0.24 | 128.81 | 0.59 | 0.48 |
| Hex | 32 | C1 | 47 | 4A | 0 | 3F | 18 | 81 | 3B | 30 |
| Octal | 62 | 301 | 107 | 112 | 0 | 77 | 30 | 201 | 73 | 60 |
| Binary | 110010 | 11000001 | 1000111 | 1001010 | 0 | 111111 | 11000 | 10000001 | 111011 | 110000 |
Color Harmonies of #32C147
Complementary color
Monochromatic Colors of #32C147
Black with #32C147
Text Example
Text Example
White with #32C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C147; }
p { color: rgb(50,193,71); }
H1.HeaderClassName
{
color: #32C147;
}
.AnyTagClassName
{
color: #32C147;
}
</style>
background-color css
<style>
a { background-color: #32C147; }
a { background-color: rgb(50,193,71); }
div.DivClassName
{
background-color: #32C147;
}
.BgClassName
{
background-color: #32C147;
}
</style>
border-color css
<style>
span { border-color: #32C147; }
span { border-color: rgb(50,193,71); }
td.TdClassName
{
border-color: #32C147;
}
.TagClassName
{
border-color: #32C147;
}
</style>