Shades of Lime Green #31D611
Tints of Lime Green #31D611
RGB
CMYK
RGB Variations
Color information
#31D611 (or 0x31D611) is known color: Lime Green. HEX triplet: 31, D6 and 11. RGB value is (49,214,17). Sum of RGB (Red+Green+Blue) = 49+214+17=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 214 (83.98% from 255 or 76.43% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 214 - color contains mainly: green. Hex color #31D611 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D611 is #CE29EE. Grayscale: #8E8E8E. Windows color (decimal): -13511151 or 1168945. OLE color: 1168945.
HSL color Cylindrical-coordinate representation of color #31D611: hue angle of 110.25º 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 #31D611 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 17 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.16 |
| HSL | 110.25º | 0.85% | 0.45% | - |
| HSV(B) | 110.25º | 0.92% | 0.84% | - |
| XYZ | 25.41 | 48.79 | 8.61 | - |
| YUV | 142.21 | 57.34 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 17 | 0.77 | 0 | 0.92 | 0.16 | 110.25 | 0.85 | 0.45 |
| Hex | 31 | D6 | 11 | 4D | 0 | 5C | 10 | 6E | 55 | 2D |
| Octal | 61 | 326 | 21 | 115 | 0 | 134 | 20 | 156 | 125 | 55 |
| Binary | 110001 | 11010110 | 10001 | 1001101 | 0 | 1011100 | 10000 | 1101110 | 1010101 | 101101 |
Color Harmonies of #31D611
Complementary color
Monochromatic Colors of #31D611
Black with #31D611
Text Example
Text Example
White with #31D611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D611; }
p { color: rgb(49,214,17); }
H1.HeaderClassName
{
color: #31D611;
}
.AnyTagClassName
{
color: #31D611;
}
</style>
background-color css
<style>
a { background-color: #31D611; }
a { background-color: rgb(49,214,17); }
div.DivClassName
{
background-color: #31D611;
}
.BgClassName
{
background-color: #31D611;
}
</style>
border-color css
<style>
span { border-color: #31D611; }
span { border-color: rgb(49,214,17); }
td.TdClassName
{
border-color: #31D611;
}
.TagClassName
{
border-color: #31D611;
}
</style>