Shades of Lime Green #32DC1B
Tints of Lime Green #32DC1B
RGB
CMYK
RGB Variations
Color information
#32DC1B (or 0x32DC1B) is known color: Lime Green. HEX triplet: 32, DC and 1B. RGB value is (50,220,27). Sum of RGB (Red+Green+Blue) = 50+220+27=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC1B is #CD23E4. Grayscale: #939393. Windows color (decimal): -13444069 or 1825842. OLE color: 1825842.
HSL color Cylindrical-coordinate representation of color #32DC1B: hue angle of 112.85º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32DC1B is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 27 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.14 |
| HSL | 112.85º | 0.78% | 0.48% | - |
| HSV(B) | 112.85º | 0.88% | 0.86% | - |
| XYZ | 27.11 | 51.94 | 9.63 | - |
| YUV | 147.17 | 60.18 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 27 | 0.77 | 0 | 0.88 | 0.14 | 112.85 | 0.78 | 0.48 |
| Hex | 32 | DC | 1B | 4D | 0 | 58 | E | 71 | 4E | 30 |
| Octal | 62 | 334 | 33 | 115 | 0 | 130 | 16 | 161 | 116 | 60 |
| Binary | 110010 | 11011100 | 11011 | 1001101 | 0 | 1011000 | 1110 | 1110001 | 1001110 | 110000 |
Color Harmonies of #32DC1B
Complementary color
Monochromatic Colors of #32DC1B
Black with #32DC1B
Text Example
Text Example
White with #32DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC1B; }
p { color: rgb(50,220,27); }
H1.HeaderClassName
{
color: #32DC1B;
}
.AnyTagClassName
{
color: #32DC1B;
}
</style>
background-color css
<style>
a { background-color: #32DC1B; }
a { background-color: rgb(50,220,27); }
div.DivClassName
{
background-color: #32DC1B;
}
.BgClassName
{
background-color: #32DC1B;
}
</style>
border-color css
<style>
span { border-color: #32DC1B; }
span { border-color: rgb(50,220,27); }
td.TdClassName
{
border-color: #32DC1B;
}
.TagClassName
{
border-color: #32DC1B;
}
</style>