Shades of Lime Green #37DC32
Tints of Lime Green #37DC32
RGB
CMYK
RGB Variations
Color information
#37DC32 (or 0x37DC32) is known color: Lime Green. HEX triplet: 37, DC and 32. RGB value is (55,220,50). Sum of RGB (Red+Green+Blue) = 55+220+50=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DC32 is #C823CD. Grayscale: #979797. Windows color (decimal): -13116366 or 3333175. OLE color: 3333175.
HSL color Cylindrical-coordinate representation of color #37DC32: hue angle of 118.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DC32 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 50 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.14 |
| HSL | 118.24º | 0.71% | 0.53% | - |
| HSV(B) | 118.24º | 0.77% | 0.86% | - |
| XYZ | 27.74 | 52.23 | 11.64 | - |
| YUV | 151.29 | 70.84 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 50 | 0.75 | 0 | 0.77 | 0.14 | 118.24 | 0.71 | 0.53 |
| Hex | 37 | DC | 32 | 4B | 0 | 4D | E | 76 | 47 | 35 |
| Octal | 67 | 334 | 62 | 113 | 0 | 115 | 16 | 166 | 107 | 65 |
| Binary | 110111 | 11011100 | 110010 | 1001011 | 0 | 1001101 | 1110 | 1110110 | 1000111 | 110101 |
Color Harmonies of #37DC32
Complementary color
Monochromatic Colors of #37DC32
Black with #37DC32
Text Example
Text Example
White with #37DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC32; }
p { color: rgb(55,220,50); }
H1.HeaderClassName
{
color: #37DC32;
}
.AnyTagClassName
{
color: #37DC32;
}
</style>
background-color css
<style>
a { background-color: #37DC32; }
a { background-color: rgb(55,220,50); }
div.DivClassName
{
background-color: #37DC32;
}
.BgClassName
{
background-color: #37DC32;
}
</style>
border-color css
<style>
span { border-color: #37DC32; }
span { border-color: rgb(55,220,50); }
td.TdClassName
{
border-color: #37DC32;
}
.TagClassName
{
border-color: #37DC32;
}
</style>