Shades of Lime Green #37BC40
Tints of Lime Green #37BC40
RGB
CMYK
RGB Variations
Color information
#37BC40 (or 0x37BC40) is known color: Lime Green. HEX triplet: 37, BC and 40. RGB value is (55,188,64). Sum of RGB (Red+Green+Blue) = 55+188+64=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #37BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BC40 is #C843BF. Grayscale: #868686. Windows color (decimal): -13124544 or 4242487. OLE color: 4242487.
HSL color Cylindrical-coordinate representation of color #37BC40: hue angle of 124.06º 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 #37BC40 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 188 | 64 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.26 |
| HSL | 124.06º | 0.55% | 0.48% | - |
| HSV(B) | 124.06º | 0.71% | 0.74% | - |
| XYZ | 20.48 | 37.15 | 10.94 | - |
| YUV | 134.1 | 88.44 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 188 | 64 | 0.71 | 0 | 0.66 | 0.26 | 124.06 | 0.55 | 0.48 |
| Hex | 37 | BC | 40 | 47 | 0 | 42 | 1A | 7C | 37 | 30 |
| Octal | 67 | 274 | 100 | 107 | 0 | 102 | 32 | 174 | 67 | 60 |
| Binary | 110111 | 10111100 | 1000000 | 1000111 | 0 | 1000010 | 11010 | 1111100 | 110111 | 110000 |
Color Harmonies of #37BC40
Complementary color
Monochromatic Colors of #37BC40
Black with #37BC40
Text Example
Text Example
White with #37BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BC40; }
p { color: rgb(55,188,64); }
H1.HeaderClassName
{
color: #37BC40;
}
.AnyTagClassName
{
color: #37BC40;
}
</style>
background-color css
<style>
a { background-color: #37BC40; }
a { background-color: rgb(55,188,64); }
div.DivClassName
{
background-color: #37BC40;
}
.BgClassName
{
background-color: #37BC40;
}
</style>
border-color css
<style>
span { border-color: #37BC40; }
span { border-color: rgb(55,188,64); }
td.TdClassName
{
border-color: #37BC40;
}
.TagClassName
{
border-color: #37BC40;
}
</style>