Shades of Lime Green #32D745
Tints of Lime Green #32D745
RGB
CMYK
RGB Variations
Color information
#32D745 (or 0x32D745) is known color: Lime Green. HEX triplet: 32, D7 and 45. RGB value is (50,215,69). Sum of RGB (Red+Green+Blue) = 50+215+69=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #32D745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D745 is #CD28BA. Grayscale: #959595. Windows color (decimal): -13445307 or 4577074. OLE color: 4577074.
HSL color Cylindrical-coordinate representation of color #32D745: hue angle of 126.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 #32D745 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 69 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.16 |
| HSL | 126.91º | 0.67% | 0.52% | - |
| HSV(B) | 126.91º | 0.77% | 0.84% | - |
| XYZ | 26.69 | 49.71 | 13.82 | - |
| YUV | 149.02 | 82.84 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 69 | 0.77 | 0 | 0.68 | 0.16 | 126.91 | 0.67 | 0.52 |
| Hex | 32 | D7 | 45 | 4D | 0 | 44 | 10 | 7F | 43 | 34 |
| Octal | 62 | 327 | 105 | 115 | 0 | 104 | 20 | 177 | 103 | 64 |
| Binary | 110010 | 11010111 | 1000101 | 1001101 | 0 | 1000100 | 10000 | 1111111 | 1000011 | 110100 |
Color Harmonies of #32D745
Complementary color
Monochromatic Colors of #32D745
Black with #32D745
Text Example
Text Example
White with #32D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D745; }
p { color: rgb(50,215,69); }
H1.HeaderClassName
{
color: #32D745;
}
.AnyTagClassName
{
color: #32D745;
}
</style>
background-color css
<style>
a { background-color: #32D745; }
a { background-color: rgb(50,215,69); }
div.DivClassName
{
background-color: #32D745;
}
.BgClassName
{
background-color: #32D745;
}
</style>
border-color css
<style>
span { border-color: #32D745; }
span { border-color: rgb(50,215,69); }
td.TdClassName
{
border-color: #32D745;
}
.TagClassName
{
border-color: #32D745;
}
</style>