Shades of Lime Green #31DB4F
Tints of Lime Green #31DB4F
RGB
CMYK
RGB Variations
Color information
#31DB4F (or 0x31DB4F) is known color: Lime Green. HEX triplet: 31, DB and 4F. RGB value is (49,219,79). Sum of RGB (Red+Green+Blue) = 49+219+79=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 219 (85.94% from 255 or 63.11% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DB4F is #CE24B0. Grayscale: #989898. Windows color (decimal): -13509809 or 5233457. OLE color: 5233457.
HSL color Cylindrical-coordinate representation of color #31DB4F: hue angle of 130.59º 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 #31DB4F is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 79 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.14 |
| HSL | 130.59º | 0.7% | 0.53% | - |
| HSV(B) | 130.59º | 0.78% | 0.86% | - |
| XYZ | 28.01 | 51.88 | 15.93 | - |
| YUV | 152.21 | 86.68 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 79 | 0.78 | 0 | 0.64 | 0.14 | 130.59 | 0.7 | 0.53 |
| Hex | 31 | DB | 4F | 4E | 0 | 40 | E | 83 | 46 | 35 |
| Octal | 61 | 333 | 117 | 116 | 0 | 100 | 16 | 203 | 106 | 65 |
| Binary | 110001 | 11011011 | 1001111 | 1001110 | 0 | 1000000 | 1110 | 10000011 | 1000110 | 110101 |
Color Harmonies of #31DB4F
Complementary color
Monochromatic Colors of #31DB4F
Black with #31DB4F
Text Example
Text Example
White with #31DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB4F; }
p { color: rgb(49,219,79); }
H1.HeaderClassName
{
color: #31DB4F;
}
.AnyTagClassName
{
color: #31DB4F;
}
</style>
background-color css
<style>
a { background-color: #31DB4F; }
a { background-color: rgb(49,219,79); }
div.DivClassName
{
background-color: #31DB4F;
}
.BgClassName
{
background-color: #31DB4F;
}
</style>
border-color css
<style>
span { border-color: #31DB4F; }
span { border-color: rgb(49,219,79); }
td.TdClassName
{
border-color: #31DB4F;
}
.TagClassName
{
border-color: #31DB4F;
}
</style>