Shades of Lime Green #37E537
Tints of Lime Green #37E537
RGB
CMYK
RGB Variations
Color information
#37E537 (or 0x37E537) is known color: Lime Green. HEX triplet: 37, E5 and 37. RGB value is (55,229,55). Sum of RGB (Red+Green+Blue) = 55+229+55=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 229 (89.84% from 255 or 67.55% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 229 - color contains mainly: green. Hex color #37E537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E537 is #C81AC8. Grayscale: #9D9D9D. Windows color (decimal): -13114057 or 3663159. OLE color: 3663159.
HSL color Cylindrical-coordinate representation of color #37E537: hue angle of 120º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E537 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 229 | 55 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.10 |
| HSL | 120º | 0.77% | 0.56% | - |
| HSV(B) | 120º | 0.76% | 0.9% | - |
| XYZ | 30.28 | 57.13 | 13.04 | - |
| YUV | 157.14 | 70.35 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 229 | 55 | 0.76 | 0 | 0.76 | 0.10 | 120 | 0.77 | 0.56 |
| Hex | 37 | E5 | 37 | 4C | 0 | 4C | A | 78 | 4D | 38 |
| Octal | 67 | 345 | 67 | 114 | 0 | 114 | 12 | 170 | 115 | 70 |
| Binary | 110111 | 11100101 | 110111 | 1001100 | 0 | 1001100 | 1010 | 1111000 | 1001101 | 111000 |
Color Harmonies of #37E537
Complementary color
Monochromatic Colors of #37E537
Black with #37E537
Text Example
Text Example
White with #37E537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E537; }
p { color: rgb(55,229,55); }
H1.HeaderClassName
{
color: #37E537;
}
.AnyTagClassName
{
color: #37E537;
}
</style>
background-color css
<style>
a { background-color: #37E537; }
a { background-color: rgb(55,229,55); }
div.DivClassName
{
background-color: #37E537;
}
.BgClassName
{
background-color: #37E537;
}
</style>
border-color css
<style>
span { border-color: #37E537; }
span { border-color: rgb(55,229,55); }
td.TdClassName
{
border-color: #37E537;
}
.TagClassName
{
border-color: #37E537;
}
</style>