Shades of Lime Green #31C751
Tints of Lime Green #31C751
RGB
CMYK
RGB Variations
Color information
#31C751 (or 0x31C751) is known color: Lime Green. HEX triplet: 31, C7 and 51. RGB value is (49,199,81). Sum of RGB (Red+Green+Blue) = 49+199+81=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #31C751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C751 is #CE38AE. Grayscale: #8D8D8D. Windows color (decimal): -13514927 or 5359409. OLE color: 5359409.
HSL color Cylindrical-coordinate representation of color #31C751: hue angle of 132.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C751 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 199 | 81 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.22 |
| HSL | 132.8º | 0.6% | 0.49% | - |
| HSV(B) | 132.8º | 0.75% | 0.78% | - |
| XYZ | 23.18 | 42.09 | 14.69 | - |
| YUV | 140.7 | 94.31 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 199 | 81 | 0.75 | 0 | 0.59 | 0.22 | 132.8 | 0.6 | 0.49 |
| Hex | 31 | C7 | 51 | 4B | 0 | 3B | 16 | 85 | 3C | 31 |
| Octal | 61 | 307 | 121 | 113 | 0 | 73 | 26 | 205 | 74 | 61 |
| Binary | 110001 | 11000111 | 1010001 | 1001011 | 0 | 111011 | 10110 | 10000101 | 111100 | 110001 |
Color Harmonies of #31C751
Complementary color
Monochromatic Colors of #31C751
Black with #31C751
Text Example
Text Example
White with #31C751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C751; }
p { color: rgb(49,199,81); }
H1.HeaderClassName
{
color: #31C751;
}
.AnyTagClassName
{
color: #31C751;
}
</style>
background-color css
<style>
a { background-color: #31C751; }
a { background-color: rgb(49,199,81); }
div.DivClassName
{
background-color: #31C751;
}
.BgClassName
{
background-color: #31C751;
}
</style>
border-color css
<style>
span { border-color: #31C751; }
span { border-color: rgb(49,199,81); }
td.TdClassName
{
border-color: #31C751;
}
.TagClassName
{
border-color: #31C751;
}
</style>