Shades of Lime Green #32D750
Tints of Lime Green #32D750
RGB
CMYK
RGB Variations
Color information
#32D750 (or 0x32D750) is known color: Lime Green. HEX triplet: 32, D7 and 50. RGB value is (50,215,80). Sum of RGB (Red+Green+Blue) = 50+215+80=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #32D750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D750 is #CD28AF. Grayscale: #969696. Windows color (decimal): -13445296 or 5297970. OLE color: 5297970.
HSL color Cylindrical-coordinate representation of color #32D750: hue angle of 130.91º 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 #32D750 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 80 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.16 |
| HSL | 130.91º | 0.67% | 0.52% | - |
| HSV(B) | 130.91º | 0.77% | 0.84% | - |
| XYZ | 27.06 | 49.86 | 15.79 | - |
| YUV | 150.28 | 88.34 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 80 | 0.77 | 0 | 0.63 | 0.16 | 130.91 | 0.67 | 0.52 |
| Hex | 32 | D7 | 50 | 4D | 0 | 3F | 10 | 83 | 43 | 34 |
| Octal | 62 | 327 | 120 | 115 | 0 | 77 | 20 | 203 | 103 | 64 |
| Binary | 110010 | 11010111 | 1010000 | 1001101 | 0 | 111111 | 10000 | 10000011 | 1000011 | 110100 |
Color Harmonies of #32D750
Complementary color
Monochromatic Colors of #32D750
Black with #32D750
Text Example
Text Example
White with #32D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D750; }
p { color: rgb(50,215,80); }
H1.HeaderClassName
{
color: #32D750;
}
.AnyTagClassName
{
color: #32D750;
}
</style>
background-color css
<style>
a { background-color: #32D750; }
a { background-color: rgb(50,215,80); }
div.DivClassName
{
background-color: #32D750;
}
.BgClassName
{
background-color: #32D750;
}
</style>
border-color css
<style>
span { border-color: #32D750; }
span { border-color: rgb(50,215,80); }
td.TdClassName
{
border-color: #32D750;
}
.TagClassName
{
border-color: #32D750;
}
</style>