Shades of Lime Green #31DF40
Tints of Lime Green #31DF40
RGB
CMYK
RGB Variations
Color information
#31DF40 (or 0x31DF40) is known color: Lime Green. HEX triplet: 31, DF and 40. RGB value is (49,223,64). Sum of RGB (Red+Green+Blue) = 49+223+64=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 223 (87.5% from 255 or 66.37% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DF40 is #CE20BF. Grayscale: #999999. Windows color (decimal): -13508800 or 4251441. OLE color: 4251441.
HSL color Cylindrical-coordinate representation of color #31DF40: hue angle of 125.17º degrees, saturation: 0.73, 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 #31DF40 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 64 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.13 |
| HSL | 125.17º | 0.73% | 0.53% | - |
| HSV(B) | 125.17º | 0.78% | 0.87% | - |
| XYZ | 28.58 | 53.8 | 13.73 | - |
| YUV | 152.85 | 77.85 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 64 | 0.78 | 0 | 0.71 | 0.13 | 125.17 | 0.73 | 0.53 |
| Hex | 31 | DF | 40 | 4E | 0 | 47 | D | 7D | 49 | 35 |
| Octal | 61 | 337 | 100 | 116 | 0 | 107 | 15 | 175 | 111 | 65 |
| Binary | 110001 | 11011111 | 1000000 | 1001110 | 0 | 1000111 | 1101 | 1111101 | 1001001 | 110101 |
Color Harmonies of #31DF40
Complementary color
Monochromatic Colors of #31DF40
Black with #31DF40
Text Example
Text Example
White with #31DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF40; }
p { color: rgb(49,223,64); }
H1.HeaderClassName
{
color: #31DF40;
}
.AnyTagClassName
{
color: #31DF40;
}
</style>
background-color css
<style>
a { background-color: #31DF40; }
a { background-color: rgb(49,223,64); }
div.DivClassName
{
background-color: #31DF40;
}
.BgClassName
{
background-color: #31DF40;
}
</style>
border-color css
<style>
span { border-color: #31DF40; }
span { border-color: rgb(49,223,64); }
td.TdClassName
{
border-color: #31DF40;
}
.TagClassName
{
border-color: #31DF40;
}
</style>