Shades of Lime Green #31C037
Tints of Lime Green #31C037
RGB
CMYK
RGB Variations
Color information
#31C037 (or 0x31C037) is known color: Lime Green. HEX triplet: 31, C0 and 37. RGB value is (49,192,55). Sum of RGB (Red+Green+Blue) = 49+192+55=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #31C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C037 is #CE3FC8. Grayscale: #868686. Windows color (decimal): -13516745 or 3653681. OLE color: 3653681.
HSL color Cylindrical-coordinate representation of color #31C037: hue angle of 122.52º 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 #31C037 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 55 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.25 |
| HSL | 122.52º | 0.59% | 0.47% | - |
| HSV(B) | 122.52º | 0.74% | 0.75% | - |
| XYZ | 20.81 | 38.63 | 9.97 | - |
| YUV | 133.63 | 83.62 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 55 | 0.74 | 0 | 0.71 | 0.25 | 122.52 | 0.59 | 0.47 |
| Hex | 31 | C0 | 37 | 4A | 0 | 47 | 19 | 7B | 3B | 2F |
| Octal | 61 | 300 | 67 | 112 | 0 | 107 | 31 | 173 | 73 | 57 |
| Binary | 110001 | 11000000 | 110111 | 1001010 | 0 | 1000111 | 11001 | 1111011 | 111011 | 101111 |
Color Harmonies of #31C037
Complementary color
Monochromatic Colors of #31C037
Black with #31C037
Text Example
Text Example
White with #31C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C037; }
p { color: rgb(49,192,55); }
H1.HeaderClassName
{
color: #31C037;
}
.AnyTagClassName
{
color: #31C037;
}
</style>
background-color css
<style>
a { background-color: #31C037; }
a { background-color: rgb(49,192,55); }
div.DivClassName
{
background-color: #31C037;
}
.BgClassName
{
background-color: #31C037;
}
</style>
border-color css
<style>
span { border-color: #31C037; }
span { border-color: rgb(49,192,55); }
td.TdClassName
{
border-color: #31C037;
}
.TagClassName
{
border-color: #31C037;
}
</style>