Shades of Lime Green #32E428
Tints of Lime Green #32E428
RGB
CMYK
RGB Variations
Color information
#32E428 (or 0x32E428) is known color: Lime Green. HEX triplet: 32, E4 and 28. RGB value is (50,228,40). Sum of RGB (Red+Green+Blue) = 50+228+40=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 228 (89.45% from 255 or 71.70% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 228 - color contains mainly: green. Hex color #32E428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E428 is #CD1BD7. Grayscale: #999999. Windows color (decimal): -13442008 or 2679858. OLE color: 2679858.
HSL color Cylindrical-coordinate representation of color #32E428: hue angle of 116.81º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32E428 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 40 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.11 |
| HSL | 116.81º | 0.78% | 0.53% | - |
| HSV(B) | 116.81º | 0.82% | 0.89% | - |
| XYZ | 29.44 | 56.32 | 11.33 | - |
| YUV | 153.35 | 64.03 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 40 | 0.78 | 0 | 0.82 | 0.11 | 116.81 | 0.78 | 0.53 |
| Hex | 32 | E4 | 28 | 4E | 0 | 52 | B | 75 | 4E | 35 |
| Octal | 62 | 344 | 50 | 116 | 0 | 122 | 13 | 165 | 116 | 65 |
| Binary | 110010 | 11100100 | 101000 | 1001110 | 0 | 1010010 | 1011 | 1110101 | 1001110 | 110101 |
Color Harmonies of #32E428
Complementary color
Monochromatic Colors of #32E428
Black with #32E428
Text Example
Text Example
White with #32E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E428; }
p { color: rgb(50,228,40); }
H1.HeaderClassName
{
color: #32E428;
}
.AnyTagClassName
{
color: #32E428;
}
</style>
background-color css
<style>
a { background-color: #32E428; }
a { background-color: rgb(50,228,40); }
div.DivClassName
{
background-color: #32E428;
}
.BgClassName
{
background-color: #32E428;
}
</style>
border-color css
<style>
span { border-color: #32E428; }
span { border-color: rgb(50,228,40); }
td.TdClassName
{
border-color: #32E428;
}
.TagClassName
{
border-color: #32E428;
}
</style>