Shades of Lime Green #37C955
Tints of Lime Green #37C955
RGB
CMYK
RGB Variations
Color information
#37C955 (or 0x37C955) is known color: Lime Green. HEX triplet: 37, C9 and 55. RGB value is (55,201,85). Sum of RGB (Red+Green+Blue) = 55+201+85=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #37C955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37C955 is #C836AA. Grayscale: #909090. Windows color (decimal): -13121195 or 5622071. OLE color: 5622071.
HSL color Cylindrical-coordinate representation of color #37C955: hue angle of 132.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C955 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 201 | 85 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.21 |
| HSL | 132.33º | 0.57% | 0.5% | - |
| HSV(B) | 132.33º | 0.73% | 0.79% | - |
| XYZ | 24.1 | 43.24 | 15.67 | - |
| YUV | 144.12 | 94.63 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 201 | 85 | 0.73 | 0 | 0.58 | 0.21 | 132.33 | 0.57 | 0.5 |
| Hex | 37 | C9 | 55 | 49 | 0 | 3A | 15 | 84 | 39 | 32 |
| Octal | 67 | 311 | 125 | 111 | 0 | 72 | 25 | 204 | 71 | 62 |
| Binary | 110111 | 11001001 | 1010101 | 1001001 | 0 | 111010 | 10101 | 10000100 | 111001 | 110010 |
Color Harmonies of #37C955
Complementary color
Monochromatic Colors of #37C955
Black with #37C955
Text Example
Text Example
White with #37C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C955; }
p { color: rgb(55,201,85); }
H1.HeaderClassName
{
color: #37C955;
}
.AnyTagClassName
{
color: #37C955;
}
</style>
background-color css
<style>
a { background-color: #37C955; }
a { background-color: rgb(55,201,85); }
div.DivClassName
{
background-color: #37C955;
}
.BgClassName
{
background-color: #37C955;
}
</style>
border-color css
<style>
span { border-color: #37C955; }
span { border-color: rgb(55,201,85); }
td.TdClassName
{
border-color: #37C955;
}
.TagClassName
{
border-color: #37C955;
}
</style>