Shades of Lime Green #37B82D
Tints of Lime Green #37B82D
RGB
CMYK
RGB Variations
Color information
#37B82D (or 0x37B82D) is known color: Lime Green. HEX triplet: 37, B8 and 2D. RGB value is (55,184,45). Sum of RGB (Red+Green+Blue) = 55+184+45=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #37B82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B82D is #C847D2. Grayscale: #828282. Windows color (decimal): -13125587 or 2996279. OLE color: 2996279.
HSL color Cylindrical-coordinate representation of color #37B82D: hue angle of 115.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37B82D is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 184 | 45 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.28 |
| HSL | 115.68º | 0.61% | 0.45% | - |
| HSV(B) | 115.68º | 0.76% | 0.72% | - |
| XYZ | 19.19 | 35.28 | 8.28 | - |
| YUV | 129.58 | 80.26 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 184 | 45 | 0.70 | 0 | 0.76 | 0.28 | 115.68 | 0.61 | 0.45 |
| Hex | 37 | B8 | 2D | 46 | 0 | 4C | 1C | 74 | 3D | 2D |
| Octal | 67 | 270 | 55 | 106 | 0 | 114 | 34 | 164 | 75 | 55 |
| Binary | 110111 | 10111000 | 101101 | 1000110 | 0 | 1001100 | 11100 | 1110100 | 111101 | 101101 |
Color Harmonies of #37B82D
Complementary color
Monochromatic Colors of #37B82D
Black with #37B82D
Text Example
Text Example
White with #37B82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B82D; }
p { color: rgb(55,184,45); }
H1.HeaderClassName
{
color: #37B82D;
}
.AnyTagClassName
{
color: #37B82D;
}
</style>
background-color css
<style>
a { background-color: #37B82D; }
a { background-color: rgb(55,184,45); }
div.DivClassName
{
background-color: #37B82D;
}
.BgClassName
{
background-color: #37B82D;
}
</style>
border-color css
<style>
span { border-color: #37B82D; }
span { border-color: rgb(55,184,45); }
td.TdClassName
{
border-color: #37B82D;
}
.TagClassName
{
border-color: #37B82D;
}
</style>