Shades of Lime Green #31DB51
Tints of Lime Green #31DB51
RGB
CMYK
RGB Variations
Color information
#31DB51 (or 0x31DB51) is known color: Lime Green. HEX triplet: 31, DB and 51. RGB value is (49,219,81). Sum of RGB (Red+Green+Blue) = 49+219+81=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 219 (85.94% from 255 or 62.75% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DB51 is #CE24AE. Grayscale: #989898. Windows color (decimal): -13509807 or 5364529. OLE color: 5364529.
HSL color Cylindrical-coordinate representation of color #31DB51: hue angle of 131.29º 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 #31DB51 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 81 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.14 |
| HSL | 131.29º | 0.7% | 0.53% | - |
| HSV(B) | 131.29º | 0.78% | 0.86% | - |
| XYZ | 28.08 | 51.91 | 16.32 | - |
| YUV | 152.44 | 87.68 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 81 | 0.78 | 0 | 0.63 | 0.14 | 131.29 | 0.7 | 0.53 |
| Hex | 31 | DB | 51 | 4E | 0 | 3F | E | 83 | 46 | 35 |
| Octal | 61 | 333 | 121 | 116 | 0 | 77 | 16 | 203 | 106 | 65 |
| Binary | 110001 | 11011011 | 1010001 | 1001110 | 0 | 111111 | 1110 | 10000011 | 1000110 | 110101 |
Color Harmonies of #31DB51
Complementary color
Monochromatic Colors of #31DB51
Black with #31DB51
Text Example
Text Example
White with #31DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB51; }
p { color: rgb(49,219,81); }
H1.HeaderClassName
{
color: #31DB51;
}
.AnyTagClassName
{
color: #31DB51;
}
</style>
background-color css
<style>
a { background-color: #31DB51; }
a { background-color: rgb(49,219,81); }
div.DivClassName
{
background-color: #31DB51;
}
.BgClassName
{
background-color: #31DB51;
}
</style>
border-color css
<style>
span { border-color: #31DB51; }
span { border-color: rgb(49,219,81); }
td.TdClassName
{
border-color: #31DB51;
}
.TagClassName
{
border-color: #31DB51;
}
</style>