Shades of Lime Green #32C14E
Tints of Lime Green #32C14E
RGB
CMYK
RGB Variations
Color information
#32C14E (or 0x32C14E) is known color: Lime Green. HEX triplet: 32, C1 and 4E. RGB value is (50,193,78). Sum of RGB (Red+Green+Blue) = 50+193+78=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #32C14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C14E is #CD3EB1. Grayscale: #898989. Windows color (decimal): -13450930 or 5161266. OLE color: 5161266.
HSL color Cylindrical-coordinate representation of color #32C14E: hue angle of 131.75º 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 #32C14E is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 78 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.24 |
| HSL | 131.75º | 0.59% | 0.48% | - |
| HSV(B) | 131.75º | 0.74% | 0.76% | - |
| XYZ | 21.76 | 39.37 | 13.66 | - |
| YUV | 137.13 | 94.62 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 78 | 0.74 | 0 | 0.60 | 0.24 | 131.75 | 0.59 | 0.48 |
| Hex | 32 | C1 | 4E | 4A | 0 | 3C | 18 | 84 | 3B | 30 |
| Octal | 62 | 301 | 116 | 112 | 0 | 74 | 30 | 204 | 73 | 60 |
| Binary | 110010 | 11000001 | 1001110 | 1001010 | 0 | 111100 | 11000 | 10000100 | 111011 | 110000 |
Color Harmonies of #32C14E
Complementary color
Monochromatic Colors of #32C14E
Black with #32C14E
Text Example
Text Example
White with #32C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C14E; }
p { color: rgb(50,193,78); }
H1.HeaderClassName
{
color: #32C14E;
}
.AnyTagClassName
{
color: #32C14E;
}
</style>
background-color css
<style>
a { background-color: #32C14E; }
a { background-color: rgb(50,193,78); }
div.DivClassName
{
background-color: #32C14E;
}
.BgClassName
{
background-color: #32C14E;
}
</style>
border-color css
<style>
span { border-color: #32C14E; }
span { border-color: rgb(50,193,78); }
td.TdClassName
{
border-color: #32C14E;
}
.TagClassName
{
border-color: #32C14E;
}
</style>