Shades of Lime Green #37DC4E
Tints of Lime Green #37DC4E
RGB
CMYK
RGB Variations
Color information
#37DC4E (or 0x37DC4E) is known color: Lime Green. HEX triplet: 37, DC and 4E. RGB value is (55,220,78). Sum of RGB (Red+Green+Blue) = 55+220+78=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37DC4E is #C823B1. Grayscale: #9A9A9A. Windows color (decimal): -13116338 or 5168183. OLE color: 5168183.
HSL color Cylindrical-coordinate representation of color #37DC4E: hue angle of 128.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DC4E is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 78 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.14 |
| HSL | 128.36º | 0.7% | 0.54% | - |
| HSV(B) | 128.36º | 0.75% | 0.86% | - |
| XYZ | 28.54 | 52.55 | 15.85 | - |
| YUV | 154.48 | 84.84 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 78 | 0.75 | 0 | 0.65 | 0.14 | 128.36 | 0.7 | 0.54 |
| Hex | 37 | DC | 4E | 4B | 0 | 41 | E | 80 | 46 | 36 |
| Octal | 67 | 334 | 116 | 113 | 0 | 101 | 16 | 200 | 106 | 66 |
| Binary | 110111 | 11011100 | 1001110 | 1001011 | 0 | 1000001 | 1110 | 10000000 | 1000110 | 110110 |
Color Harmonies of #37DC4E
Complementary color
Monochromatic Colors of #37DC4E
Black with #37DC4E
Text Example
Text Example
White with #37DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC4E; }
p { color: rgb(55,220,78); }
H1.HeaderClassName
{
color: #37DC4E;
}
.AnyTagClassName
{
color: #37DC4E;
}
</style>
background-color css
<style>
a { background-color: #37DC4E; }
a { background-color: rgb(55,220,78); }
div.DivClassName
{
background-color: #37DC4E;
}
.BgClassName
{
background-color: #37DC4E;
}
</style>
border-color css
<style>
span { border-color: #37DC4E; }
span { border-color: rgb(55,220,78); }
td.TdClassName
{
border-color: #37DC4E;
}
.TagClassName
{
border-color: #37DC4E;
}
</style>