Shades of Lime Green #37DD4E
Tints of Lime Green #37DD4E
RGB
CMYK
RGB Variations
Color information
#37DD4E (or 0x37DD4E) is known color: Lime Green. HEX triplet: 37, DD and 4E. RGB value is (55,221,78). Sum of RGB (Red+Green+Blue) = 55+221+78=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #37DD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37DD4E is #C822B1. Grayscale: #9B9B9B. Windows color (decimal): -13116082 or 5168439. OLE color: 5168439.
HSL color Cylindrical-coordinate representation of color #37DD4E: hue angle of 128.31º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DD4E is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 221 | 78 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.13 |
| HSL | 128.31º | 0.71% | 0.54% | - |
| HSV(B) | 128.31º | 0.75% | 0.87% | - |
| XYZ | 28.81 | 53.08 | 15.93 | - |
| YUV | 155.06 | 84.5 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 78 | 0.75 | 0 | 0.65 | 0.13 | 128.31 | 0.71 | 0.54 |
| Hex | 37 | DD | 4E | 4B | 0 | 41 | D | 80 | 47 | 36 |
| Octal | 67 | 335 | 116 | 113 | 0 | 101 | 15 | 200 | 107 | 66 |
| Binary | 110111 | 11011101 | 1001110 | 1001011 | 0 | 1000001 | 1101 | 10000000 | 1000111 | 110110 |
Color Harmonies of #37DD4E
Complementary color
Monochromatic Colors of #37DD4E
Black with #37DD4E
Text Example
Text Example
White with #37DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DD4E; }
p { color: rgb(55,221,78); }
H1.HeaderClassName
{
color: #37DD4E;
}
.AnyTagClassName
{
color: #37DD4E;
}
</style>
background-color css
<style>
a { background-color: #37DD4E; }
a { background-color: rgb(55,221,78); }
div.DivClassName
{
background-color: #37DD4E;
}
.BgClassName
{
background-color: #37DD4E;
}
</style>
border-color css
<style>
span { border-color: #37DD4E; }
span { border-color: rgb(55,221,78); }
td.TdClassName
{
border-color: #37DD4E;
}
.TagClassName
{
border-color: #37DD4E;
}
</style>