Shades of Lime Green #32F44E
Tints of Lime Green #32F44E
RGB
CMYK
RGB Variations
Color information
#32F44E (or 0x32F44E) is known color: Lime Green. HEX triplet: 32, F4 and 4E. RGB value is (50,244,78). Sum of RGB (Red+Green+Blue) = 50+244+78=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 244 (95.70% from 255 or 65.59% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 244 - color contains mainly: green. Hex color #32F44E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F44E is #CD0BB1. Grayscale: #A7A7A7. Windows color (decimal): -13437874 or 5174322. OLE color: 5174322.
HSL color Cylindrical-coordinate representation of color #32F44E: hue angle of 128.66º 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 #32F44E is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 78 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.04 |
| HSL | 128.66º | 0.9% | 0.58% | - |
| HSV(B) | 128.66º | 0.8% | 0.96% | - |
| XYZ | 35.04 | 65.93 | 18.09 | - |
| YUV | 167.07 | 77.73 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 78 | 0.80 | 0 | 0.68 | 0.04 | 128.66 | 0.9 | 0.58 |
| Hex | 32 | F4 | 4E | 50 | 0 | 44 | 4 | 81 | 5A | 3A |
| Octal | 62 | 364 | 116 | 120 | 0 | 104 | 4 | 201 | 132 | 72 |
| Binary | 110010 | 11110100 | 1001110 | 1010000 | 0 | 1000100 | 100 | 10000001 | 1011010 | 111010 |
Color Harmonies of #32F44E
Complementary color
Monochromatic Colors of #32F44E
Black with #32F44E
Text Example
Text Example
White with #32F44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F44E; }
p { color: rgb(50,244,78); }
H1.HeaderClassName
{
color: #32F44E;
}
.AnyTagClassName
{
color: #32F44E;
}
</style>
background-color css
<style>
a { background-color: #32F44E; }
a { background-color: rgb(50,244,78); }
div.DivClassName
{
background-color: #32F44E;
}
.BgClassName
{
background-color: #32F44E;
}
</style>
border-color css
<style>
span { border-color: #32F44E; }
span { border-color: rgb(50,244,78); }
td.TdClassName
{
border-color: #32F44E;
}
.TagClassName
{
border-color: #32F44E;
}
</style>