Shades of Lime Green #37D556
Tints of Lime Green #37D556
RGB
CMYK
RGB Variations
Color information
#37D556 (or 0x37D556) is known color: Lime Green. HEX triplet: 37, D5 and 56. RGB value is (55,213,86). Sum of RGB (Red+Green+Blue) = 55+213+86=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #37D556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D556 is #C82AA9. Grayscale: #979797. Windows color (decimal): -13118122 or 5690679. OLE color: 5690679.
HSL color Cylindrical-coordinate representation of color #37D556: hue angle of 131.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D556 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 213 | 86 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.16 |
| HSL | 131.77º | 0.65% | 0.53% | - |
| HSV(B) | 131.77º | 0.74% | 0.84% | - |
| XYZ | 27.05 | 49.07 | 16.85 | - |
| YUV | 151.28 | 91.15 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 213 | 86 | 0.74 | 0 | 0.60 | 0.16 | 131.77 | 0.65 | 0.53 |
| Hex | 37 | D5 | 56 | 4A | 0 | 3C | 10 | 84 | 41 | 35 |
| Octal | 67 | 325 | 126 | 112 | 0 | 74 | 20 | 204 | 101 | 65 |
| Binary | 110111 | 11010101 | 1010110 | 1001010 | 0 | 111100 | 10000 | 10000100 | 1000001 | 110101 |
Color Harmonies of #37D556
Complementary color
Monochromatic Colors of #37D556
Black with #37D556
Text Example
Text Example
White with #37D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D556; }
p { color: rgb(55,213,86); }
H1.HeaderClassName
{
color: #37D556;
}
.AnyTagClassName
{
color: #37D556;
}
</style>
background-color css
<style>
a { background-color: #37D556; }
a { background-color: rgb(55,213,86); }
div.DivClassName
{
background-color: #37D556;
}
.BgClassName
{
background-color: #37D556;
}
</style>
border-color css
<style>
span { border-color: #37D556; }
span { border-color: rgb(55,213,86); }
td.TdClassName
{
border-color: #37D556;
}
.TagClassName
{
border-color: #37D556;
}
</style>