Shades of Lime Green #31DD3F
Tints of Lime Green #31DD3F
RGB
CMYK
RGB Variations
Color information
#31DD3F (or 0x31DD3F) is known color: Lime Green. HEX triplet: 31, DD and 3F. RGB value is (49,221,63). Sum of RGB (Red+Green+Blue) = 49+221+63=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 221 (86.72% from 255 or 66.37% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD3F is #CE22C0. Grayscale: #989898. Windows color (decimal): -13509313 or 4185393. OLE color: 4185393.
HSL color Cylindrical-coordinate representation of color #31DD3F: hue angle of 124.88º 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 #31DD3F is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 63 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.13 |
| HSL | 124.88º | 0.72% | 0.53% | - |
| HSV(B) | 124.88º | 0.78% | 0.87% | - |
| XYZ | 28.02 | 52.72 | 13.4 | - |
| YUV | 151.56 | 78.02 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 63 | 0.78 | 0 | 0.71 | 0.13 | 124.88 | 0.72 | 0.53 |
| Hex | 31 | DD | 3F | 4E | 0 | 47 | D | 7D | 48 | 35 |
| Octal | 61 | 335 | 77 | 116 | 0 | 107 | 15 | 175 | 110 | 65 |
| Binary | 110001 | 11011101 | 111111 | 1001110 | 0 | 1000111 | 1101 | 1111101 | 1001000 | 110101 |
Color Harmonies of #31DD3F
Complementary color
Monochromatic Colors of #31DD3F
Black with #31DD3F
Text Example
Text Example
White with #31DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD3F; }
p { color: rgb(49,221,63); }
H1.HeaderClassName
{
color: #31DD3F;
}
.AnyTagClassName
{
color: #31DD3F;
}
</style>
background-color css
<style>
a { background-color: #31DD3F; }
a { background-color: rgb(49,221,63); }
div.DivClassName
{
background-color: #31DD3F;
}
.BgClassName
{
background-color: #31DD3F;
}
</style>
border-color css
<style>
span { border-color: #31DD3F; }
span { border-color: rgb(49,221,63); }
td.TdClassName
{
border-color: #31DD3F;
}
.TagClassName
{
border-color: #31DD3F;
}
</style>