Shades of Lime Green #32E044
Tints of Lime Green #32E044
RGB
CMYK
RGB Variations
Color information
#32E044 (or 0x32E044) is known color: Lime Green. HEX triplet: 32, E0 and 44. RGB value is (50,224,68). Sum of RGB (Red+Green+Blue) = 50+224+68=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #32E044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E044 is #CD1FBB. Grayscale: #9A9A9A. Windows color (decimal): -13443004 or 4513842. OLE color: 4513842.
HSL color Cylindrical-coordinate representation of color #32E044: hue angle of 126.21º 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 #32E044 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 68 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.12 |
| HSL | 126.21º | 0.74% | 0.54% | - |
| HSV(B) | 126.21º | 0.78% | 0.88% | - |
| XYZ | 29.01 | 54.41 | 14.44 | - |
| YUV | 154.19 | 79.35 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 68 | 0.78 | 0 | 0.70 | 0.12 | 126.21 | 0.74 | 0.54 |
| Hex | 32 | E0 | 44 | 4E | 0 | 46 | C | 7E | 4A | 36 |
| Octal | 62 | 340 | 104 | 116 | 0 | 106 | 14 | 176 | 112 | 66 |
| Binary | 110010 | 11100000 | 1000100 | 1001110 | 0 | 1000110 | 1100 | 1111110 | 1001010 | 110110 |
Color Harmonies of #32E044
Complementary color
Monochromatic Colors of #32E044
Black with #32E044
Text Example
Text Example
White with #32E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E044; }
p { color: rgb(50,224,68); }
H1.HeaderClassName
{
color: #32E044;
}
.AnyTagClassName
{
color: #32E044;
}
</style>
background-color css
<style>
a { background-color: #32E044; }
a { background-color: rgb(50,224,68); }
div.DivClassName
{
background-color: #32E044;
}
.BgClassName
{
background-color: #32E044;
}
</style>
border-color css
<style>
span { border-color: #32E044; }
span { border-color: rgb(50,224,68); }
td.TdClassName
{
border-color: #32E044;
}
.TagClassName
{
border-color: #32E044;
}
</style>