Shades of Lime Green #32D751
Tints of Lime Green #32D751
RGB
CMYK
RGB Variations
Color information
#32D751 (or 0x32D751) is known color: Lime Green. HEX triplet: 32, D7 and 51. RGB value is (50,215,81). Sum of RGB (Red+Green+Blue) = 50+215+81=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 215 (84.38% from 255 or 62.14% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 215 - color contains mainly: green. Hex color #32D751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D751 is #CD28AE. Grayscale: #969696. Windows color (decimal): -13445295 or 5363506. OLE color: 5363506.
HSL color Cylindrical-coordinate representation of color #32D751: hue angle of 131.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D751 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 81 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.16 |
| HSL | 131.27º | 0.67% | 0.52% | - |
| HSV(B) | 131.27º | 0.77% | 0.84% | - |
| XYZ | 27.1 | 49.87 | 15.98 | - |
| YUV | 150.39 | 88.84 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 81 | 0.77 | 0 | 0.62 | 0.16 | 131.27 | 0.67 | 0.52 |
| Hex | 32 | D7 | 51 | 4D | 0 | 3E | 10 | 83 | 43 | 34 |
| Octal | 62 | 327 | 121 | 115 | 0 | 76 | 20 | 203 | 103 | 64 |
| Binary | 110010 | 11010111 | 1010001 | 1001101 | 0 | 111110 | 10000 | 10000011 | 1000011 | 110100 |
Color Harmonies of #32D751
Complementary color
Monochromatic Colors of #32D751
Black with #32D751
Text Example
Text Example
White with #32D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D751; }
p { color: rgb(50,215,81); }
H1.HeaderClassName
{
color: #32D751;
}
.AnyTagClassName
{
color: #32D751;
}
</style>
background-color css
<style>
a { background-color: #32D751; }
a { background-color: rgb(50,215,81); }
div.DivClassName
{
background-color: #32D751;
}
.BgClassName
{
background-color: #32D751;
}
</style>
border-color css
<style>
span { border-color: #32D751; }
span { border-color: rgb(50,215,81); }
td.TdClassName
{
border-color: #32D751;
}
.TagClassName
{
border-color: #32D751;
}
</style>