Shades of Lime Green #31C84E
Tints of Lime Green #31C84E
RGB
CMYK
RGB Variations
Color information
#31C84E (or 0x31C84E) is known color: Lime Green. HEX triplet: 31, C8 and 4E. RGB value is (49,200,78). Sum of RGB (Red+Green+Blue) = 49+200+78=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #31C84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C84E is #CE37B1. Grayscale: #8D8D8D. Windows color (decimal): -13514674 or 5163057. OLE color: 5163057.
HSL color Cylindrical-coordinate representation of color #31C84E: hue angle of 131.52º 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 #31C84E is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 78 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.22 |
| HSL | 131.52º | 0.61% | 0.49% | - |
| HSV(B) | 131.52º | 0.76% | 0.78% | - |
| XYZ | 23.3 | 42.51 | 14.19 | - |
| YUV | 140.94 | 92.47 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 78 | 0.76 | 0 | 0.61 | 0.22 | 131.52 | 0.61 | 0.49 |
| Hex | 31 | C8 | 4E | 4C | 0 | 3D | 16 | 84 | 3D | 31 |
| Octal | 61 | 310 | 116 | 114 | 0 | 75 | 26 | 204 | 75 | 61 |
| Binary | 110001 | 11001000 | 1001110 | 1001100 | 0 | 111101 | 10110 | 10000100 | 111101 | 110001 |
Color Harmonies of #31C84E
Complementary color
Monochromatic Colors of #31C84E
Black with #31C84E
Text Example
Text Example
White with #31C84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C84E; }
p { color: rgb(49,200,78); }
H1.HeaderClassName
{
color: #31C84E;
}
.AnyTagClassName
{
color: #31C84E;
}
</style>
background-color css
<style>
a { background-color: #31C84E; }
a { background-color: rgb(49,200,78); }
div.DivClassName
{
background-color: #31C84E;
}
.BgClassName
{
background-color: #31C84E;
}
</style>
border-color css
<style>
span { border-color: #31C84E; }
span { border-color: rgb(49,200,78); }
td.TdClassName
{
border-color: #31C84E;
}
.TagClassName
{
border-color: #31C84E;
}
</style>