Shades of Lime Green #31DD50
Tints of Lime Green #31DD50
RGB
CMYK
RGB Variations
Color information
#31DD50 (or 0x31DD50) is known color: Lime Green. HEX triplet: 31, DD and 50. RGB value is (49,221,80). Sum of RGB (Red+Green+Blue) = 49+221+80=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD50 is #CE22AF. Grayscale: #999999. Windows color (decimal): -13509296 or 5299505. OLE color: 5299505.
HSL color Cylindrical-coordinate representation of color #31DD50: hue angle of 130.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD50 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 80 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.13 |
| HSL | 130.81º | 0.72% | 0.53% | - |
| HSV(B) | 130.81º | 0.78% | 0.87% | - |
| XYZ | 28.57 | 52.95 | 16.3 | - |
| YUV | 153.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 80 | 0.78 | 0 | 0.64 | 0.13 | 130.81 | 0.72 | 0.53 |
| Hex | 31 | DD | 50 | 4E | 0 | 40 | D | 83 | 48 | 35 |
| Octal | 61 | 335 | 120 | 116 | 0 | 100 | 15 | 203 | 110 | 65 |
| Binary | 110001 | 11011101 | 1010000 | 1001110 | 0 | 1000000 | 1101 | 10000011 | 1001000 | 110101 |
Color Harmonies of #31DD50
Complementary color
Monochromatic Colors of #31DD50
Black with #31DD50
Text Example
Text Example
White with #31DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD50; }
p { color: rgb(49,221,80); }
H1.HeaderClassName
{
color: #31DD50;
}
.AnyTagClassName
{
color: #31DD50;
}
</style>
background-color css
<style>
a { background-color: #31DD50; }
a { background-color: rgb(49,221,80); }
div.DivClassName
{
background-color: #31DD50;
}
.BgClassName
{
background-color: #31DD50;
}
</style>
border-color css
<style>
span { border-color: #31DD50; }
span { border-color: rgb(49,221,80); }
td.TdClassName
{
border-color: #31DD50;
}
.TagClassName
{
border-color: #31DD50;
}
</style>