Shades of Lime Green #31C449
Tints of Lime Green #31C449
RGB
CMYK
RGB Variations
Color information
#31C449 (or 0x31C449) is known color: Lime Green. HEX triplet: 31, C4 and 49. RGB value is (49,196,73). Sum of RGB (Red+Green+Blue) = 49+196+73=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #31C449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C449 is #CE3BB6. Grayscale: #8A8A8A. Windows color (decimal): -13515703 or 4834353. OLE color: 4834353.
HSL color Cylindrical-coordinate representation of color #31C449: hue angle of 129.8º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C449 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 196 | 73 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.23 |
| HSL | 129.8º | 0.6% | 0.48% | - |
| HSV(B) | 129.8º | 0.75% | 0.77% | - |
| XYZ | 22.21 | 40.61 | 12.97 | - |
| YUV | 138.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 196 | 73 | 0.75 | 0 | 0.63 | 0.23 | 129.8 | 0.6 | 0.48 |
| Hex | 31 | C4 | 49 | 4B | 0 | 3F | 17 | 82 | 3C | 30 |
| Octal | 61 | 304 | 111 | 113 | 0 | 77 | 27 | 202 | 74 | 60 |
| Binary | 110001 | 11000100 | 1001001 | 1001011 | 0 | 111111 | 10111 | 10000010 | 111100 | 110000 |
Color Harmonies of #31C449
Complementary color
Monochromatic Colors of #31C449
Black with #31C449
Text Example
Text Example
White with #31C449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C449; }
p { color: rgb(49,196,73); }
H1.HeaderClassName
{
color: #31C449;
}
.AnyTagClassName
{
color: #31C449;
}
</style>
background-color css
<style>
a { background-color: #31C449; }
a { background-color: rgb(49,196,73); }
div.DivClassName
{
background-color: #31C449;
}
.BgClassName
{
background-color: #31C449;
}
</style>
border-color css
<style>
span { border-color: #31C449; }
span { border-color: rgb(49,196,73); }
td.TdClassName
{
border-color: #31C449;
}
.TagClassName
{
border-color: #31C449;
}
</style>