Shades of Lime Green #31D947
Tints of Lime Green #31D947
RGB
CMYK
RGB Variations
Color information
#31D947 (or 0x31D947) is known color: Lime Green. HEX triplet: 31, D9 and 47. RGB value is (49,217,71). Sum of RGB (Red+Green+Blue) = 49+217+71=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #31D947 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D947 is #CE26B8. Grayscale: #969696. Windows color (decimal): -13510329 or 4708657. OLE color: 4708657.
HSL color Cylindrical-coordinate representation of color #31D947: hue angle of 127.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D947 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 71 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.15 |
| HSL | 127.86º | 0.69% | 0.52% | - |
| HSV(B) | 127.86º | 0.77% | 0.85% | - |
| XYZ | 27.22 | 50.73 | 14.32 | - |
| YUV | 150.12 | 83.34 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 71 | 0.77 | 0 | 0.67 | 0.15 | 127.86 | 0.69 | 0.52 |
| Hex | 31 | D9 | 47 | 4D | 0 | 43 | F | 80 | 45 | 34 |
| Octal | 61 | 331 | 107 | 115 | 0 | 103 | 17 | 200 | 105 | 64 |
| Binary | 110001 | 11011001 | 1000111 | 1001101 | 0 | 1000011 | 1111 | 10000000 | 1000101 | 110100 |
Color Harmonies of #31D947
Complementary color
Monochromatic Colors of #31D947
Black with #31D947
Text Example
Text Example
White with #31D947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D947; }
p { color: rgb(49,217,71); }
H1.HeaderClassName
{
color: #31D947;
}
.AnyTagClassName
{
color: #31D947;
}
</style>
background-color css
<style>
a { background-color: #31D947; }
a { background-color: rgb(49,217,71); }
div.DivClassName
{
background-color: #31D947;
}
.BgClassName
{
background-color: #31D947;
}
</style>
border-color css
<style>
span { border-color: #31D947; }
span { border-color: rgb(49,217,71); }
td.TdClassName
{
border-color: #31D947;
}
.TagClassName
{
border-color: #31D947;
}
</style>