Shades of Lime Green #32F44D
Tints of Lime Green #32F44D
RGB
CMYK
RGB Variations
Color information
#32F44D (or 0x32F44D) is known color: Lime Green. HEX triplet: 32, F4 and 4D. RGB value is (50,244,77). Sum of RGB (Red+Green+Blue) = 50+244+77=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #32F44D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F44D is #CD0BB2. Grayscale: #A7A7A7. Windows color (decimal): -13437875 or 5108786. OLE color: 5108786.
HSL color Cylindrical-coordinate representation of color #32F44D: hue angle of 128.35º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F44D is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 77 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.04 |
| HSL | 128.35º | 0.9% | 0.58% | - |
| HSV(B) | 128.35º | 0.8% | 0.96% | - |
| XYZ | 35.01 | 65.92 | 17.9 | - |
| YUV | 166.96 | 77.23 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 77 | 0.80 | 0 | 0.68 | 0.04 | 128.35 | 0.9 | 0.58 |
| Hex | 32 | F4 | 4D | 50 | 0 | 44 | 4 | 80 | 5A | 3A |
| Octal | 62 | 364 | 115 | 120 | 0 | 104 | 4 | 200 | 132 | 72 |
| Binary | 110010 | 11110100 | 1001101 | 1010000 | 0 | 1000100 | 100 | 10000000 | 1011010 | 111010 |
Color Harmonies of #32F44D
Complementary color
Monochromatic Colors of #32F44D
Black with #32F44D
Text Example
Text Example
White with #32F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F44D; }
p { color: rgb(50,244,77); }
H1.HeaderClassName
{
color: #32F44D;
}
.AnyTagClassName
{
color: #32F44D;
}
</style>
background-color css
<style>
a { background-color: #32F44D; }
a { background-color: rgb(50,244,77); }
div.DivClassName
{
background-color: #32F44D;
}
.BgClassName
{
background-color: #32F44D;
}
</style>
border-color css
<style>
span { border-color: #32F44D; }
span { border-color: rgb(50,244,77); }
td.TdClassName
{
border-color: #32F44D;
}
.TagClassName
{
border-color: #32F44D;
}
</style>