Shades of Lime Green #37BD32
Tints of Lime Green #37BD32
RGB
CMYK
RGB Variations
Color information
#37BD32 (or 0x37BD32) is known color: Lime Green. HEX triplet: 37, BD and 32. RGB value is (55,189,50). Sum of RGB (Red+Green+Blue) = 55+189+50=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #37BD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BD32 is #C842CD. Grayscale: #858585. Windows color (decimal): -13124302 or 3325239. OLE color: 3325239.
HSL color Cylindrical-coordinate representation of color #37BD32: hue angle of 117.84º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37BD32 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 189 | 50 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.26 |
| HSL | 117.84º | 0.58% | 0.47% | - |
| HSV(B) | 117.84º | 0.74% | 0.74% | - |
| XYZ | 20.35 | 37.44 | 9.17 | - |
| YUV | 133.09 | 81.11 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 189 | 50 | 0.71 | 0 | 0.74 | 0.26 | 117.84 | 0.58 | 0.47 |
| Hex | 37 | BD | 32 | 47 | 0 | 4A | 1A | 76 | 3A | 2F |
| Octal | 67 | 275 | 62 | 107 | 0 | 112 | 32 | 166 | 72 | 57 |
| Binary | 110111 | 10111101 | 110010 | 1000111 | 0 | 1001010 | 11010 | 1110110 | 111010 | 101111 |
Color Harmonies of #37BD32
Complementary color
Monochromatic Colors of #37BD32
Black with #37BD32
Text Example
Text Example
White with #37BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BD32; }
p { color: rgb(55,189,50); }
H1.HeaderClassName
{
color: #37BD32;
}
.AnyTagClassName
{
color: #37BD32;
}
</style>
background-color css
<style>
a { background-color: #37BD32; }
a { background-color: rgb(55,189,50); }
div.DivClassName
{
background-color: #37BD32;
}
.BgClassName
{
background-color: #37BD32;
}
</style>
border-color css
<style>
span { border-color: #37BD32; }
span { border-color: rgb(55,189,50); }
td.TdClassName
{
border-color: #37BD32;
}
.TagClassName
{
border-color: #37BD32;
}
</style>