Shades of Lime Green #32E431
Tints of Lime Green #32E431
RGB
CMYK
RGB Variations
Color information
#32E431 (or 0x32E431) is known color: Lime Green. HEX triplet: 32, E4 and 31. RGB value is (50,228,49). Sum of RGB (Red+Green+Blue) = 50+228+49=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 228 (89.45% from 255 or 69.72% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 228 - color contains mainly: green. Hex color #32E431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E431 is #CD1BCE. Grayscale: #9A9A9A. Windows color (decimal): -13441999 or 3269682. OLE color: 3269682.
HSL color Cylindrical-coordinate representation of color #32E431: hue angle of 119.66º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E431 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 49 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.11 |
| HSL | 119.66º | 0.77% | 0.54% | - |
| HSV(B) | 119.66º | 0.79% | 0.89% | - |
| XYZ | 29.61 | 56.39 | 12.23 | - |
| YUV | 154.37 | 68.53 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 49 | 0.78 | 0 | 0.79 | 0.11 | 119.66 | 0.77 | 0.54 |
| Hex | 32 | E4 | 31 | 4E | 0 | 4F | B | 78 | 4D | 36 |
| Octal | 62 | 344 | 61 | 116 | 0 | 117 | 13 | 170 | 115 | 66 |
| Binary | 110010 | 11100100 | 110001 | 1001110 | 0 | 1001111 | 1011 | 1111000 | 1001101 | 110110 |
Color Harmonies of #32E431
Complementary color
Monochromatic Colors of #32E431
Black with #32E431
Text Example
Text Example
White with #32E431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E431; }
p { color: rgb(50,228,49); }
H1.HeaderClassName
{
color: #32E431;
}
.AnyTagClassName
{
color: #32E431;
}
</style>
background-color css
<style>
a { background-color: #32E431; }
a { background-color: rgb(50,228,49); }
div.DivClassName
{
background-color: #32E431;
}
.BgClassName
{
background-color: #32E431;
}
</style>
border-color css
<style>
span { border-color: #32E431; }
span { border-color: rgb(50,228,49); }
td.TdClassName
{
border-color: #32E431;
}
.TagClassName
{
border-color: #32E431;
}
</style>