Shades of Lime Green #31DC40
Tints of Lime Green #31DC40
RGB
CMYK
RGB Variations
Color information
#31DC40 (or 0x31DC40) is known color: Lime Green. HEX triplet: 31, DC and 40. RGB value is (49,220,64). Sum of RGB (Red+Green+Blue) = 49+220+64=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 220 (86.33% from 255 or 66.07% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DC40 is #CE23BF. Grayscale: #979797. Windows color (decimal): -13509568 or 4250673. OLE color: 4250673.
HSL color Cylindrical-coordinate representation of color #31DC40: hue angle of 125.26º 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 #31DC40 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 64 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.14 |
| HSL | 125.26º | 0.71% | 0.53% | - |
| HSV(B) | 125.26º | 0.78% | 0.86% | - |
| XYZ | 27.79 | 52.21 | 13.46 | - |
| YUV | 151.09 | 78.85 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 64 | 0.78 | 0 | 0.71 | 0.14 | 125.26 | 0.71 | 0.53 |
| Hex | 31 | DC | 40 | 4E | 0 | 47 | E | 7D | 47 | 35 |
| Octal | 61 | 334 | 100 | 116 | 0 | 107 | 16 | 175 | 107 | 65 |
| Binary | 110001 | 11011100 | 1000000 | 1001110 | 0 | 1000111 | 1110 | 1111101 | 1000111 | 110101 |
Color Harmonies of #31DC40
Complementary color
Monochromatic Colors of #31DC40
Black with #31DC40
Text Example
Text Example
White with #31DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC40; }
p { color: rgb(49,220,64); }
H1.HeaderClassName
{
color: #31DC40;
}
.AnyTagClassName
{
color: #31DC40;
}
</style>
background-color css
<style>
a { background-color: #31DC40; }
a { background-color: rgb(49,220,64); }
div.DivClassName
{
background-color: #31DC40;
}
.BgClassName
{
background-color: #31DC40;
}
</style>
border-color css
<style>
span { border-color: #31DC40; }
span { border-color: rgb(49,220,64); }
td.TdClassName
{
border-color: #31DC40;
}
.TagClassName
{
border-color: #31DC40;
}
</style>