Shades of Lime Green #37C137
Tints of Lime Green #37C137
RGB
CMYK
RGB Variations
Color information
#37C137 (or 0x37C137) is known color: Lime Green. HEX triplet: 37, C1 and 37. RGB value is (55,193,55). Sum of RGB (Red+Green+Blue) = 55+193+55=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #37C137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C137 is #C83EC8. Grayscale: #888888. Windows color (decimal): -13123273 or 3653943. OLE color: 3653943.
HSL color Cylindrical-coordinate representation of color #37C137: hue angle of 120º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C137 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 193 | 55 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.24 |
| HSL | 120º | 0.56% | 0.49% | - |
| HSV(B) | 120º | 0.72% | 0.76% | - |
| XYZ | 21.34 | 39.23 | 10.06 | - |
| YUV | 136.01 | 82.28 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 193 | 55 | 0.72 | 0 | 0.72 | 0.24 | 120 | 0.56 | 0.49 |
| Hex | 37 | C1 | 37 | 48 | 0 | 48 | 18 | 78 | 38 | 31 |
| Octal | 67 | 301 | 67 | 110 | 0 | 110 | 30 | 170 | 70 | 61 |
| Binary | 110111 | 11000001 | 110111 | 1001000 | 0 | 1001000 | 11000 | 1111000 | 111000 | 110001 |
Color Harmonies of #37C137
Complementary color
Monochromatic Colors of #37C137
Black with #37C137
Text Example
Text Example
White with #37C137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C137; }
p { color: rgb(55,193,55); }
H1.HeaderClassName
{
color: #37C137;
}
.AnyTagClassName
{
color: #37C137;
}
</style>
background-color css
<style>
a { background-color: #37C137; }
a { background-color: rgb(55,193,55); }
div.DivClassName
{
background-color: #37C137;
}
.BgClassName
{
background-color: #37C137;
}
</style>
border-color css
<style>
span { border-color: #37C137; }
span { border-color: rgb(55,193,55); }
td.TdClassName
{
border-color: #37C137;
}
.TagClassName
{
border-color: #37C137;
}
</style>