Shades of Lime Green #31C851
Tints of Lime Green #31C851
RGB
CMYK
RGB Variations
Color information
#31C851 (or 0x31C851) is known color: Lime Green. HEX triplet: 31, C8 and 51. RGB value is (49,200,81). Sum of RGB (Red+Green+Blue) = 49+200+81=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #31C851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C851 is #CE37AE. Grayscale: #8D8D8D. Windows color (decimal): -13514671 or 5359665. OLE color: 5359665.
HSL color Cylindrical-coordinate representation of color #31C851: hue angle of 132.72º degrees, saturation: 0.61, 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 #31C851 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 81 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.22 |
| HSL | 132.72º | 0.61% | 0.49% | - |
| HSV(B) | 132.72º | 0.76% | 0.78% | - |
| XYZ | 23.41 | 42.56 | 14.77 | - |
| YUV | 141.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 81 | 0.76 | 0 | 0.59 | 0.22 | 132.72 | 0.61 | 0.49 |
| Hex | 31 | C8 | 51 | 4C | 0 | 3B | 16 | 85 | 3D | 31 |
| Octal | 61 | 310 | 121 | 114 | 0 | 73 | 26 | 205 | 75 | 61 |
| Binary | 110001 | 11001000 | 1010001 | 1001100 | 0 | 111011 | 10110 | 10000101 | 111101 | 110001 |
Color Harmonies of #31C851
Complementary color
Monochromatic Colors of #31C851
Black with #31C851
Text Example
Text Example
White with #31C851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C851; }
p { color: rgb(49,200,81); }
H1.HeaderClassName
{
color: #31C851;
}
.AnyTagClassName
{
color: #31C851;
}
</style>
background-color css
<style>
a { background-color: #31C851; }
a { background-color: rgb(49,200,81); }
div.DivClassName
{
background-color: #31C851;
}
.BgClassName
{
background-color: #31C851;
}
</style>
border-color css
<style>
span { border-color: #31C851; }
span { border-color: rgb(49,200,81); }
td.TdClassName
{
border-color: #31C851;
}
.TagClassName
{
border-color: #31C851;
}
</style>