Shades of Lime Green #32D513
Tints of Lime Green #32D513
RGB
CMYK
RGB Variations
Color information
#32D513 (or 0x32D513) is known color: Lime Green. HEX triplet: 32, D5 and 13. RGB value is (50,213,19). Sum of RGB (Red+Green+Blue) = 50+213+19=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #32D513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D513 is #CD2AEC. Grayscale: #8E8E8E. Windows color (decimal): -13445869 or 1299762. OLE color: 1299762.
HSL color Cylindrical-coordinate representation of color #32D513: hue angle of 110.41º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32D513 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 19 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.16 |
| HSL | 110.41º | 0.84% | 0.45% | - |
| HSV(B) | 110.41º | 0.91% | 0.84% | - |
| XYZ | 25.23 | 48.31 | 8.61 | - |
| YUV | 142.15 | 58.5 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 19 | 0.77 | 0 | 0.91 | 0.16 | 110.41 | 0.84 | 0.45 |
| Hex | 32 | D5 | 13 | 4D | 0 | 5B | 10 | 6E | 54 | 2D |
| Octal | 62 | 325 | 23 | 115 | 0 | 133 | 20 | 156 | 124 | 55 |
| Binary | 110010 | 11010101 | 10011 | 1001101 | 0 | 1011011 | 10000 | 1101110 | 1010100 | 101101 |
Color Harmonies of #32D513
Complementary color
Monochromatic Colors of #32D513
Black with #32D513
Text Example
Text Example
White with #32D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D513; }
p { color: rgb(50,213,19); }
H1.HeaderClassName
{
color: #32D513;
}
.AnyTagClassName
{
color: #32D513;
}
</style>
background-color css
<style>
a { background-color: #32D513; }
a { background-color: rgb(50,213,19); }
div.DivClassName
{
background-color: #32D513;
}
.BgClassName
{
background-color: #32D513;
}
</style>
border-color css
<style>
span { border-color: #32D513; }
span { border-color: rgb(50,213,19); }
td.TdClassName
{
border-color: #32D513;
}
.TagClassName
{
border-color: #32D513;
}
</style>