Shades of Lime Green #31DC17
Tints of Lime Green #31DC17
RGB
CMYK
RGB Variations
Color information
#31DC17 (or 0x31DC17) is known color: Lime Green. HEX triplet: 31, DC and 17. RGB value is (49,220,23). Sum of RGB (Red+Green+Blue) = 49+220+23=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 220 (86.33% from 255 or 75.34% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DC17 is #CE23E8. Grayscale: #939393. Windows color (decimal): -13509609 or 1563697. OLE color: 1563697.
HSL color Cylindrical-coordinate representation of color #31DC17: hue angle of 112.08º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31DC17 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 23 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.14 |
| HSL | 112.08º | 0.81% | 0.48% | - |
| HSV(B) | 112.08º | 0.9% | 0.86% | - |
| XYZ | 27.01 | 51.9 | 9.4 | - |
| YUV | 146.41 | 58.35 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 23 | 0.78 | 0 | 0.90 | 0.14 | 112.08 | 0.81 | 0.48 |
| Hex | 31 | DC | 17 | 4E | 0 | 5A | E | 70 | 51 | 30 |
| Octal | 61 | 334 | 27 | 116 | 0 | 132 | 16 | 160 | 121 | 60 |
| Binary | 110001 | 11011100 | 10111 | 1001110 | 0 | 1011010 | 1110 | 1110000 | 1010001 | 110000 |
Color Harmonies of #31DC17
Complementary color
Monochromatic Colors of #31DC17
Black with #31DC17
Text Example
Text Example
White with #31DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC17; }
p { color: rgb(49,220,23); }
H1.HeaderClassName
{
color: #31DC17;
}
.AnyTagClassName
{
color: #31DC17;
}
</style>
background-color css
<style>
a { background-color: #31DC17; }
a { background-color: rgb(49,220,23); }
div.DivClassName
{
background-color: #31DC17;
}
.BgClassName
{
background-color: #31DC17;
}
</style>
border-color css
<style>
span { border-color: #31DC17; }
span { border-color: rgb(49,220,23); }
td.TdClassName
{
border-color: #31DC17;
}
.TagClassName
{
border-color: #31DC17;
}
</style>