Shades of Lime Green #31C940
Tints of Lime Green #31C940
RGB
CMYK
RGB Variations
Color information
#31C940 (or 0x31C940) is known color: Lime Green. HEX triplet: 31, C9 and 40. RGB value is (49,201,64). Sum of RGB (Red+Green+Blue) = 49+201+64=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #31C940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C940 is #CE36BF. Grayscale: #8C8C8C. Windows color (decimal): -13514432 or 4245809. OLE color: 4245809.
HSL color Cylindrical-coordinate representation of color #31C940: hue angle of 125.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C940 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 201 | 64 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.21 |
| HSL | 125.92º | 0.61% | 0.49% | - |
| HSV(B) | 125.92º | 0.76% | 0.79% | - |
| XYZ | 23.08 | 42.8 | 11.89 | - |
| YUV | 139.93 | 85.14 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 64 | 0.76 | 0 | 0.68 | 0.21 | 125.92 | 0.61 | 0.49 |
| Hex | 31 | C9 | 40 | 4C | 0 | 44 | 15 | 7E | 3D | 31 |
| Octal | 61 | 311 | 100 | 114 | 0 | 104 | 25 | 176 | 75 | 61 |
| Binary | 110001 | 11001001 | 1000000 | 1001100 | 0 | 1000100 | 10101 | 1111110 | 111101 | 110001 |
Color Harmonies of #31C940
Complementary color
Monochromatic Colors of #31C940
Black with #31C940
Text Example
Text Example
White with #31C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C940; }
p { color: rgb(49,201,64); }
H1.HeaderClassName
{
color: #31C940;
}
.AnyTagClassName
{
color: #31C940;
}
</style>
background-color css
<style>
a { background-color: #31C940; }
a { background-color: rgb(49,201,64); }
div.DivClassName
{
background-color: #31C940;
}
.BgClassName
{
background-color: #31C940;
}
</style>
border-color css
<style>
span { border-color: #31C940; }
span { border-color: rgb(49,201,64); }
td.TdClassName
{
border-color: #31C940;
}
.TagClassName
{
border-color: #31C940;
}
</style>