Shades of Lime Green #32E144
Tints of Lime Green #32E144
RGB
CMYK
RGB Variations
Color information
#32E144 (or 0x32E144) is known color: Lime Green. HEX triplet: 32, E1 and 44. RGB value is (50,225,68). Sum of RGB (Red+Green+Blue) = 50+225+68=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 225 (88.28% from 255 or 65.60% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 225 - color contains mainly: green. Hex color #32E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E144 is #CD1EBB. Grayscale: #9B9B9B. Windows color (decimal): -13442748 or 4514098. OLE color: 4514098.
HSL color Cylindrical-coordinate representation of color #32E144: hue angle of 126.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E144 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 68 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.12 |
| HSL | 126.17º | 0.74% | 0.54% | - |
| HSV(B) | 126.17º | 0.78% | 0.88% | - |
| XYZ | 29.28 | 54.95 | 14.53 | - |
| YUV | 154.78 | 79.02 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 68 | 0.78 | 0 | 0.70 | 0.12 | 126.17 | 0.74 | 0.54 |
| Hex | 32 | E1 | 44 | 4E | 0 | 46 | C | 7E | 4A | 36 |
| Octal | 62 | 341 | 104 | 116 | 0 | 106 | 14 | 176 | 112 | 66 |
| Binary | 110010 | 11100001 | 1000100 | 1001110 | 0 | 1000110 | 1100 | 1111110 | 1001010 | 110110 |
Color Harmonies of #32E144
Complementary color
Monochromatic Colors of #32E144
Black with #32E144
Text Example
Text Example
White with #32E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E144; }
p { color: rgb(50,225,68); }
H1.HeaderClassName
{
color: #32E144;
}
.AnyTagClassName
{
color: #32E144;
}
</style>
background-color css
<style>
a { background-color: #32E144; }
a { background-color: rgb(50,225,68); }
div.DivClassName
{
background-color: #32E144;
}
.BgClassName
{
background-color: #32E144;
}
</style>
border-color css
<style>
span { border-color: #32E144; }
span { border-color: rgb(50,225,68); }
td.TdClassName
{
border-color: #32E144;
}
.TagClassName
{
border-color: #32E144;
}
</style>