Shades of Lime Green #37D955
Tints of Lime Green #37D955
RGB
CMYK
RGB Variations
Color information
#37D955 (or 0x37D955) is known color: Lime Green. HEX triplet: 37, D9 and 55. RGB value is (55,217,85). Sum of RGB (Red+Green+Blue) = 55+217+85=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 217 (85.16% from 255 or 60.78% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 217 - color contains mainly: green. Hex color #37D955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D955 is #C826AA. Grayscale: #999999. Windows color (decimal): -13117099 or 5626167. OLE color: 5626167.
HSL color Cylindrical-coordinate representation of color #37D955: hue angle of 131.11º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D955 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 217 | 85 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.15 |
| HSL | 131.11º | 0.68% | 0.53% | - |
| HSV(B) | 131.11º | 0.75% | 0.85% | - |
| XYZ | 28.03 | 51.09 | 16.98 | - |
| YUV | 153.51 | 89.33 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 217 | 85 | 0.75 | 0 | 0.61 | 0.15 | 131.11 | 0.68 | 0.53 |
| Hex | 37 | D9 | 55 | 4B | 0 | 3D | F | 83 | 44 | 35 |
| Octal | 67 | 331 | 125 | 113 | 0 | 75 | 17 | 203 | 104 | 65 |
| Binary | 110111 | 11011001 | 1010101 | 1001011 | 0 | 111101 | 1111 | 10000011 | 1000100 | 110101 |
Color Harmonies of #37D955
Complementary color
Monochromatic Colors of #37D955
Black with #37D955
Text Example
Text Example
White with #37D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D955; }
p { color: rgb(55,217,85); }
H1.HeaderClassName
{
color: #37D955;
}
.AnyTagClassName
{
color: #37D955;
}
</style>
background-color css
<style>
a { background-color: #37D955; }
a { background-color: rgb(55,217,85); }
div.DivClassName
{
background-color: #37D955;
}
.BgClassName
{
background-color: #37D955;
}
</style>
border-color css
<style>
span { border-color: #37D955; }
span { border-color: rgb(55,217,85); }
td.TdClassName
{
border-color: #37D955;
}
.TagClassName
{
border-color: #37D955;
}
</style>