Shades of Lime Green #37D552
Tints of Lime Green #37D552
RGB
CMYK
RGB Variations
Color information
#37D552 (or 0x37D552) is known color: Lime Green. HEX triplet: 37, D5 and 52. RGB value is (55,213,82). Sum of RGB (Red+Green+Blue) = 55+213+82=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #37D552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D552 is #C82AAD. Grayscale: #979797. Windows color (decimal): -13118126 or 5428535. OLE color: 5428535.
HSL color Cylindrical-coordinate representation of color #37D552: hue angle of 130.25º 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 #37D552 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 213 | 82 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.16 |
| HSL | 130.25º | 0.65% | 0.53% | - |
| HSV(B) | 130.25º | 0.74% | 0.84% | - |
| XYZ | 26.89 | 49.01 | 16.03 | - |
| YUV | 150.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 213 | 82 | 0.74 | 0 | 0.62 | 0.16 | 130.25 | 0.65 | 0.53 |
| Hex | 37 | D5 | 52 | 4A | 0 | 3E | 10 | 82 | 41 | 35 |
| Octal | 67 | 325 | 122 | 112 | 0 | 76 | 20 | 202 | 101 | 65 |
| Binary | 110111 | 11010101 | 1010010 | 1001010 | 0 | 111110 | 10000 | 10000010 | 1000001 | 110101 |
Color Harmonies of #37D552
Complementary color
Monochromatic Colors of #37D552
Black with #37D552
Text Example
Text Example
White with #37D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D552; }
p { color: rgb(55,213,82); }
H1.HeaderClassName
{
color: #37D552;
}
.AnyTagClassName
{
color: #37D552;
}
</style>
background-color css
<style>
a { background-color: #37D552; }
a { background-color: rgb(55,213,82); }
div.DivClassName
{
background-color: #37D552;
}
.BgClassName
{
background-color: #37D552;
}
</style>
border-color css
<style>
span { border-color: #37D552; }
span { border-color: rgb(55,213,82); }
td.TdClassName
{
border-color: #37D552;
}
.TagClassName
{
border-color: #37D552;
}
</style>