Shades of Lime Green #32E42D
Tints of Lime Green #32E42D
RGB
CMYK
RGB Variations
Color information
#32E42D (or 0x32E42D) is known color: Lime Green. HEX triplet: 32, E4 and 2D. RGB value is (50,228,45). Sum of RGB (Red+Green+Blue) = 50+228+45=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 228 (89.45% from 255 or 70.59% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 228 - color contains mainly: green. Hex color #32E42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E42D is #CD1BD2. Grayscale: #9A9A9A. Windows color (decimal): -13442003 or 3007538. OLE color: 3007538.
HSL color Cylindrical-coordinate representation of color #32E42D: hue angle of 118.36º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32E42D is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 45 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.11 |
| HSL | 118.36º | 0.77% | 0.54% | - |
| HSV(B) | 118.36º | 0.8% | 0.89% | - |
| XYZ | 29.53 | 56.35 | 11.8 | - |
| YUV | 153.92 | 66.53 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 45 | 0.78 | 0 | 0.80 | 0.11 | 118.36 | 0.77 | 0.54 |
| Hex | 32 | E4 | 2D | 4E | 0 | 50 | B | 76 | 4D | 36 |
| Octal | 62 | 344 | 55 | 116 | 0 | 120 | 13 | 166 | 115 | 66 |
| Binary | 110010 | 11100100 | 101101 | 1001110 | 0 | 1010000 | 1011 | 1110110 | 1001101 | 110110 |
Color Harmonies of #32E42D
Complementary color
Monochromatic Colors of #32E42D
Black with #32E42D
Text Example
Text Example
White with #32E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E42D; }
p { color: rgb(50,228,45); }
H1.HeaderClassName
{
color: #32E42D;
}
.AnyTagClassName
{
color: #32E42D;
}
</style>
background-color css
<style>
a { background-color: #32E42D; }
a { background-color: rgb(50,228,45); }
div.DivClassName
{
background-color: #32E42D;
}
.BgClassName
{
background-color: #32E42D;
}
</style>
border-color css
<style>
span { border-color: #32E42D; }
span { border-color: rgb(50,228,45); }
td.TdClassName
{
border-color: #32E42D;
}
.TagClassName
{
border-color: #32E42D;
}
</style>