Shades of Lime Green #31DB4C
Tints of Lime Green #31DB4C
RGB
CMYK
RGB Variations
Color information
#31DB4C (or 0x31DB4C) is known color: Lime Green. HEX triplet: 31, DB and 4C. RGB value is (49,219,76). Sum of RGB (Red+Green+Blue) = 49+219+76=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 219 (85.94% from 255 or 63.66% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DB4C is #CE24B3. Grayscale: #989898. Windows color (decimal): -13509812 or 5036849. OLE color: 5036849.
HSL color Cylindrical-coordinate representation of color #31DB4C: hue angle of 129.53º 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 #31DB4C is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 76 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.14 |
| HSL | 129.53º | 0.7% | 0.53% | - |
| HSV(B) | 129.53º | 0.78% | 0.86% | - |
| XYZ | 27.9 | 51.84 | 15.37 | - |
| YUV | 151.87 | 85.18 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 76 | 0.78 | 0 | 0.65 | 0.14 | 129.53 | 0.7 | 0.53 |
| Hex | 31 | DB | 4C | 4E | 0 | 41 | E | 82 | 46 | 35 |
| Octal | 61 | 333 | 114 | 116 | 0 | 101 | 16 | 202 | 106 | 65 |
| Binary | 110001 | 11011011 | 1001100 | 1001110 | 0 | 1000001 | 1110 | 10000010 | 1000110 | 110101 |
Color Harmonies of #31DB4C
Complementary color
Monochromatic Colors of #31DB4C
Black with #31DB4C
Text Example
Text Example
White with #31DB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DB4C; }
p { color: rgb(49,219,76); }
H1.HeaderClassName
{
color: #31DB4C;
}
.AnyTagClassName
{
color: #31DB4C;
}
</style>
background-color css
<style>
a { background-color: #31DB4C; }
a { background-color: rgb(49,219,76); }
div.DivClassName
{
background-color: #31DB4C;
}
.BgClassName
{
background-color: #31DB4C;
}
</style>
border-color css
<style>
span { border-color: #31DB4C; }
span { border-color: rgb(49,219,76); }
td.TdClassName
{
border-color: #31DB4C;
}
.TagClassName
{
border-color: #31DB4C;
}
</style>