Shades of Lime Green #37C129
Tints of Lime Green #37C129
RGB
CMYK
RGB Variations
Color information
#37C129 (or 0x37C129) is known color: Lime Green. HEX triplet: 37, C1 and 29. RGB value is (55,193,41). Sum of RGB (Red+Green+Blue) = 55+193+41=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #37C129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C129 is #C83ED6. Grayscale: #868686. Windows color (decimal): -13123287 or 2736439. OLE color: 2736439.
HSL color Cylindrical-coordinate representation of color #37C129: hue angle of 114.47º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37C129 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 193 | 41 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.24 |
| HSL | 114.47º | 0.65% | 0.46% | - |
| HSV(B) | 114.47º | 0.79% | 0.76% | - |
| XYZ | 21.05 | 39.11 | 8.54 | - |
| YUV | 134.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 193 | 41 | 0.72 | 0 | 0.79 | 0.24 | 114.47 | 0.65 | 0.46 |
| Hex | 37 | C1 | 29 | 48 | 0 | 4F | 18 | 72 | 41 | 2E |
| Octal | 67 | 301 | 51 | 110 | 0 | 117 | 30 | 162 | 101 | 56 |
| Binary | 110111 | 11000001 | 101001 | 1001000 | 0 | 1001111 | 11000 | 1110010 | 1000001 | 101110 |
Color Harmonies of #37C129
Complementary color
Monochromatic Colors of #37C129
Black with #37C129
Text Example
Text Example
White with #37C129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C129; }
p { color: rgb(55,193,41); }
H1.HeaderClassName
{
color: #37C129;
}
.AnyTagClassName
{
color: #37C129;
}
</style>
background-color css
<style>
a { background-color: #37C129; }
a { background-color: rgb(55,193,41); }
div.DivClassName
{
background-color: #37C129;
}
.BgClassName
{
background-color: #37C129;
}
</style>
border-color css
<style>
span { border-color: #37C129; }
span { border-color: rgb(55,193,41); }
td.TdClassName
{
border-color: #37C129;
}
.TagClassName
{
border-color: #37C129;
}
</style>