Shades of Lime Green #31DB46
Tints of Lime Green #31DB46
RGB
CMYK
RGB Variations
Color information
#31DB46 (or 0x31DB46) is known color: Lime Green. HEX triplet: 31, DB and 46. RGB value is (49,219,70). Sum of RGB (Red+Green+Blue) = 49+219+70=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DB46 is #CE24B9. Grayscale: #979797. Windows color (decimal): -13509818 or 4643633. OLE color: 4643633.
HSL color Cylindrical-coordinate representation of color #31DB46: hue angle of 127.41º 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 #31DB46 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 70 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.14 |
| HSL | 127.41º | 0.7% | 0.53% | - |
| HSV(B) | 127.41º | 0.78% | 0.86% | - |
| XYZ | 27.7 | 51.76 | 14.32 | - |
| YUV | 151.18 | 82.18 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 70 | 0.78 | 0 | 0.68 | 0.14 | 127.41 | 0.7 | 0.53 |
| Hex | 31 | DB | 46 | 4E | 0 | 44 | E | 7F | 46 | 35 |
| Octal | 61 | 333 | 106 | 116 | 0 | 104 | 16 | 177 | 106 | 65 |
| Binary | 110001 | 11011011 | 1000110 | 1001110 | 0 | 1000100 | 1110 | 1111111 | 1000110 | 110101 |
Color Harmonies of #31DB46
Complementary color
Monochromatic Colors of #31DB46
Black with #31DB46
Text Example
Text Example
White with #31DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB46; }
p { color: rgb(49,219,70); }
H1.HeaderClassName
{
color: #31DB46;
}
.AnyTagClassName
{
color: #31DB46;
}
</style>
background-color css
<style>
a { background-color: #31DB46; }
a { background-color: rgb(49,219,70); }
div.DivClassName
{
background-color: #31DB46;
}
.BgClassName
{
background-color: #31DB46;
}
</style>
border-color css
<style>
span { border-color: #31DB46; }
span { border-color: rgb(49,219,70); }
td.TdClassName
{
border-color: #31DB46;
}
.TagClassName
{
border-color: #31DB46;
}
</style>