Shades of Lime Green #31DB13
Tints of Lime Green #31DB13
RGB
CMYK
RGB Variations
Color information
#31DB13 (or 0x31DB13) is known color: Lime Green. HEX triplet: 31, DB and 13. RGB value is (49,219,19). Sum of RGB (Red+Green+Blue) = 49+219+19=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 219 (85.94% from 255 or 76.31% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DB13 is #CE24EC. Grayscale: #919191. Windows color (decimal): -13509869 or 1301297. OLE color: 1301297.
HSL color Cylindrical-coordinate representation of color #31DB13: hue angle of 111º 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 #31DB13 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 19 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.14 |
| HSL | 111º | 0.84% | 0.47% | - |
| HSV(B) | 111º | 0.91% | 0.86% | - |
| XYZ | 26.72 | 51.36 | 9.12 | - |
| YUV | 145.37 | 56.68 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 19 | 0.78 | 0 | 0.91 | 0.14 | 111 | 0.84 | 0.47 |
| Hex | 31 | DB | 13 | 4E | 0 | 5B | E | 6F | 54 | 2F |
| Octal | 61 | 333 | 23 | 116 | 0 | 133 | 16 | 157 | 124 | 57 |
| Binary | 110001 | 11011011 | 10011 | 1001110 | 0 | 1011011 | 1110 | 1101111 | 1010100 | 101111 |
Color Harmonies of #31DB13
Complementary color
Monochromatic Colors of #31DB13
Black with #31DB13
Text Example
Text Example
White with #31DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB13; }
p { color: rgb(49,219,19); }
H1.HeaderClassName
{
color: #31DB13;
}
.AnyTagClassName
{
color: #31DB13;
}
</style>
background-color css
<style>
a { background-color: #31DB13; }
a { background-color: rgb(49,219,19); }
div.DivClassName
{
background-color: #31DB13;
}
.BgClassName
{
background-color: #31DB13;
}
</style>
border-color css
<style>
span { border-color: #31DB13; }
span { border-color: rgb(49,219,19); }
td.TdClassName
{
border-color: #31DB13;
}
.TagClassName
{
border-color: #31DB13;
}
</style>