Shades of Lime Green #31D949
Tints of Lime Green #31D949
RGB
CMYK
RGB Variations
Color information
#31D949 (or 0x31D949) is known color: Lime Green. HEX triplet: 31, D9 and 49. RGB value is (49,217,73). Sum of RGB (Red+Green+Blue) = 49+217+73=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 217 (85.16% from 255 or 64.01% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 217 - color contains mainly: green. Hex color #31D949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D949 is #CE26B6. Grayscale: #969696. Windows color (decimal): -13510327 or 4839729. OLE color: 4839729.
HSL color Cylindrical-coordinate representation of color #31D949: hue angle of 128.57º 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 #31D949 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 73 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.15 |
| HSL | 128.57º | 0.69% | 0.52% | - |
| HSV(B) | 128.57º | 0.77% | 0.85% | - |
| XYZ | 27.28 | 50.76 | 14.66 | - |
| YUV | 150.35 | 84.34 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 73 | 0.77 | 0 | 0.66 | 0.15 | 128.57 | 0.69 | 0.52 |
| Hex | 31 | D9 | 49 | 4D | 0 | 42 | F | 81 | 45 | 34 |
| Octal | 61 | 331 | 111 | 115 | 0 | 102 | 17 | 201 | 105 | 64 |
| Binary | 110001 | 11011001 | 1001001 | 1001101 | 0 | 1000010 | 1111 | 10000001 | 1000101 | 110100 |
Color Harmonies of #31D949
Complementary color
Monochromatic Colors of #31D949
Black with #31D949
Text Example
Text Example
White with #31D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D949; }
p { color: rgb(49,217,73); }
H1.HeaderClassName
{
color: #31D949;
}
.AnyTagClassName
{
color: #31D949;
}
</style>
background-color css
<style>
a { background-color: #31D949; }
a { background-color: rgb(49,217,73); }
div.DivClassName
{
background-color: #31D949;
}
.BgClassName
{
background-color: #31D949;
}
</style>
border-color css
<style>
span { border-color: #31D949; }
span { border-color: rgb(49,217,73); }
td.TdClassName
{
border-color: #31D949;
}
.TagClassName
{
border-color: #31D949;
}
</style>