Shades of Lime Green #37C145
Tints of Lime Green #37C145
RGB
CMYK
RGB Variations
Color information
#37C145 (or 0x37C145) is known color: Lime Green. HEX triplet: 37, C1 and 45. RGB value is (55,193,69). Sum of RGB (Red+Green+Blue) = 55+193+69=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #37C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C145 is #C83EBA. Grayscale: #898989. Windows color (decimal): -13123259 or 4571447. OLE color: 4571447.
HSL color Cylindrical-coordinate representation of color #37C145: hue angle of 126.09º 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 #37C145 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 193 | 69 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.24 |
| HSL | 126.09º | 0.56% | 0.49% | - |
| HSV(B) | 126.09º | 0.72% | 0.76% | - |
| XYZ | 21.72 | 39.38 | 12.09 | - |
| YUV | 137.6 | 89.28 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 193 | 69 | 0.72 | 0 | 0.64 | 0.24 | 126.09 | 0.56 | 0.49 |
| Hex | 37 | C1 | 45 | 48 | 0 | 40 | 18 | 7E | 38 | 31 |
| Octal | 67 | 301 | 105 | 110 | 0 | 100 | 30 | 176 | 70 | 61 |
| Binary | 110111 | 11000001 | 1000101 | 1001000 | 0 | 1000000 | 11000 | 1111110 | 111000 | 110001 |
Color Harmonies of #37C145
Complementary color
Monochromatic Colors of #37C145
Black with #37C145
Text Example
Text Example
White with #37C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C145; }
p { color: rgb(55,193,69); }
H1.HeaderClassName
{
color: #37C145;
}
.AnyTagClassName
{
color: #37C145;
}
</style>
background-color css
<style>
a { background-color: #37C145; }
a { background-color: rgb(55,193,69); }
div.DivClassName
{
background-color: #37C145;
}
.BgClassName
{
background-color: #37C145;
}
</style>
border-color css
<style>
span { border-color: #37C145; }
span { border-color: rgb(55,193,69); }
td.TdClassName
{
border-color: #37C145;
}
.TagClassName
{
border-color: #37C145;
}
</style>