Shades of Lime Green #31B747
Tints of Lime Green #31B747
RGB
CMYK
RGB Variations
Color information
#31B747 (or 0x31B747) is known color: Lime Green. HEX triplet: 31, B7 and 47. RGB value is (49,183,71). Sum of RGB (Red+Green+Blue) = 49+183+71=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #31B747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B747 is #CE48B8. Grayscale: #828282. Windows color (decimal): -13519033 or 4699953. OLE color: 4699953.
HSL color Cylindrical-coordinate representation of color #31B747: hue angle of 129.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B747 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 71 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.28 |
| HSL | 129.85º | 0.58% | 0.45% | - |
| HSV(B) | 129.85º | 0.73% | 0.72% | - |
| XYZ | 19.34 | 34.97 | 11.69 | - |
| YUV | 130.17 | 94.61 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 71 | 0.73 | 0 | 0.61 | 0.28 | 129.85 | 0.58 | 0.45 |
| Hex | 31 | B7 | 47 | 49 | 0 | 3D | 1C | 82 | 3A | 2D |
| Octal | 61 | 267 | 107 | 111 | 0 | 75 | 34 | 202 | 72 | 55 |
| Binary | 110001 | 10110111 | 1000111 | 1001001 | 0 | 111101 | 11100 | 10000010 | 111010 | 101101 |
Color Harmonies of #31B747
Complementary color
Monochromatic Colors of #31B747
Black with #31B747
Text Example
Text Example
White with #31B747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B747; }
p { color: rgb(49,183,71); }
H1.HeaderClassName
{
color: #31B747;
}
.AnyTagClassName
{
color: #31B747;
}
</style>
background-color css
<style>
a { background-color: #31B747; }
a { background-color: rgb(49,183,71); }
div.DivClassName
{
background-color: #31B747;
}
.BgClassName
{
background-color: #31B747;
}
</style>
border-color css
<style>
span { border-color: #31B747; }
span { border-color: rgb(49,183,71); }
td.TdClassName
{
border-color: #31B747;
}
.TagClassName
{
border-color: #31B747;
}
</style>