Shades of Lime Green #31C049
Tints of Lime Green #31C049
RGB
CMYK
RGB Variations
Color information
#31C049 (or 0x31C049) is known color: Lime Green. HEX triplet: 31, C0 and 49. RGB value is (49,192,73). Sum of RGB (Red+Green+Blue) = 49+192+73=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #31C049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C049 is #CE3FB6. Grayscale: #888888. Windows color (decimal): -13516727 or 4833329. OLE color: 4833329.
HSL color Cylindrical-coordinate representation of color #31C049: hue angle of 130.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C049 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 73 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.25 |
| HSL | 130.07º | 0.59% | 0.47% | - |
| HSV(B) | 130.07º | 0.74% | 0.75% | - |
| XYZ | 21.32 | 38.83 | 12.68 | - |
| YUV | 135.68 | 92.62 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 73 | 0.74 | 0 | 0.62 | 0.25 | 130.07 | 0.59 | 0.47 |
| Hex | 31 | C0 | 49 | 4A | 0 | 3E | 19 | 82 | 3B | 2F |
| Octal | 61 | 300 | 111 | 112 | 0 | 76 | 31 | 202 | 73 | 57 |
| Binary | 110001 | 11000000 | 1001001 | 1001010 | 0 | 111110 | 11001 | 10000010 | 111011 | 101111 |
Color Harmonies of #31C049
Complementary color
Monochromatic Colors of #31C049
Black with #31C049
Text Example
Text Example
White with #31C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C049; }
p { color: rgb(49,192,73); }
H1.HeaderClassName
{
color: #31C049;
}
.AnyTagClassName
{
color: #31C049;
}
</style>
background-color css
<style>
a { background-color: #31C049; }
a { background-color: rgb(49,192,73); }
div.DivClassName
{
background-color: #31C049;
}
.BgClassName
{
background-color: #31C049;
}
</style>
border-color css
<style>
span { border-color: #31C049; }
span { border-color: rgb(49,192,73); }
td.TdClassName
{
border-color: #31C049;
}
.TagClassName
{
border-color: #31C049;
}
</style>