Shades of Lime Green #31DC3F
Tints of Lime Green #31DC3F
RGB
CMYK
RGB Variations
Color information
#31DC3F (or 0x31DC3F) is known color: Lime Green. HEX triplet: 31, DC and 3F. RGB value is (49,220,63). Sum of RGB (Red+Green+Blue) = 49+220+63=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DC3F is #CE23C0. Grayscale: #979797. Windows color (decimal): -13509569 or 4185137. OLE color: 4185137.
HSL color Cylindrical-coordinate representation of color #31DC3F: hue angle of 124.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC3F is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 63 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.14 |
| HSL | 124.91º | 0.71% | 0.53% | - |
| HSV(B) | 124.91º | 0.78% | 0.86% | - |
| XYZ | 27.76 | 52.2 | 13.31 | - |
| YUV | 150.97 | 78.35 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 63 | 0.78 | 0 | 0.71 | 0.14 | 124.91 | 0.71 | 0.53 |
| Hex | 31 | DC | 3F | 4E | 0 | 47 | E | 7D | 47 | 35 |
| Octal | 61 | 334 | 77 | 116 | 0 | 107 | 16 | 175 | 107 | 65 |
| Binary | 110001 | 11011100 | 111111 | 1001110 | 0 | 1000111 | 1110 | 1111101 | 1000111 | 110101 |
Color Harmonies of #31DC3F
Complementary color
Monochromatic Colors of #31DC3F
Black with #31DC3F
Text Example
Text Example
White with #31DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC3F; }
p { color: rgb(49,220,63); }
H1.HeaderClassName
{
color: #31DC3F;
}
.AnyTagClassName
{
color: #31DC3F;
}
</style>
background-color css
<style>
a { background-color: #31DC3F; }
a { background-color: rgb(49,220,63); }
div.DivClassName
{
background-color: #31DC3F;
}
.BgClassName
{
background-color: #31DC3F;
}
</style>
border-color css
<style>
span { border-color: #31DC3F; }
span { border-color: rgb(49,220,63); }
td.TdClassName
{
border-color: #31DC3F;
}
.TagClassName
{
border-color: #31DC3F;
}
</style>