Shades of Lime Green #31DD40
Tints of Lime Green #31DD40
RGB
CMYK
RGB Variations
Color information
#31DD40 (or 0x31DD40) is known color: Lime Green. HEX triplet: 31, DD and 40. RGB value is (49,221,64). Sum of RGB (Red+Green+Blue) = 49+221+64=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD40 is #CE22BF. Grayscale: #989898. Windows color (decimal): -13509312 or 4250929. OLE color: 4250929.
HSL color Cylindrical-coordinate representation of color #31DD40: hue angle of 125.23º 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 #31DD40 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 64 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.13 |
| HSL | 125.23º | 0.72% | 0.53% | - |
| HSV(B) | 125.23º | 0.78% | 0.87% | - |
| XYZ | 28.05 | 52.74 | 13.55 | - |
| YUV | 151.67 | 78.52 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 64 | 0.78 | 0 | 0.71 | 0.13 | 125.23 | 0.72 | 0.53 |
| Hex | 31 | DD | 40 | 4E | 0 | 47 | D | 7D | 48 | 35 |
| Octal | 61 | 335 | 100 | 116 | 0 | 107 | 15 | 175 | 110 | 65 |
| Binary | 110001 | 11011101 | 1000000 | 1001110 | 0 | 1000111 | 1101 | 1111101 | 1001000 | 110101 |
Color Harmonies of #31DD40
Complementary color
Monochromatic Colors of #31DD40
Black with #31DD40
Text Example
Text Example
White with #31DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD40; }
p { color: rgb(49,221,64); }
H1.HeaderClassName
{
color: #31DD40;
}
.AnyTagClassName
{
color: #31DD40;
}
</style>
background-color css
<style>
a { background-color: #31DD40; }
a { background-color: rgb(49,221,64); }
div.DivClassName
{
background-color: #31DD40;
}
.BgClassName
{
background-color: #31DD40;
}
</style>
border-color css
<style>
span { border-color: #31DD40; }
span { border-color: rgb(49,221,64); }
td.TdClassName
{
border-color: #31DD40;
}
.TagClassName
{
border-color: #31DD40;
}
</style>