Shades of Lime Green #32F44A
Tints of Lime Green #32F44A
RGB
CMYK
RGB Variations
Color information
#32F44A (or 0x32F44A) is known color: Lime Green. HEX triplet: 32, F4 and 4A. RGB value is (50,244,74). Sum of RGB (Red+Green+Blue) = 50+244+74=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 244 (95.70% from 255 or 66.30% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 244 - color contains mainly: green. Hex color #32F44A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F44A is #CD0BB5. Grayscale: #A7A7A7. Windows color (decimal): -13437878 or 4912178. OLE color: 4912178.
HSL color Cylindrical-coordinate representation of color #32F44A: hue angle of 127.42º 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 #32F44A is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 74 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.04 |
| HSL | 127.42º | 0.9% | 0.58% | - |
| HSV(B) | 127.42º | 0.8% | 0.96% | - |
| XYZ | 34.9 | 65.87 | 17.35 | - |
| YUV | 166.61 | 75.73 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 74 | 0.80 | 0 | 0.70 | 0.04 | 127.42 | 0.9 | 0.58 |
| Hex | 32 | F4 | 4A | 50 | 0 | 46 | 4 | 7F | 5A | 3A |
| Octal | 62 | 364 | 112 | 120 | 0 | 106 | 4 | 177 | 132 | 72 |
| Binary | 110010 | 11110100 | 1001010 | 1010000 | 0 | 1000110 | 100 | 1111111 | 1011010 | 111010 |
Color Harmonies of #32F44A
Complementary color
Monochromatic Colors of #32F44A
Black with #32F44A
Text Example
Text Example
White with #32F44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F44A; }
p { color: rgb(50,244,74); }
H1.HeaderClassName
{
color: #32F44A;
}
.AnyTagClassName
{
color: #32F44A;
}
</style>
background-color css
<style>
a { background-color: #32F44A; }
a { background-color: rgb(50,244,74); }
div.DivClassName
{
background-color: #32F44A;
}
.BgClassName
{
background-color: #32F44A;
}
</style>
border-color css
<style>
span { border-color: #32F44A; }
span { border-color: rgb(50,244,74); }
td.TdClassName
{
border-color: #32F44A;
}
.TagClassName
{
border-color: #32F44A;
}
</style>