Shades of Lime Green #32E446
Tints of Lime Green #32E446
RGB
CMYK
RGB Variations
Color information
#32E446 (or 0x32E446) is known color: Lime Green. HEX triplet: 32, E4 and 46. RGB value is (50,228,70). Sum of RGB (Red+Green+Blue) = 50+228+70=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 228 (89.45% from 255 or 65.52% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 228 - color contains mainly: green. Hex color #32E446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E446 is #CD1BB9. Grayscale: #9D9D9D. Windows color (decimal): -13441978 or 4645938. OLE color: 4645938.
HSL color Cylindrical-coordinate representation of color #32E446: hue angle of 126.74º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E446 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 70 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.11 |
| HSL | 126.74º | 0.77% | 0.55% | - |
| HSV(B) | 126.74º | 0.78% | 0.89% | - |
| XYZ | 30.16 | 56.61 | 15.13 | - |
| YUV | 156.77 | 79.03 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 70 | 0.78 | 0 | 0.69 | 0.11 | 126.74 | 0.77 | 0.55 |
| Hex | 32 | E4 | 46 | 4E | 0 | 45 | B | 7F | 4D | 37 |
| Octal | 62 | 344 | 106 | 116 | 0 | 105 | 13 | 177 | 115 | 67 |
| Binary | 110010 | 11100100 | 1000110 | 1001110 | 0 | 1000101 | 1011 | 1111111 | 1001101 | 110111 |
Color Harmonies of #32E446
Complementary color
Monochromatic Colors of #32E446
Black with #32E446
Text Example
Text Example
White with #32E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E446; }
p { color: rgb(50,228,70); }
H1.HeaderClassName
{
color: #32E446;
}
.AnyTagClassName
{
color: #32E446;
}
</style>
background-color css
<style>
a { background-color: #32E446; }
a { background-color: rgb(50,228,70); }
div.DivClassName
{
background-color: #32E446;
}
.BgClassName
{
background-color: #32E446;
}
</style>
border-color css
<style>
span { border-color: #32E446; }
span { border-color: rgb(50,228,70); }
td.TdClassName
{
border-color: #32E446;
}
.TagClassName
{
border-color: #32E446;
}
</style>