Shades of Lime Green #37D14A
Tints of Lime Green #37D14A
RGB
CMYK
RGB Variations
Color information
#37D14A (or 0x37D14A) is known color: Lime Green. HEX triplet: 37, D1 and 4A. RGB value is (55,209,74). Sum of RGB (Red+Green+Blue) = 55+209+74=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #37D14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D14A is #C82EB5. Grayscale: #939393. Windows color (decimal): -13119158 or 4903223. OLE color: 4903223.
HSL color Cylindrical-coordinate representation of color #37D14A: hue angle of 127.4º degrees, saturation: 0.63, 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 #37D14A is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 209 | 74 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.18 |
| HSL | 127.4º | 0.63% | 0.52% | - |
| HSV(B) | 127.4º | 0.74% | 0.82% | - |
| XYZ | 25.61 | 46.91 | 14.18 | - |
| YUV | 147.56 | 86.48 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 209 | 74 | 0.74 | 0 | 0.65 | 0.18 | 127.4 | 0.63 | 0.52 |
| Hex | 37 | D1 | 4A | 4A | 0 | 41 | 12 | 7F | 3F | 34 |
| Octal | 67 | 321 | 112 | 112 | 0 | 101 | 22 | 177 | 77 | 64 |
| Binary | 110111 | 11010001 | 1001010 | 1001010 | 0 | 1000001 | 10010 | 1111111 | 111111 | 110100 |
Color Harmonies of #37D14A
Complementary color
Monochromatic Colors of #37D14A
Black with #37D14A
Text Example
Text Example
White with #37D14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D14A; }
p { color: rgb(55,209,74); }
H1.HeaderClassName
{
color: #37D14A;
}
.AnyTagClassName
{
color: #37D14A;
}
</style>
background-color css
<style>
a { background-color: #37D14A; }
a { background-color: rgb(55,209,74); }
div.DivClassName
{
background-color: #37D14A;
}
.BgClassName
{
background-color: #37D14A;
}
</style>
border-color css
<style>
span { border-color: #37D14A; }
span { border-color: rgb(55,209,74); }
td.TdClassName
{
border-color: #37D14A;
}
.TagClassName
{
border-color: #37D14A;
}
</style>