Shades of Lime Green #31BA47
Tints of Lime Green #31BA47
RGB
CMYK
RGB Variations
Color information
#31BA47 (or 0x31BA47) is known color: Lime Green. HEX triplet: 31, BA and 47. RGB value is (49,186,71). Sum of RGB (Red+Green+Blue) = 49+186+71=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA47 is #CE45B8. Grayscale: #848484. Windows color (decimal): -13518265 or 4700721. OLE color: 4700721.
HSL color Cylindrical-coordinate representation of color #31BA47: hue angle of 129.64º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA47 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 71 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.27 |
| HSL | 129.64º | 0.58% | 0.46% | - |
| HSV(B) | 129.64º | 0.74% | 0.73% | - |
| XYZ | 19.96 | 36.23 | 11.9 | - |
| YUV | 131.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 71 | 0.74 | 0 | 0.62 | 0.27 | 129.64 | 0.58 | 0.46 |
| Hex | 31 | BA | 47 | 4A | 0 | 3E | 1B | 82 | 3A | 2E |
| Octal | 61 | 272 | 107 | 112 | 0 | 76 | 33 | 202 | 72 | 56 |
| Binary | 110001 | 10111010 | 1000111 | 1001010 | 0 | 111110 | 11011 | 10000010 | 111010 | 101110 |
Color Harmonies of #31BA47
Complementary color
Monochromatic Colors of #31BA47
Black with #31BA47
Text Example
Text Example
White with #31BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA47; }
p { color: rgb(49,186,71); }
H1.HeaderClassName
{
color: #31BA47;
}
.AnyTagClassName
{
color: #31BA47;
}
</style>
background-color css
<style>
a { background-color: #31BA47; }
a { background-color: rgb(49,186,71); }
div.DivClassName
{
background-color: #31BA47;
}
.BgClassName
{
background-color: #31BA47;
}
</style>
border-color css
<style>
span { border-color: #31BA47; }
span { border-color: rgb(49,186,71); }
td.TdClassName
{
border-color: #31BA47;
}
.TagClassName
{
border-color: #31BA47;
}
</style>