Shades of Lime Green #31DE4E
Tints of Lime Green #31DE4E
RGB
CMYK
RGB Variations
Color information
#31DE4E (or 0x31DE4E) is known color: Lime Green. HEX triplet: 31, DE and 4E. RGB value is (49,222,78). Sum of RGB (Red+Green+Blue) = 49+222+78=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 222 (87.11% from 255 or 63.61% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DE4E is #CE21B1. Grayscale: #9A9A9A. Windows color (decimal): -13509042 or 5168689. OLE color: 5168689.
HSL color Cylindrical-coordinate representation of color #31DE4E: hue angle of 130.06º 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 #31DE4E is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 78 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.13 |
| HSL | 130.06º | 0.72% | 0.53% | - |
| HSV(B) | 130.06º | 0.78% | 0.87% | - |
| XYZ | 28.76 | 53.45 | 16.01 | - |
| YUV | 153.86 | 85.19 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 78 | 0.78 | 0 | 0.65 | 0.13 | 130.06 | 0.72 | 0.53 |
| Hex | 31 | DE | 4E | 4E | 0 | 41 | D | 82 | 48 | 35 |
| Octal | 61 | 336 | 116 | 116 | 0 | 101 | 15 | 202 | 110 | 65 |
| Binary | 110001 | 11011110 | 1001110 | 1001110 | 0 | 1000001 | 1101 | 10000010 | 1001000 | 110101 |
Color Harmonies of #31DE4E
Complementary color
Monochromatic Colors of #31DE4E
Black with #31DE4E
Text Example
Text Example
White with #31DE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DE4E; }
p { color: rgb(49,222,78); }
H1.HeaderClassName
{
color: #31DE4E;
}
.AnyTagClassName
{
color: #31DE4E;
}
</style>
background-color css
<style>
a { background-color: #31DE4E; }
a { background-color: rgb(49,222,78); }
div.DivClassName
{
background-color: #31DE4E;
}
.BgClassName
{
background-color: #31DE4E;
}
</style>
border-color css
<style>
span { border-color: #31DE4E; }
span { border-color: rgb(49,222,78); }
td.TdClassName
{
border-color: #31DE4E;
}
.TagClassName
{
border-color: #31DE4E;
}
</style>