Shades of Lime Green #31DB49
Tints of Lime Green #31DB49
RGB
CMYK
RGB Variations
Color information
#31DB49 (or 0x31DB49) is known color: Lime Green. HEX triplet: 31, DB and 49. RGB value is (49,219,73). Sum of RGB (Red+Green+Blue) = 49+219+73=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 219 (85.94% from 255 or 64.22% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DB49 is #CE24B6. Grayscale: #979797. Windows color (decimal): -13509815 or 4840241. OLE color: 4840241.
HSL color Cylindrical-coordinate representation of color #31DB49: hue angle of 128.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DB49 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 73 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.14 |
| HSL | 128.47º | 0.7% | 0.53% | - |
| HSV(B) | 128.47º | 0.78% | 0.86% | - |
| XYZ | 27.8 | 51.8 | 14.84 | - |
| YUV | 151.53 | 83.68 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 73 | 0.78 | 0 | 0.67 | 0.14 | 128.47 | 0.7 | 0.53 |
| Hex | 31 | DB | 49 | 4E | 0 | 43 | E | 80 | 46 | 35 |
| Octal | 61 | 333 | 111 | 116 | 0 | 103 | 16 | 200 | 106 | 65 |
| Binary | 110001 | 11011011 | 1001001 | 1001110 | 0 | 1000011 | 1110 | 10000000 | 1000110 | 110101 |
Color Harmonies of #31DB49
Complementary color
Monochromatic Colors of #31DB49
Black with #31DB49
Text Example
Text Example
White with #31DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB49; }
p { color: rgb(49,219,73); }
H1.HeaderClassName
{
color: #31DB49;
}
.AnyTagClassName
{
color: #31DB49;
}
</style>
background-color css
<style>
a { background-color: #31DB49; }
a { background-color: rgb(49,219,73); }
div.DivClassName
{
background-color: #31DB49;
}
.BgClassName
{
background-color: #31DB49;
}
</style>
border-color css
<style>
span { border-color: #31DB49; }
span { border-color: rgb(49,219,73); }
td.TdClassName
{
border-color: #31DB49;
}
.TagClassName
{
border-color: #31DB49;
}
</style>