Shades of Lime Green #31DC13
Tints of Lime Green #31DC13
RGB
CMYK
RGB Variations
Color information
#31DC13 (or 0x31DC13) is known color: Lime Green. HEX triplet: 31, DC and 13. RGB value is (49,220,19). Sum of RGB (Red+Green+Blue) = 49+220+19=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DC13 is #CE23EC. Grayscale: #929292. Windows color (decimal): -13509613 or 1301553. OLE color: 1301553.
HSL color Cylindrical-coordinate representation of color #31DC13: hue angle of 111.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31DC13 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 19 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.14 |
| HSL | 111.04º | 0.84% | 0.47% | - |
| HSV(B) | 111.04º | 0.91% | 0.86% | - |
| XYZ | 26.98 | 51.89 | 9.21 | - |
| YUV | 145.96 | 56.35 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 19 | 0.78 | 0 | 0.91 | 0.14 | 111.04 | 0.84 | 0.47 |
| Hex | 31 | DC | 13 | 4E | 0 | 5B | E | 6F | 54 | 2F |
| Octal | 61 | 334 | 23 | 116 | 0 | 133 | 16 | 157 | 124 | 57 |
| Binary | 110001 | 11011100 | 10011 | 1001110 | 0 | 1011011 | 1110 | 1101111 | 1010100 | 101111 |
Color Harmonies of #31DC13
Complementary color
Monochromatic Colors of #31DC13
Black with #31DC13
Text Example
Text Example
White with #31DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC13; }
p { color: rgb(49,220,19); }
H1.HeaderClassName
{
color: #31DC13;
}
.AnyTagClassName
{
color: #31DC13;
}
</style>
background-color css
<style>
a { background-color: #31DC13; }
a { background-color: rgb(49,220,19); }
div.DivClassName
{
background-color: #31DC13;
}
.BgClassName
{
background-color: #31DC13;
}
</style>
border-color css
<style>
span { border-color: #31DC13; }
span { border-color: rgb(49,220,19); }
td.TdClassName
{
border-color: #31DC13;
}
.TagClassName
{
border-color: #31DC13;
}
</style>