Shades of Lime Green #31D511
Tints of Lime Green #31D511
RGB
CMYK
RGB Variations
Color information
#31D511 (or 0x31D511) is known color: Lime Green. HEX triplet: 31, D5 and 11. RGB value is (49,213,17). Sum of RGB (Red+Green+Blue) = 49+213+17=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 213 (83.59% from 255 or 76.34% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 213 - color contains mainly: green. Hex color #31D511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D511 is #CE2AEE. Grayscale: #8E8E8E. Windows color (decimal): -13511407 or 1168689. OLE color: 1168689.
HSL color Cylindrical-coordinate representation of color #31D511: hue angle of 110.2º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31D511 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 17 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.16 |
| HSL | 110.2º | 0.85% | 0.45% | - |
| HSV(B) | 110.2º | 0.92% | 0.84% | - |
| XYZ | 25.16 | 48.28 | 8.52 | - |
| YUV | 141.62 | 57.67 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 17 | 0.77 | 0 | 0.92 | 0.16 | 110.2 | 0.85 | 0.45 |
| Hex | 31 | D5 | 11 | 4D | 0 | 5C | 10 | 6E | 55 | 2D |
| Octal | 61 | 325 | 21 | 115 | 0 | 134 | 20 | 156 | 125 | 55 |
| Binary | 110001 | 11010101 | 10001 | 1001101 | 0 | 1011100 | 10000 | 1101110 | 1010101 | 101101 |
Color Harmonies of #31D511
Complementary color
Monochromatic Colors of #31D511
Black with #31D511
Text Example
Text Example
White with #31D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D511; }
p { color: rgb(49,213,17); }
H1.HeaderClassName
{
color: #31D511;
}
.AnyTagClassName
{
color: #31D511;
}
</style>
background-color css
<style>
a { background-color: #31D511; }
a { background-color: rgb(49,213,17); }
div.DivClassName
{
background-color: #31D511;
}
.BgClassName
{
background-color: #31D511;
}
</style>
border-color css
<style>
span { border-color: #31D511; }
span { border-color: rgb(49,213,17); }
td.TdClassName
{
border-color: #31D511;
}
.TagClassName
{
border-color: #31D511;
}
</style>