Shades of Lime Green #37D554
Tints of Lime Green #37D554
RGB
CMYK
RGB Variations
Color information
#37D554 (or 0x37D554) is known color: Lime Green. HEX triplet: 37, D5 and 54. RGB value is (55,213,84). Sum of RGB (Red+Green+Blue) = 55+213+84=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 213 (83.59% from 255 or 60.51% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 213 - color contains mainly: green. Hex color #37D554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D554 is #C82AAB. Grayscale: #979797. Windows color (decimal): -13118124 or 5559607. OLE color: 5559607.
HSL color Cylindrical-coordinate representation of color #37D554: hue angle of 131.01º 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 #37D554 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 213 | 84 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.16 |
| HSL | 131.01º | 0.65% | 0.53% | - |
| HSV(B) | 131.01º | 0.74% | 0.84% | - |
| XYZ | 26.97 | 49.04 | 16.43 | - |
| YUV | 151.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 213 | 84 | 0.74 | 0 | 0.61 | 0.16 | 131.01 | 0.65 | 0.53 |
| Hex | 37 | D5 | 54 | 4A | 0 | 3D | 10 | 83 | 41 | 35 |
| Octal | 67 | 325 | 124 | 112 | 0 | 75 | 20 | 203 | 101 | 65 |
| Binary | 110111 | 11010101 | 1010100 | 1001010 | 0 | 111101 | 10000 | 10000011 | 1000001 | 110101 |
Color Harmonies of #37D554
Complementary color
Monochromatic Colors of #37D554
Black with #37D554
Text Example
Text Example
White with #37D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D554; }
p { color: rgb(55,213,84); }
H1.HeaderClassName
{
color: #37D554;
}
.AnyTagClassName
{
color: #37D554;
}
</style>
background-color css
<style>
a { background-color: #37D554; }
a { background-color: rgb(55,213,84); }
div.DivClassName
{
background-color: #37D554;
}
.BgClassName
{
background-color: #37D554;
}
</style>
border-color css
<style>
span { border-color: #37D554; }
span { border-color: rgb(55,213,84); }
td.TdClassName
{
border-color: #37D554;
}
.TagClassName
{
border-color: #37D554;
}
</style>