Shades of Lime Green #32D612
Tints of Lime Green #32D612
RGB
CMYK
RGB Variations
Color information
#32D612 (or 0x32D612) is known color: Lime Green. HEX triplet: 32, D6 and 12. RGB value is (50,214,18). Sum of RGB (Red+Green+Blue) = 50+214+18=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #32D612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D612 is #CD29ED. Grayscale: #8F8F8F. Windows color (decimal): -13445614 or 1234482. OLE color: 1234482.
HSL color Cylindrical-coordinate representation of color #32D612: hue angle of 110.2º 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 #32D612 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 18 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.16 |
| HSL | 110.2º | 0.84% | 0.45% | - |
| HSV(B) | 110.2º | 0.92% | 0.84% | - |
| XYZ | 25.47 | 48.81 | 8.65 | - |
| YUV | 142.62 | 57.67 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 18 | 0.77 | 0 | 0.92 | 0.16 | 110.2 | 0.84 | 0.45 |
| Hex | 32 | D6 | 12 | 4D | 0 | 5C | 10 | 6E | 54 | 2D |
| Octal | 62 | 326 | 22 | 115 | 0 | 134 | 20 | 156 | 124 | 55 |
| Binary | 110010 | 11010110 | 10010 | 1001101 | 0 | 1011100 | 10000 | 1101110 | 1010100 | 101101 |
Color Harmonies of #32D612
Complementary color
Monochromatic Colors of #32D612
Black with #32D612
Text Example
Text Example
White with #32D612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D612; }
p { color: rgb(50,214,18); }
H1.HeaderClassName
{
color: #32D612;
}
.AnyTagClassName
{
color: #32D612;
}
</style>
background-color css
<style>
a { background-color: #32D612; }
a { background-color: rgb(50,214,18); }
div.DivClassName
{
background-color: #32D612;
}
.BgClassName
{
background-color: #32D612;
}
</style>
border-color css
<style>
span { border-color: #32D612; }
span { border-color: rgb(50,214,18); }
td.TdClassName
{
border-color: #32D612;
}
.TagClassName
{
border-color: #32D612;
}
</style>