Shades of Lime Green #31D713
Tints of Lime Green #31D713
RGB
CMYK
RGB Variations
Color information
#31D713 (or 0x31D713) is known color: Lime Green. HEX triplet: 31, D7 and 13. RGB value is (49,215,19). Sum of RGB (Red+Green+Blue) = 49+215+19=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 215 (84.38% from 255 or 75.97% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 215 - color contains mainly: green. Hex color #31D713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D713 is #CE28EC. Grayscale: #8F8F8F. Windows color (decimal): -13510893 or 1300273. OLE color: 1300273.
HSL color Cylindrical-coordinate representation of color #31D713: hue angle of 110.82º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31D713 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 19 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.16 |
| HSL | 110.82º | 0.84% | 0.46% | - |
| HSV(B) | 110.82º | 0.91% | 0.84% | - |
| XYZ | 25.68 | 49.3 | 8.78 | - |
| YUV | 143.02 | 58 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 19 | 0.77 | 0 | 0.91 | 0.16 | 110.82 | 0.84 | 0.46 |
| Hex | 31 | D7 | 13 | 4D | 0 | 5B | 10 | 6F | 54 | 2E |
| Octal | 61 | 327 | 23 | 115 | 0 | 133 | 20 | 157 | 124 | 56 |
| Binary | 110001 | 11010111 | 10011 | 1001101 | 0 | 1011011 | 10000 | 1101111 | 1010100 | 101110 |
Color Harmonies of #31D713
Complementary color
Monochromatic Colors of #31D713
Black with #31D713
Text Example
Text Example
White with #31D713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D713; }
p { color: rgb(49,215,19); }
H1.HeaderClassName
{
color: #31D713;
}
.AnyTagClassName
{
color: #31D713;
}
</style>
background-color css
<style>
a { background-color: #31D713; }
a { background-color: rgb(49,215,19); }
div.DivClassName
{
background-color: #31D713;
}
.BgClassName
{
background-color: #31D713;
}
</style>
border-color css
<style>
span { border-color: #31D713; }
span { border-color: rgb(49,215,19); }
td.TdClassName
{
border-color: #31D713;
}
.TagClassName
{
border-color: #31D713;
}
</style>