Shades of Lime Green #31DB1E
Tints of Lime Green #31DB1E
RGB
CMYK
RGB Variations
Color information
#31DB1E (or 0x31DB1E) is known color: Lime Green. HEX triplet: 31, DB and 1E. RGB value is (49,219,30). Sum of RGB (Red+Green+Blue) = 49+219+30=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 219 (85.94% from 255 or 73.49% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DB1E is #CE24E1. Grayscale: #939393. Windows color (decimal): -13509858 or 2022193. OLE color: 2022193.
HSL color Cylindrical-coordinate representation of color #31DB1E: hue angle of 113.97º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31DB1E is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 30 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.14 |
| HSL | 113.97º | 0.76% | 0.49% | - |
| HSV(B) | 113.97º | 0.86% | 0.86% | - |
| XYZ | 26.83 | 51.41 | 9.74 | - |
| YUV | 146.62 | 62.18 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 30 | 0.78 | 0 | 0.86 | 0.14 | 113.97 | 0.76 | 0.49 |
| Hex | 31 | DB | 1E | 4E | 0 | 56 | E | 72 | 4C | 31 |
| Octal | 61 | 333 | 36 | 116 | 0 | 126 | 16 | 162 | 114 | 61 |
| Binary | 110001 | 11011011 | 11110 | 1001110 | 0 | 1010110 | 1110 | 1110010 | 1001100 | 110001 |
Color Harmonies of #31DB1E
Complementary color
Monochromatic Colors of #31DB1E
Black with #31DB1E
Text Example
Text Example
White with #31DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB1E; }
p { color: rgb(49,219,30); }
H1.HeaderClassName
{
color: #31DB1E;
}
.AnyTagClassName
{
color: #31DB1E;
}
</style>
background-color css
<style>
a { background-color: #31DB1E; }
a { background-color: rgb(49,219,30); }
div.DivClassName
{
background-color: #31DB1E;
}
.BgClassName
{
background-color: #31DB1E;
}
</style>
border-color css
<style>
span { border-color: #31DB1E; }
span { border-color: rgb(49,219,30); }
td.TdClassName
{
border-color: #31DB1E;
}
.TagClassName
{
border-color: #31DB1E;
}
</style>