Shades of Lime Green #31DC15
Tints of Lime Green #31DC15
RGB
CMYK
RGB Variations
Color information
#31DC15 (or 0x31DC15) is known color: Lime Green. HEX triplet: 31, DC and 15. RGB value is (49,220,21). Sum of RGB (Red+Green+Blue) = 49+220+21=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DC15 is #CE23EA. Grayscale: #929292. Windows color (decimal): -13509611 or 1432625. OLE color: 1432625.
HSL color Cylindrical-coordinate representation of color #31DC15: hue angle of 111.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31DC15 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 21 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.14 |
| HSL | 111.56º | 0.83% | 0.47% | - |
| HSV(B) | 111.56º | 0.9% | 0.86% | - |
| XYZ | 27 | 51.89 | 9.3 | - |
| YUV | 146.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 21 | 0.78 | 0 | 0.90 | 0.14 | 111.56 | 0.83 | 0.47 |
| Hex | 31 | DC | 15 | 4E | 0 | 5A | E | 70 | 53 | 2F |
| Octal | 61 | 334 | 25 | 116 | 0 | 132 | 16 | 160 | 123 | 57 |
| Binary | 110001 | 11011100 | 10101 | 1001110 | 0 | 1011010 | 1110 | 1110000 | 1010011 | 101111 |
Color Harmonies of #31DC15
Complementary color
Monochromatic Colors of #31DC15
Black with #31DC15
Text Example
Text Example
White with #31DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC15; }
p { color: rgb(49,220,21); }
H1.HeaderClassName
{
color: #31DC15;
}
.AnyTagClassName
{
color: #31DC15;
}
</style>
background-color css
<style>
a { background-color: #31DC15; }
a { background-color: rgb(49,220,21); }
div.DivClassName
{
background-color: #31DC15;
}
.BgClassName
{
background-color: #31DC15;
}
</style>
border-color css
<style>
span { border-color: #31DC15; }
span { border-color: rgb(49,220,21); }
td.TdClassName
{
border-color: #31DC15;
}
.TagClassName
{
border-color: #31DC15;
}
</style>