Shades of Lime Green #32C236
Tints of Lime Green #32C236
RGB
CMYK
RGB Variations
Color information
#32C236 (or 0x32C236) is known color: Lime Green. HEX triplet: 32, C2 and 36. RGB value is (50,194,54). Sum of RGB (Red+Green+Blue) = 50+194+54=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #32C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C236 is #CD3DC9. Grayscale: #878787. Windows color (decimal): -13450698 or 3588658. OLE color: 3588658.
HSL color Cylindrical-coordinate representation of color #32C236: hue angle of 121.67º 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 #32C236 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 54 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.24 |
| HSL | 121.67º | 0.59% | 0.48% | - |
| HSV(B) | 121.67º | 0.74% | 0.76% | - |
| XYZ | 21.27 | 39.53 | 10 | - |
| YUV | 134.98 | 82.29 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 54 | 0.74 | 0 | 0.72 | 0.24 | 121.67 | 0.59 | 0.48 |
| Hex | 32 | C2 | 36 | 4A | 0 | 48 | 18 | 7A | 3B | 30 |
| Octal | 62 | 302 | 66 | 112 | 0 | 110 | 30 | 172 | 73 | 60 |
| Binary | 110010 | 11000010 | 110110 | 1001010 | 0 | 1001000 | 11000 | 1111010 | 111011 | 110000 |
Color Harmonies of #32C236
Complementary color
Monochromatic Colors of #32C236
Black with #32C236
Text Example
Text Example
White with #32C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C236; }
p { color: rgb(50,194,54); }
H1.HeaderClassName
{
color: #32C236;
}
.AnyTagClassName
{
color: #32C236;
}
</style>
background-color css
<style>
a { background-color: #32C236; }
a { background-color: rgb(50,194,54); }
div.DivClassName
{
background-color: #32C236;
}
.BgClassName
{
background-color: #32C236;
}
</style>
border-color css
<style>
span { border-color: #32C236; }
span { border-color: rgb(50,194,54); }
td.TdClassName
{
border-color: #32C236;
}
.TagClassName
{
border-color: #32C236;
}
</style>