Shades of Lime Green #32DC13
Tints of Lime Green #32DC13
RGB
CMYK
RGB Variations
Color information
#32DC13 (or 0x32DC13) is known color: Lime Green. HEX triplet: 32, DC and 13. RGB value is (50,220,19). Sum of RGB (Red+Green+Blue) = 50+220+19=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DC13 is #CD23EC. Grayscale: #929292. Windows color (decimal): -13444077 or 1301554. OLE color: 1301554.
HSL color Cylindrical-coordinate representation of color #32DC13: hue angle of 110.75º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32DC13 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 19 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.14 |
| HSL | 110.75º | 0.84% | 0.47% | - |
| HSV(B) | 110.75º | 0.91% | 0.86% | - |
| XYZ | 27.03 | 51.91 | 9.21 | - |
| YUV | 146.26 | 56.18 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 19 | 0.77 | 0 | 0.91 | 0.14 | 110.75 | 0.84 | 0.47 |
| Hex | 32 | DC | 13 | 4D | 0 | 5B | E | 6F | 54 | 2F |
| Octal | 62 | 334 | 23 | 115 | 0 | 133 | 16 | 157 | 124 | 57 |
| Binary | 110010 | 11011100 | 10011 | 1001101 | 0 | 1011011 | 1110 | 1101111 | 1010100 | 101111 |
Color Harmonies of #32DC13
Complementary color
Monochromatic Colors of #32DC13
Black with #32DC13
Text Example
Text Example
White with #32DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC13; }
p { color: rgb(50,220,19); }
H1.HeaderClassName
{
color: #32DC13;
}
.AnyTagClassName
{
color: #32DC13;
}
</style>
background-color css
<style>
a { background-color: #32DC13; }
a { background-color: rgb(50,220,19); }
div.DivClassName
{
background-color: #32DC13;
}
.BgClassName
{
background-color: #32DC13;
}
</style>
border-color css
<style>
span { border-color: #32DC13; }
span { border-color: rgb(50,220,19); }
td.TdClassName
{
border-color: #32DC13;
}
.TagClassName
{
border-color: #32DC13;
}
</style>