Shades of Lime Green #37BA29
Tints of Lime Green #37BA29
RGB
CMYK
RGB Variations
Color information
#37BA29 (or 0x37BA29) is known color: Lime Green. HEX triplet: 37, BA and 29. RGB value is (55,186,41). Sum of RGB (Red+Green+Blue) = 55+186+41=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #37BA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BA29 is #C845D6. Grayscale: #828282. Windows color (decimal): -13125079 or 2734647. OLE color: 2734647.
HSL color Cylindrical-coordinate representation of color #37BA29: hue angle of 114.21º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37BA29 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 186 | 41 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.27 |
| HSL | 114.21º | 0.64% | 0.45% | - |
| HSV(B) | 114.21º | 0.78% | 0.73% | - |
| XYZ | 19.53 | 36.09 | 8.03 | - |
| YUV | 130.3 | 77.6 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 186 | 41 | 0.70 | 0 | 0.78 | 0.27 | 114.21 | 0.64 | 0.45 |
| Hex | 37 | BA | 29 | 46 | 0 | 4E | 1B | 72 | 40 | 2D |
| Octal | 67 | 272 | 51 | 106 | 0 | 116 | 33 | 162 | 100 | 55 |
| Binary | 110111 | 10111010 | 101001 | 1000110 | 0 | 1001110 | 11011 | 1110010 | 1000000 | 101101 |
Color Harmonies of #37BA29
Complementary color
Monochromatic Colors of #37BA29
Black with #37BA29
Text Example
Text Example
White with #37BA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BA29; }
p { color: rgb(55,186,41); }
H1.HeaderClassName
{
color: #37BA29;
}
.AnyTagClassName
{
color: #37BA29;
}
</style>
background-color css
<style>
a { background-color: #37BA29; }
a { background-color: rgb(55,186,41); }
div.DivClassName
{
background-color: #37BA29;
}
.BgClassName
{
background-color: #37BA29;
}
</style>
border-color css
<style>
span { border-color: #37BA29; }
span { border-color: rgb(55,186,41); }
td.TdClassName
{
border-color: #37BA29;
}
.TagClassName
{
border-color: #37BA29;
}
</style>