Shades of Lime Green #31BD47
Tints of Lime Green #31BD47
RGB
CMYK
RGB Variations
Color information
#31BD47 (or 0x31BD47) is known color: Lime Green. HEX triplet: 31, BD and 47. RGB value is (49,189,71). Sum of RGB (Red+Green+Blue) = 49+189+71=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BD47 is #CE42B8. Grayscale: #868686. Windows color (decimal): -13517497 or 4701489. OLE color: 4701489.
HSL color Cylindrical-coordinate representation of color #31BD47: hue angle of 129.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD47 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 71 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.26 |
| HSL | 129.43º | 0.59% | 0.47% | - |
| HSV(B) | 129.43º | 0.74% | 0.74% | - |
| XYZ | 20.6 | 37.5 | 12.11 | - |
| YUV | 133.69 | 92.62 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 71 | 0.74 | 0 | 0.62 | 0.26 | 129.43 | 0.59 | 0.47 |
| Hex | 31 | BD | 47 | 4A | 0 | 3E | 1A | 81 | 3B | 2F |
| Octal | 61 | 275 | 107 | 112 | 0 | 76 | 32 | 201 | 73 | 57 |
| Binary | 110001 | 10111101 | 1000111 | 1001010 | 0 | 111110 | 11010 | 10000001 | 111011 | 101111 |
Color Harmonies of #31BD47
Complementary color
Monochromatic Colors of #31BD47
Black with #31BD47
Text Example
Text Example
White with #31BD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BD47; }
p { color: rgb(49,189,71); }
H1.HeaderClassName
{
color: #31BD47;
}
.AnyTagClassName
{
color: #31BD47;
}
</style>
background-color css
<style>
a { background-color: #31BD47; }
a { background-color: rgb(49,189,71); }
div.DivClassName
{
background-color: #31BD47;
}
.BgClassName
{
background-color: #31BD47;
}
</style>
border-color css
<style>
span { border-color: #31BD47; }
span { border-color: rgb(49,189,71); }
td.TdClassName
{
border-color: #31BD47;
}
.TagClassName
{
border-color: #31BD47;
}
</style>