Shades of Lime Green #32C136
Tints of Lime Green #32C136
RGB
CMYK
RGB Variations
Color information
#32C136 (or 0x32C136) is known color: Lime Green. HEX triplet: 32, C1 and 36. RGB value is (50,193,54). Sum of RGB (Red+Green+Blue) = 50+193+54=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #32C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C136 is #CD3EC9. Grayscale: #868686. Windows color (decimal): -13450954 or 3588402. OLE color: 3588402.
HSL color Cylindrical-coordinate representation of color #32C136: hue angle of 121.68º 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 #32C136 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 54 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.24 |
| HSL | 121.68º | 0.59% | 0.48% | - |
| HSV(B) | 121.68º | 0.74% | 0.76% | - |
| XYZ | 21.05 | 39.08 | 9.92 | - |
| YUV | 134.4 | 82.62 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 54 | 0.74 | 0 | 0.72 | 0.24 | 121.68 | 0.59 | 0.48 |
| Hex | 32 | C1 | 36 | 4A | 0 | 48 | 18 | 7A | 3B | 30 |
| Octal | 62 | 301 | 66 | 112 | 0 | 110 | 30 | 172 | 73 | 60 |
| Binary | 110010 | 11000001 | 110110 | 1001010 | 0 | 1001000 | 11000 | 1111010 | 111011 | 110000 |
Color Harmonies of #32C136
Complementary color
Monochromatic Colors of #32C136
Black with #32C136
Text Example
Text Example
White with #32C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C136; }
p { color: rgb(50,193,54); }
H1.HeaderClassName
{
color: #32C136;
}
.AnyTagClassName
{
color: #32C136;
}
</style>
background-color css
<style>
a { background-color: #32C136; }
a { background-color: rgb(50,193,54); }
div.DivClassName
{
background-color: #32C136;
}
.BgClassName
{
background-color: #32C136;
}
</style>
border-color css
<style>
span { border-color: #32C136; }
span { border-color: rgb(50,193,54); }
td.TdClassName
{
border-color: #32C136;
}
.TagClassName
{
border-color: #32C136;
}
</style>