Shades of Lime Green #31DD47
Tints of Lime Green #31DD47
RGB
CMYK
RGB Variations
Color information
#31DD47 (or 0x31DD47) is known color: Lime Green. HEX triplet: 31, DD and 47. RGB value is (49,221,71). Sum of RGB (Red+Green+Blue) = 49+221+71=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD47 is #CE22B8. Grayscale: #989898. Windows color (decimal): -13509305 or 4709681. OLE color: 4709681.
HSL color Cylindrical-coordinate representation of color #31DD47: hue angle of 127.67º 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 #31DD47 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 71 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.13 |
| HSL | 127.67º | 0.72% | 0.53% | - |
| HSV(B) | 127.67º | 0.78% | 0.87% | - |
| XYZ | 28.26 | 52.82 | 14.67 | - |
| YUV | 152.47 | 82.02 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 71 | 0.78 | 0 | 0.68 | 0.13 | 127.67 | 0.72 | 0.53 |
| Hex | 31 | DD | 47 | 4E | 0 | 44 | D | 80 | 48 | 35 |
| Octal | 61 | 335 | 107 | 116 | 0 | 104 | 15 | 200 | 110 | 65 |
| Binary | 110001 | 11011101 | 1000111 | 1001110 | 0 | 1000100 | 1101 | 10000000 | 1001000 | 110101 |
Color Harmonies of #31DD47
Complementary color
Monochromatic Colors of #31DD47
Black with #31DD47
Text Example
Text Example
White with #31DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD47; }
p { color: rgb(49,221,71); }
H1.HeaderClassName
{
color: #31DD47;
}
.AnyTagClassName
{
color: #31DD47;
}
</style>
background-color css
<style>
a { background-color: #31DD47; }
a { background-color: rgb(49,221,71); }
div.DivClassName
{
background-color: #31DD47;
}
.BgClassName
{
background-color: #31DD47;
}
</style>
border-color css
<style>
span { border-color: #31DD47; }
span { border-color: rgb(49,221,71); }
td.TdClassName
{
border-color: #31DD47;
}
.TagClassName
{
border-color: #31DD47;
}
</style>