Shades of Lime Green #32D512
Tints of Lime Green #32D512
RGB
CMYK
RGB Variations
Color information
#32D512 (or 0x32D512) is known color: Lime Green. HEX triplet: 32, D5 and 12. RGB value is (50,213,18). Sum of RGB (Red+Green+Blue) = 50+213+18=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 213 (83.59% from 255 or 75.80% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 213 - color contains mainly: green. Hex color #32D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D512 is #CD2AED. Grayscale: #8E8E8E. Windows color (decimal): -13445870 or 1234226. OLE color: 1234226.
HSL color Cylindrical-coordinate representation of color #32D512: hue angle of 110.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32D512 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 18 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.16 |
| HSL | 110.15º | 0.84% | 0.45% | - |
| HSV(B) | 110.15º | 0.92% | 0.84% | - |
| XYZ | 25.22 | 48.31 | 8.57 | - |
| YUV | 142.03 | 58 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 18 | 0.77 | 0 | 0.92 | 0.16 | 110.15 | 0.84 | 0.45 |
| Hex | 32 | D5 | 12 | 4D | 0 | 5C | 10 | 6E | 54 | 2D |
| Octal | 62 | 325 | 22 | 115 | 0 | 134 | 20 | 156 | 124 | 55 |
| Binary | 110010 | 11010101 | 10010 | 1001101 | 0 | 1011100 | 10000 | 1101110 | 1010100 | 101101 |
Color Harmonies of #32D512
Complementary color
Monochromatic Colors of #32D512
Black with #32D512
Text Example
Text Example
White with #32D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D512; }
p { color: rgb(50,213,18); }
H1.HeaderClassName
{
color: #32D512;
}
.AnyTagClassName
{
color: #32D512;
}
</style>
background-color css
<style>
a { background-color: #32D512; }
a { background-color: rgb(50,213,18); }
div.DivClassName
{
background-color: #32D512;
}
.BgClassName
{
background-color: #32D512;
}
</style>
border-color css
<style>
span { border-color: #32D512; }
span { border-color: rgb(50,213,18); }
td.TdClassName
{
border-color: #32D512;
}
.TagClassName
{
border-color: #32D512;
}
</style>