Shades of Lime Green #32E647
Tints of Lime Green #32E647
RGB
CMYK
RGB Variations
Color information
#32E647 (or 0x32E647) is known color: Lime Green. HEX triplet: 32, E6 and 47. RGB value is (50,230,71). Sum of RGB (Red+Green+Blue) = 50+230+71=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 230 (90.23% from 255 or 65.53% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 230 - color contains mainly: green. Hex color #32E647 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E647 is #CD19B8. Grayscale: #9E9E9E. Windows color (decimal): -13441465 or 4711986. OLE color: 4711986.
HSL color Cylindrical-coordinate representation of color #32E647: hue angle of 127º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E647 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 71 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.10 |
| HSL | 127º | 0.78% | 0.55% | - |
| HSV(B) | 127º | 0.78% | 0.9% | - |
| XYZ | 30.75 | 57.73 | 15.48 | - |
| YUV | 158.05 | 78.87 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 71 | 0.78 | 0 | 0.69 | 0.10 | 127 | 0.78 | 0.55 |
| Hex | 32 | E6 | 47 | 4E | 0 | 45 | A | 7F | 4E | 37 |
| Octal | 62 | 346 | 107 | 116 | 0 | 105 | 12 | 177 | 116 | 67 |
| Binary | 110010 | 11100110 | 1000111 | 1001110 | 0 | 1000101 | 1010 | 1111111 | 1001110 | 110111 |
Color Harmonies of #32E647
Complementary color
Monochromatic Colors of #32E647
Black with #32E647
Text Example
Text Example
White with #32E647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E647; }
p { color: rgb(50,230,71); }
H1.HeaderClassName
{
color: #32E647;
}
.AnyTagClassName
{
color: #32E647;
}
</style>
background-color css
<style>
a { background-color: #32E647; }
a { background-color: rgb(50,230,71); }
div.DivClassName
{
background-color: #32E647;
}
.BgClassName
{
background-color: #32E647;
}
</style>
border-color css
<style>
span { border-color: #32E647; }
span { border-color: rgb(50,230,71); }
td.TdClassName
{
border-color: #32E647;
}
.TagClassName
{
border-color: #32E647;
}
</style>