Shades of Lime Green #37BD41
Tints of Lime Green #37BD41
RGB
CMYK
RGB Variations
Color information
#37BD41 (or 0x37BD41) is known color: Lime Green. HEX triplet: 37, BD and 41. RGB value is (55,189,65). Sum of RGB (Red+Green+Blue) = 55+189+65=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #37BD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BD41 is #C842BE. Grayscale: #878787. Windows color (decimal): -13124287 or 4308279. OLE color: 4308279.
HSL color Cylindrical-coordinate representation of color #37BD41: hue angle of 124.48º 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 #37BD41 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 189 | 65 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.26 |
| HSL | 124.48º | 0.55% | 0.48% | - |
| HSV(B) | 124.48º | 0.71% | 0.74% | - |
| XYZ | 20.73 | 37.59 | 11.16 | - |
| YUV | 134.8 | 88.61 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 189 | 65 | 0.71 | 0 | 0.66 | 0.26 | 124.48 | 0.55 | 0.48 |
| Hex | 37 | BD | 41 | 47 | 0 | 42 | 1A | 7C | 37 | 30 |
| Octal | 67 | 275 | 101 | 107 | 0 | 102 | 32 | 174 | 67 | 60 |
| Binary | 110111 | 10111101 | 1000001 | 1000111 | 0 | 1000010 | 11010 | 1111100 | 110111 | 110000 |
Color Harmonies of #37BD41
Complementary color
Monochromatic Colors of #37BD41
Black with #37BD41
Text Example
Text Example
White with #37BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BD41; }
p { color: rgb(55,189,65); }
H1.HeaderClassName
{
color: #37BD41;
}
.AnyTagClassName
{
color: #37BD41;
}
</style>
background-color css
<style>
a { background-color: #37BD41; }
a { background-color: rgb(55,189,65); }
div.DivClassName
{
background-color: #37BD41;
}
.BgClassName
{
background-color: #37BD41;
}
</style>
border-color css
<style>
span { border-color: #37BD41; }
span { border-color: rgb(55,189,65); }
td.TdClassName
{
border-color: #37BD41;
}
.TagClassName
{
border-color: #37BD41;
}
</style>