Shades of Lime Green #31DC16
Tints of Lime Green #31DC16
RGB
CMYK
RGB Variations
Color information
#31DC16 (or 0x31DC16) is known color: Lime Green. HEX triplet: 31, DC and 16. RGB value is (49,220,22). Sum of RGB (Red+Green+Blue) = 49+220+22=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DC16 is #CE23E9. Grayscale: #929292. Windows color (decimal): -13509610 or 1498161. OLE color: 1498161.
HSL color Cylindrical-coordinate representation of color #31DC16: hue angle of 111.82º degrees, saturation: 0.82, 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 #31DC16 is Cyan = 0.78, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 22 | - |
| CMYK | 0.78 | 0 | 0.9 | 0.14 |
| HSL | 111.82º | 0.82% | 0.47% | - |
| HSV(B) | 111.82º | 0.9% | 0.86% | - |
| XYZ | 27 | 51.9 | 9.35 | - |
| YUV | 146.3 | 57.85 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 22 | 0.78 | 0 | 0.9 | 0.14 | 111.82 | 0.82 | 0.47 |
| Hex | 31 | DC | 16 | 4E | 0 | 5A | E | 70 | 52 | 2F |
| Octal | 61 | 334 | 26 | 116 | 0 | 132 | 16 | 160 | 122 | 57 |
| Binary | 110001 | 11011100 | 10110 | 1001110 | 0 | 1011010 | 1110 | 1110000 | 1010010 | 101111 |
Color Harmonies of #31DC16
Complementary color
Monochromatic Colors of #31DC16
Black with #31DC16
Text Example
Text Example
White with #31DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC16; }
p { color: rgb(49,220,22); }
H1.HeaderClassName
{
color: #31DC16;
}
.AnyTagClassName
{
color: #31DC16;
}
</style>
background-color css
<style>
a { background-color: #31DC16; }
a { background-color: rgb(49,220,22); }
div.DivClassName
{
background-color: #31DC16;
}
.BgClassName
{
background-color: #31DC16;
}
</style>
border-color css
<style>
span { border-color: #31DC16; }
span { border-color: rgb(49,220,22); }
td.TdClassName
{
border-color: #31DC16;
}
.TagClassName
{
border-color: #31DC16;
}
</style>