Shades of Lime Green #32DB1B
Tints of Lime Green #32DB1B
RGB
CMYK
RGB Variations
Color information
#32DB1B (or 0x32DB1B) is known color: Lime Green. HEX triplet: 32, DB and 1B. RGB value is (50,219,27). Sum of RGB (Red+Green+Blue) = 50+219+27=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 219 (85.94% from 255 or 73.99% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 219 - color contains mainly: green. Hex color #32DB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DB1B is #CD24E4. Grayscale: #939393. Windows color (decimal): -13444325 or 1825586. OLE color: 1825586.
HSL color Cylindrical-coordinate representation of color #32DB1B: hue angle of 112.81º 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 #32DB1B is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 27 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.14 |
| HSL | 112.81º | 0.78% | 0.48% | - |
| HSV(B) | 112.81º | 0.88% | 0.86% | - |
| XYZ | 26.84 | 51.42 | 9.55 | - |
| YUV | 146.58 | 60.51 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 27 | 0.77 | 0 | 0.88 | 0.14 | 112.81 | 0.78 | 0.48 |
| Hex | 32 | DB | 1B | 4D | 0 | 58 | E | 71 | 4E | 30 |
| Octal | 62 | 333 | 33 | 115 | 0 | 130 | 16 | 161 | 116 | 60 |
| Binary | 110010 | 11011011 | 11011 | 1001101 | 0 | 1011000 | 1110 | 1110001 | 1001110 | 110000 |
Color Harmonies of #32DB1B
Complementary color
Monochromatic Colors of #32DB1B
Black with #32DB1B
Text Example
Text Example
White with #32DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DB1B; }
p { color: rgb(50,219,27); }
H1.HeaderClassName
{
color: #32DB1B;
}
.AnyTagClassName
{
color: #32DB1B;
}
</style>
background-color css
<style>
a { background-color: #32DB1B; }
a { background-color: rgb(50,219,27); }
div.DivClassName
{
background-color: #32DB1B;
}
.BgClassName
{
background-color: #32DB1B;
}
</style>
border-color css
<style>
span { border-color: #32DB1B; }
span { border-color: rgb(50,219,27); }
td.TdClassName
{
border-color: #32DB1B;
}
.TagClassName
{
border-color: #32DB1B;
}
</style>