Shades of Lime Green #31DA11
Tints of Lime Green #31DA11
RGB
CMYK
RGB Variations
Color information
#31DA11 (or 0x31DA11) is known color: Lime Green. HEX triplet: 31, DA and 11. RGB value is (49,218,17). Sum of RGB (Red+Green+Blue) = 49+218+17=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 218 (85.55% from 255 or 76.76% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DA11 is #CE25EE. Grayscale: #919191. Windows color (decimal): -13510127 or 1169969. OLE color: 1169969.
HSL color Cylindrical-coordinate representation of color #31DA11: hue angle of 110.45º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31DA11 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 17 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.15 |
| HSL | 110.45º | 0.86% | 0.46% | - |
| HSV(B) | 110.45º | 0.92% | 0.85% | - |
| XYZ | 26.44 | 50.84 | 8.95 | - |
| YUV | 144.56 | 56.01 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 17 | 0.78 | 0 | 0.92 | 0.15 | 110.45 | 0.86 | 0.46 |
| Hex | 31 | DA | 11 | 4E | 0 | 5C | F | 6E | 56 | 2E |
| Octal | 61 | 332 | 21 | 116 | 0 | 134 | 17 | 156 | 126 | 56 |
| Binary | 110001 | 11011010 | 10001 | 1001110 | 0 | 1011100 | 1111 | 1101110 | 1010110 | 101110 |
Color Harmonies of #31DA11
Complementary color
Monochromatic Colors of #31DA11
Black with #31DA11
Text Example
Text Example
White with #31DA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA11; }
p { color: rgb(49,218,17); }
H1.HeaderClassName
{
color: #31DA11;
}
.AnyTagClassName
{
color: #31DA11;
}
</style>
background-color css
<style>
a { background-color: #31DA11; }
a { background-color: rgb(49,218,17); }
div.DivClassName
{
background-color: #31DA11;
}
.BgClassName
{
background-color: #31DA11;
}
</style>
border-color css
<style>
span { border-color: #31DA11; }
span { border-color: rgb(49,218,17); }
td.TdClassName
{
border-color: #31DA11;
}
.TagClassName
{
border-color: #31DA11;
}
</style>