Shades of Lime Green #37C031
Tints of Lime Green #37C031
RGB
CMYK
RGB Variations
Color information
#37C031 (or 0x37C031) is known color: Lime Green. HEX triplet: 37, C0 and 31. RGB value is (55,192,49). Sum of RGB (Red+Green+Blue) = 55+192+49=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #37C031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C031 is #C83FCE. Grayscale: #878787. Windows color (decimal): -13123535 or 3260471. OLE color: 3260471.
HSL color Cylindrical-coordinate representation of color #37C031: hue angle of 117.48º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37C031 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 192 | 49 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.25 |
| HSL | 117.48º | 0.59% | 0.47% | - |
| HSV(B) | 117.48º | 0.74% | 0.75% | - |
| XYZ | 20.98 | 38.73 | 9.28 | - |
| YUV | 134.74 | 79.61 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 192 | 49 | 0.71 | 0 | 0.74 | 0.25 | 117.48 | 0.59 | 0.47 |
| Hex | 37 | C0 | 31 | 47 | 0 | 4A | 19 | 75 | 3B | 2F |
| Octal | 67 | 300 | 61 | 107 | 0 | 112 | 31 | 165 | 73 | 57 |
| Binary | 110111 | 11000000 | 110001 | 1000111 | 0 | 1001010 | 11001 | 1110101 | 111011 | 101111 |
Color Harmonies of #37C031
Complementary color
Monochromatic Colors of #37C031
Black with #37C031
Text Example
Text Example
White with #37C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C031; }
p { color: rgb(55,192,49); }
H1.HeaderClassName
{
color: #37C031;
}
.AnyTagClassName
{
color: #37C031;
}
</style>
background-color css
<style>
a { background-color: #37C031; }
a { background-color: rgb(55,192,49); }
div.DivClassName
{
background-color: #37C031;
}
.BgClassName
{
background-color: #37C031;
}
</style>
border-color css
<style>
span { border-color: #37C031; }
span { border-color: rgb(55,192,49); }
td.TdClassName
{
border-color: #37C031;
}
.TagClassName
{
border-color: #37C031;
}
</style>