Shades of Lime Green #37BD44
Tints of Lime Green #37BD44
RGB
CMYK
RGB Variations
Color information
#37BD44 (or 0x37BD44) is known color: Lime Green. HEX triplet: 37, BD and 44. RGB value is (55,189,68). Sum of RGB (Red+Green+Blue) = 55+189+68=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #37BD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BD44 is #C842BB. Grayscale: #878787. Windows color (decimal): -13124284 or 4504887. OLE color: 4504887.
HSL color Cylindrical-coordinate representation of color #37BD44: hue angle of 125.82º 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 #37BD44 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 189 | 68 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.26 |
| HSL | 125.82º | 0.55% | 0.48% | - |
| HSV(B) | 125.82º | 0.71% | 0.74% | - |
| XYZ | 20.82 | 37.62 | 11.63 | - |
| YUV | 135.14 | 90.11 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 189 | 68 | 0.71 | 0 | 0.64 | 0.26 | 125.82 | 0.55 | 0.48 |
| Hex | 37 | BD | 44 | 47 | 0 | 40 | 1A | 7E | 37 | 30 |
| Octal | 67 | 275 | 104 | 107 | 0 | 100 | 32 | 176 | 67 | 60 |
| Binary | 110111 | 10111101 | 1000100 | 1000111 | 0 | 1000000 | 11010 | 1111110 | 110111 | 110000 |
Color Harmonies of #37BD44
Complementary color
Monochromatic Colors of #37BD44
Black with #37BD44
Text Example
Text Example
White with #37BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BD44; }
p { color: rgb(55,189,68); }
H1.HeaderClassName
{
color: #37BD44;
}
.AnyTagClassName
{
color: #37BD44;
}
</style>
background-color css
<style>
a { background-color: #37BD44; }
a { background-color: rgb(55,189,68); }
div.DivClassName
{
background-color: #37BD44;
}
.BgClassName
{
background-color: #37BD44;
}
</style>
border-color css
<style>
span { border-color: #37BD44; }
span { border-color: rgb(55,189,68); }
td.TdClassName
{
border-color: #37BD44;
}
.TagClassName
{
border-color: #37BD44;
}
</style>