Shades of Lime Green #32D741
Tints of Lime Green #32D741
RGB
CMYK
RGB Variations
Color information
#32D741 (or 0x32D741) is known color: Lime Green. HEX triplet: 32, D7 and 41. RGB value is (50,215,65). Sum of RGB (Red+Green+Blue) = 50+215+65=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 215 (84.38% from 255 or 65.15% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 215 - color contains mainly: green. Hex color #32D741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D741 is #CD28BE. Grayscale: #959595. Windows color (decimal): -13445311 or 4314930. OLE color: 4314930.
HSL color Cylindrical-coordinate representation of color #32D741: hue angle of 125.45º 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 #32D741 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 65 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.16 |
| HSL | 125.45º | 0.67% | 0.52% | - |
| HSV(B) | 125.45º | 0.77% | 0.84% | - |
| XYZ | 26.57 | 49.66 | 13.19 | - |
| YUV | 148.57 | 80.84 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 65 | 0.77 | 0 | 0.70 | 0.16 | 125.45 | 0.67 | 0.52 |
| Hex | 32 | D7 | 41 | 4D | 0 | 46 | 10 | 7D | 43 | 34 |
| Octal | 62 | 327 | 101 | 115 | 0 | 106 | 20 | 175 | 103 | 64 |
| Binary | 110010 | 11010111 | 1000001 | 1001101 | 0 | 1000110 | 10000 | 1111101 | 1000011 | 110100 |
Color Harmonies of #32D741
Complementary color
Monochromatic Colors of #32D741
Black with #32D741
Text Example
Text Example
White with #32D741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D741; }
p { color: rgb(50,215,65); }
H1.HeaderClassName
{
color: #32D741;
}
.AnyTagClassName
{
color: #32D741;
}
</style>
background-color css
<style>
a { background-color: #32D741; }
a { background-color: rgb(50,215,65); }
div.DivClassName
{
background-color: #32D741;
}
.BgClassName
{
background-color: #32D741;
}
</style>
border-color css
<style>
span { border-color: #32D741; }
span { border-color: rgb(50,215,65); }
td.TdClassName
{
border-color: #32D741;
}
.TagClassName
{
border-color: #32D741;
}
</style>