Shades of Lime Green #31D80D
Tints of Lime Green #31D80D
RGB
CMYK
RGB Variations
Color information
#31D80D (or 0x31D80D) is known color: Lime Green. HEX triplet: 31, D8 and 0D. RGB value is (49,216,13). Sum of RGB (Red+Green+Blue) = 49+216+13=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 216 (84.77% from 255 or 77.70% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 216 - color contains mainly: green. Hex color #31D80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D80D is #CE27F2. Grayscale: #8F8F8F. Windows color (decimal): -13510643 or 907313. OLE color: 907313.
HSL color Cylindrical-coordinate representation of color #31D80D: hue angle of 109.36º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31D80D is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 13 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.15 |
| HSL | 109.36º | 0.89% | 0.45% | - |
| HSV(B) | 109.36º | 0.94% | 0.85% | - |
| XYZ | 25.9 | 49.79 | 8.63 | - |
| YUV | 142.93 | 54.67 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 13 | 0.77 | 0 | 0.94 | 0.15 | 109.36 | 0.89 | 0.45 |
| Hex | 31 | D8 | D | 4D | 0 | 5E | F | 6D | 59 | 2D |
| Octal | 61 | 330 | 15 | 115 | 0 | 136 | 17 | 155 | 131 | 55 |
| Binary | 110001 | 11011000 | 1101 | 1001101 | 0 | 1011110 | 1111 | 1101101 | 1011001 | 101101 |
Color Harmonies of #31D80D
Complementary color
Monochromatic Colors of #31D80D
Black with #31D80D
Text Example
Text Example
White with #31D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D80D; }
p { color: rgb(49,216,13); }
H1.HeaderClassName
{
color: #31D80D;
}
.AnyTagClassName
{
color: #31D80D;
}
</style>
background-color css
<style>
a { background-color: #31D80D; }
a { background-color: rgb(49,216,13); }
div.DivClassName
{
background-color: #31D80D;
}
.BgClassName
{
background-color: #31D80D;
}
</style>
border-color css
<style>
span { border-color: #31D80D; }
span { border-color: rgb(49,216,13); }
td.TdClassName
{
border-color: #31D80D;
}
.TagClassName
{
border-color: #31D80D;
}
</style>