Shades of Lime Green #37D047
Tints of Lime Green #37D047
RGB
CMYK
RGB Variations
Color information
#37D047 (or 0x37D047) is known color: Lime Green. HEX triplet: 37, D0 and 47. RGB value is (55,208,71). Sum of RGB (Red+Green+Blue) = 55+208+71=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #37D047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D047 is #C82FB8. Grayscale: #939393. Windows color (decimal): -13119417 or 4706359. OLE color: 4706359.
HSL color Cylindrical-coordinate representation of color #37D047: hue angle of 126.27º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D047 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 208 | 71 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.18 |
| HSL | 126.27º | 0.62% | 0.52% | - |
| HSV(B) | 126.27º | 0.74% | 0.82% | - |
| XYZ | 25.27 | 46.38 | 13.58 | - |
| YUV | 146.64 | 85.31 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 208 | 71 | 0.74 | 0 | 0.66 | 0.18 | 126.27 | 0.62 | 0.52 |
| Hex | 37 | D0 | 47 | 4A | 0 | 42 | 12 | 7E | 3E | 34 |
| Octal | 67 | 320 | 107 | 112 | 0 | 102 | 22 | 176 | 76 | 64 |
| Binary | 110111 | 11010000 | 1000111 | 1001010 | 0 | 1000010 | 10010 | 1111110 | 111110 | 110100 |
Color Harmonies of #37D047
Complementary color
Monochromatic Colors of #37D047
Black with #37D047
Text Example
Text Example
White with #37D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D047; }
p { color: rgb(55,208,71); }
H1.HeaderClassName
{
color: #37D047;
}
.AnyTagClassName
{
color: #37D047;
}
</style>
background-color css
<style>
a { background-color: #37D047; }
a { background-color: rgb(55,208,71); }
div.DivClassName
{
background-color: #37D047;
}
.BgClassName
{
background-color: #37D047;
}
</style>
border-color css
<style>
span { border-color: #37D047; }
span { border-color: rgb(55,208,71); }
td.TdClassName
{
border-color: #37D047;
}
.TagClassName
{
border-color: #37D047;
}
</style>