Shades of Lime Green #32DC2B
Tints of Lime Green #32DC2B
RGB
CMYK
RGB Variations
Color information
#32DC2B (or 0x32DC2B) is known color: Lime Green. HEX triplet: 32, DC and 2B. RGB value is (50,220,43). Sum of RGB (Red+Green+Blue) = 50+220+43=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC2B is #CD23D4. Grayscale: #959595. Windows color (decimal): -13444053 or 2874418. OLE color: 2874418.
HSL color Cylindrical-coordinate representation of color #32DC2B: hue angle of 117.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DC2B is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 43 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.14 |
| HSL | 117.63º | 0.72% | 0.52% | - |
| HSV(B) | 117.63º | 0.8% | 0.86% | - |
| XYZ | 27.34 | 52.04 | 10.89 | - |
| YUV | 148.99 | 68.18 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 43 | 0.77 | 0 | 0.80 | 0.14 | 117.63 | 0.72 | 0.52 |
| Hex | 32 | DC | 2B | 4D | 0 | 50 | E | 76 | 48 | 34 |
| Octal | 62 | 334 | 53 | 115 | 0 | 120 | 16 | 166 | 110 | 64 |
| Binary | 110010 | 11011100 | 101011 | 1001101 | 0 | 1010000 | 1110 | 1110110 | 1001000 | 110100 |
Color Harmonies of #32DC2B
Complementary color
Monochromatic Colors of #32DC2B
Black with #32DC2B
Text Example
Text Example
White with #32DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC2B; }
p { color: rgb(50,220,43); }
H1.HeaderClassName
{
color: #32DC2B;
}
.AnyTagClassName
{
color: #32DC2B;
}
</style>
background-color css
<style>
a { background-color: #32DC2B; }
a { background-color: rgb(50,220,43); }
div.DivClassName
{
background-color: #32DC2B;
}
.BgClassName
{
background-color: #32DC2B;
}
</style>
border-color css
<style>
span { border-color: #32DC2B; }
span { border-color: rgb(50,220,43); }
td.TdClassName
{
border-color: #32DC2B;
}
.TagClassName
{
border-color: #32DC2B;
}
</style>