Shades of Lime Green #31D147
Tints of Lime Green #31D147
RGB
CMYK
RGB Variations
Color information
#31D147 (or 0x31D147) is known color: Lime Green. HEX triplet: 31, D1 and 47. RGB value is (49,209,71). Sum of RGB (Red+Green+Blue) = 49+209+71=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 209 (82.03% from 255 or 63.53% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 209 - color contains mainly: green. Hex color #31D147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D147 is #CE2EB8. Grayscale: #919191. Windows color (decimal): -13512377 or 4706609. OLE color: 4706609.
HSL color Cylindrical-coordinate representation of color #31D147: hue angle of 128.25º 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 #31D147 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 209 | 71 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.18 |
| HSL | 128.25º | 0.63% | 0.51% | - |
| HSV(B) | 128.25º | 0.77% | 0.82% | - |
| XYZ | 25.2 | 46.71 | 13.65 | - |
| YUV | 145.43 | 85.99 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 71 | 0.77 | 0 | 0.66 | 0.18 | 128.25 | 0.63 | 0.51 |
| Hex | 31 | D1 | 47 | 4D | 0 | 42 | 12 | 80 | 3F | 33 |
| Octal | 61 | 321 | 107 | 115 | 0 | 102 | 22 | 200 | 77 | 63 |
| Binary | 110001 | 11010001 | 1000111 | 1001101 | 0 | 1000010 | 10010 | 10000000 | 111111 | 110011 |
Color Harmonies of #31D147
Complementary color
Monochromatic Colors of #31D147
Black with #31D147
Text Example
Text Example
White with #31D147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D147; }
p { color: rgb(49,209,71); }
H1.HeaderClassName
{
color: #31D147;
}
.AnyTagClassName
{
color: #31D147;
}
</style>
background-color css
<style>
a { background-color: #31D147; }
a { background-color: rgb(49,209,71); }
div.DivClassName
{
background-color: #31D147;
}
.BgClassName
{
background-color: #31D147;
}
</style>
border-color css
<style>
span { border-color: #31D147; }
span { border-color: rgb(49,209,71); }
td.TdClassName
{
border-color: #31D147;
}
.TagClassName
{
border-color: #31D147;
}
</style>