Shades of Lime Green #37D751
Tints of Lime Green #37D751
RGB
CMYK
RGB Variations
Color information
#37D751 (or 0x37D751) is known color: Lime Green. HEX triplet: 37, D7 and 51. RGB value is (55,215,81). Sum of RGB (Red+Green+Blue) = 55+215+81=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 215 (84.38% from 255 or 61.25% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 215 - color contains mainly: green. Hex color #37D751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D751 is #C828AE. Grayscale: #989898. Windows color (decimal): -13117615 or 5363511. OLE color: 5363511.
HSL color Cylindrical-coordinate representation of color #37D751: hue angle of 129.75º degrees, saturation: 0.67, 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 #37D751 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 215 | 81 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.16 |
| HSL | 129.75º | 0.67% | 0.53% | - |
| HSV(B) | 129.75º | 0.74% | 0.84% | - |
| XYZ | 27.36 | 50.01 | 15.99 | - |
| YUV | 151.88 | 87.99 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 215 | 81 | 0.74 | 0 | 0.62 | 0.16 | 129.75 | 0.67 | 0.53 |
| Hex | 37 | D7 | 51 | 4A | 0 | 3E | 10 | 82 | 43 | 35 |
| Octal | 67 | 327 | 121 | 112 | 0 | 76 | 20 | 202 | 103 | 65 |
| Binary | 110111 | 11010111 | 1010001 | 1001010 | 0 | 111110 | 10000 | 10000010 | 1000011 | 110101 |
Color Harmonies of #37D751
Complementary color
Monochromatic Colors of #37D751
Black with #37D751
Text Example
Text Example
White with #37D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D751; }
p { color: rgb(55,215,81); }
H1.HeaderClassName
{
color: #37D751;
}
.AnyTagClassName
{
color: #37D751;
}
</style>
background-color css
<style>
a { background-color: #37D751; }
a { background-color: rgb(55,215,81); }
div.DivClassName
{
background-color: #37D751;
}
.BgClassName
{
background-color: #37D751;
}
</style>
border-color css
<style>
span { border-color: #37D751; }
span { border-color: rgb(55,215,81); }
td.TdClassName
{
border-color: #37D751;
}
.TagClassName
{
border-color: #37D751;
}
</style>