Shades of Lime Green #32E64D
Tints of Lime Green #32E64D
RGB
CMYK
RGB Variations
Color information
#32E64D (or 0x32E64D) is known color: Lime Green. HEX triplet: 32, E6 and 4D. RGB value is (50,230,77). Sum of RGB (Red+Green+Blue) = 50+230+77=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 230 (90.23% from 255 or 64.43% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 230 - color contains mainly: green. Hex color #32E64D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E64D is #CD19B2. Grayscale: #9F9F9F. Windows color (decimal): -13441459 or 5105202. OLE color: 5105202.
HSL color Cylindrical-coordinate representation of color #32E64D: hue angle of 129º 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 #32E64D is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 77 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.10 |
| HSL | 129º | 0.78% | 0.55% | - |
| HSV(B) | 129º | 0.78% | 0.9% | - |
| XYZ | 30.95 | 57.81 | 16.55 | - |
| YUV | 158.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 77 | 0.78 | 0 | 0.67 | 0.10 | 129 | 0.78 | 0.55 |
| Hex | 32 | E6 | 4D | 4E | 0 | 43 | A | 81 | 4E | 37 |
| Octal | 62 | 346 | 115 | 116 | 0 | 103 | 12 | 201 | 116 | 67 |
| Binary | 110010 | 11100110 | 1001101 | 1001110 | 0 | 1000011 | 1010 | 10000001 | 1001110 | 110111 |
Color Harmonies of #32E64D
Complementary color
Monochromatic Colors of #32E64D
Black with #32E64D
Text Example
Text Example
White with #32E64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E64D; }
p { color: rgb(50,230,77); }
H1.HeaderClassName
{
color: #32E64D;
}
.AnyTagClassName
{
color: #32E64D;
}
</style>
background-color css
<style>
a { background-color: #32E64D; }
a { background-color: rgb(50,230,77); }
div.DivClassName
{
background-color: #32E64D;
}
.BgClassName
{
background-color: #32E64D;
}
</style>
border-color css
<style>
span { border-color: #32E64D; }
span { border-color: rgb(50,230,77); }
td.TdClassName
{
border-color: #32E64D;
}
.TagClassName
{
border-color: #32E64D;
}
</style>