Shades of Lime Green #31D110
Tints of Lime Green #31D110
RGB
CMYK
RGB Variations
Color information
#31D110 (or 0x31D110) is known color: Lime Green. HEX triplet: 31, D1 and 10. RGB value is (49,209,16). Sum of RGB (Red+Green+Blue) = 49+209+16=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 209 (82.03% from 255 or 76.28% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 209 - color contains mainly: green. Hex color #31D110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D110 is #CE2EEF. Grayscale: #8B8B8B. Windows color (decimal): -13512432 or 1102129. OLE color: 1102129.
HSL color Cylindrical-coordinate representation of color #31D110: hue angle of 109.74º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31D110 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 209 | 16 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.18 |
| HSL | 109.74º | 0.86% | 0.44% | - |
| HSV(B) | 109.74º | 0.92% | 0.82% | - |
| XYZ | 24.16 | 46.29 | 8.15 | - |
| YUV | 139.16 | 58.49 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 16 | 0.77 | 0 | 0.92 | 0.18 | 109.74 | 0.86 | 0.44 |
| Hex | 31 | D1 | 10 | 4D | 0 | 5C | 12 | 6E | 56 | 2C |
| Octal | 61 | 321 | 20 | 115 | 0 | 134 | 22 | 156 | 126 | 54 |
| Binary | 110001 | 11010001 | 10000 | 1001101 | 0 | 1011100 | 10010 | 1101110 | 1010110 | 101100 |
Color Harmonies of #31D110
Complementary color
Monochromatic Colors of #31D110
Black with #31D110
Text Example
Text Example
White with #31D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D110; }
p { color: rgb(49,209,16); }
H1.HeaderClassName
{
color: #31D110;
}
.AnyTagClassName
{
color: #31D110;
}
</style>
background-color css
<style>
a { background-color: #31D110; }
a { background-color: rgb(49,209,16); }
div.DivClassName
{
background-color: #31D110;
}
.BgClassName
{
background-color: #31D110;
}
</style>
border-color css
<style>
span { border-color: #31D110; }
span { border-color: rgb(49,209,16); }
td.TdClassName
{
border-color: #31D110;
}
.TagClassName
{
border-color: #31D110;
}
</style>