Shades of Lime Green #32D914
Tints of Lime Green #32D914
RGB
CMYK
RGB Variations
Color information
#32D914 (or 0x32D914) is known color: Lime Green. HEX triplet: 32, D9 and 14. RGB value is (50,217,20). Sum of RGB (Red+Green+Blue) = 50+217+20=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 217 (85.16% from 255 or 75.61% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 217 - color contains mainly: green. Hex color #32D914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D914 is #CD26EB. Grayscale: #919191. Windows color (decimal): -13444844 or 1366322. OLE color: 1366322.
HSL color Cylindrical-coordinate representation of color #32D914: hue angle of 110.86º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32D914 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 20 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.15 |
| HSL | 110.86º | 0.83% | 0.46% | - |
| HSV(B) | 110.86º | 0.91% | 0.85% | - |
| XYZ | 26.25 | 50.35 | 9 | - |
| YUV | 144.61 | 57.67 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 20 | 0.77 | 0 | 0.91 | 0.15 | 110.86 | 0.83 | 0.46 |
| Hex | 32 | D9 | 14 | 4D | 0 | 5B | F | 6F | 53 | 2E |
| Octal | 62 | 331 | 24 | 115 | 0 | 133 | 17 | 157 | 123 | 56 |
| Binary | 110010 | 11011001 | 10100 | 1001101 | 0 | 1011011 | 1111 | 1101111 | 1010011 | 101110 |
Color Harmonies of #32D914
Complementary color
Monochromatic Colors of #32D914
Black with #32D914
Text Example
Text Example
White with #32D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D914; }
p { color: rgb(50,217,20); }
H1.HeaderClassName
{
color: #32D914;
}
.AnyTagClassName
{
color: #32D914;
}
</style>
background-color css
<style>
a { background-color: #32D914; }
a { background-color: rgb(50,217,20); }
div.DivClassName
{
background-color: #32D914;
}
.BgClassName
{
background-color: #32D914;
}
</style>
border-color css
<style>
span { border-color: #32D914; }
span { border-color: rgb(50,217,20); }
td.TdClassName
{
border-color: #32D914;
}
.TagClassName
{
border-color: #32D914;
}
</style>