Shades of Lime Green #31D150
Tints of Lime Green #31D150
RGB
CMYK
RGB Variations
Color information
#31D150 (or 0x31D150) is known color: Lime Green. HEX triplet: 31, D1 and 50. RGB value is (49,209,80). Sum of RGB (Red+Green+Blue) = 49+209+80=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #31D150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D150 is #CE2EAF. Grayscale: #929292. Windows color (decimal): -13512368 or 5296433. OLE color: 5296433.
HSL color Cylindrical-coordinate representation of color #31D150: hue angle of 131.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D150 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 209 | 80 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.18 |
| HSL | 131.63º | 0.63% | 0.51% | - |
| HSV(B) | 131.63º | 0.77% | 0.82% | - |
| XYZ | 25.52 | 46.83 | 15.28 | - |
| YUV | 146.45 | 90.49 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 80 | 0.77 | 0 | 0.62 | 0.18 | 131.63 | 0.63 | 0.51 |
| Hex | 31 | D1 | 50 | 4D | 0 | 3E | 12 | 84 | 3F | 33 |
| Octal | 61 | 321 | 120 | 115 | 0 | 76 | 22 | 204 | 77 | 63 |
| Binary | 110001 | 11010001 | 1010000 | 1001101 | 0 | 111110 | 10010 | 10000100 | 111111 | 110011 |
Color Harmonies of #31D150
Complementary color
Monochromatic Colors of #31D150
Black with #31D150
Text Example
Text Example
White with #31D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D150; }
p { color: rgb(49,209,80); }
H1.HeaderClassName
{
color: #31D150;
}
.AnyTagClassName
{
color: #31D150;
}
</style>
background-color css
<style>
a { background-color: #31D150; }
a { background-color: rgb(49,209,80); }
div.DivClassName
{
background-color: #31D150;
}
.BgClassName
{
background-color: #31D150;
}
</style>
border-color css
<style>
span { border-color: #31D150; }
span { border-color: rgb(49,209,80); }
td.TdClassName
{
border-color: #31D150;
}
.TagClassName
{
border-color: #31D150;
}
</style>