Shades of Lime Green #37BD45
Tints of Lime Green #37BD45
RGB
CMYK
RGB Variations
Color information
#37BD45 (or 0x37BD45) is known color: Lime Green. HEX triplet: 37, BD and 45. RGB value is (55,189,69). Sum of RGB (Red+Green+Blue) = 55+189+69=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #37BD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BD45 is #C842BA. Grayscale: #878787. Windows color (decimal): -13124283 or 4570423. OLE color: 4570423.
HSL color Cylindrical-coordinate representation of color #37BD45: hue angle of 126.27º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BD45 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 189 | 69 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.26 |
| HSL | 126.27º | 0.55% | 0.48% | - |
| HSV(B) | 126.27º | 0.71% | 0.74% | - |
| XYZ | 20.85 | 37.64 | 11.8 | - |
| YUV | 135.25 | 90.61 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 189 | 69 | 0.71 | 0 | 0.63 | 0.26 | 126.27 | 0.55 | 0.48 |
| Hex | 37 | BD | 45 | 47 | 0 | 3F | 1A | 7E | 37 | 30 |
| Octal | 67 | 275 | 105 | 107 | 0 | 77 | 32 | 176 | 67 | 60 |
| Binary | 110111 | 10111101 | 1000101 | 1000111 | 0 | 111111 | 11010 | 1111110 | 110111 | 110000 |
Color Harmonies of #37BD45
Complementary color
Monochromatic Colors of #37BD45
Black with #37BD45
Text Example
Text Example
White with #37BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BD45; }
p { color: rgb(55,189,69); }
H1.HeaderClassName
{
color: #37BD45;
}
.AnyTagClassName
{
color: #37BD45;
}
</style>
background-color css
<style>
a { background-color: #37BD45; }
a { background-color: rgb(55,189,69); }
div.DivClassName
{
background-color: #37BD45;
}
.BgClassName
{
background-color: #37BD45;
}
</style>
border-color css
<style>
span { border-color: #37BD45; }
span { border-color: rgb(55,189,69); }
td.TdClassName
{
border-color: #37BD45;
}
.TagClassName
{
border-color: #37BD45;
}
</style>