Shades of Lime Green #31C54D
Tints of Lime Green #31C54D
RGB
CMYK
RGB Variations
Color information
#31C54D (or 0x31C54D) is known color: Lime Green. HEX triplet: 31, C5 and 4D. RGB value is (49,197,77). Sum of RGB (Red+Green+Blue) = 49+197+77=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #31C54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C54D is #CE3AB2. Grayscale: #8B8B8B. Windows color (decimal): -13515443 or 5096753. OLE color: 5096753.
HSL color Cylindrical-coordinate representation of color #31C54D: hue angle of 131.35º 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 #31C54D is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 77 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.23 |
| HSL | 131.35º | 0.6% | 0.48% | - |
| HSV(B) | 131.35º | 0.75% | 0.77% | - |
| XYZ | 22.57 | 41.12 | 13.77 | - |
| YUV | 139.07 | 92.97 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 77 | 0.75 | 0 | 0.61 | 0.23 | 131.35 | 0.6 | 0.48 |
| Hex | 31 | C5 | 4D | 4B | 0 | 3D | 17 | 83 | 3C | 30 |
| Octal | 61 | 305 | 115 | 113 | 0 | 75 | 27 | 203 | 74 | 60 |
| Binary | 110001 | 11000101 | 1001101 | 1001011 | 0 | 111101 | 10111 | 10000011 | 111100 | 110000 |
Color Harmonies of #31C54D
Complementary color
Monochromatic Colors of #31C54D
Black with #31C54D
Text Example
Text Example
White with #31C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C54D; }
p { color: rgb(49,197,77); }
H1.HeaderClassName
{
color: #31C54D;
}
.AnyTagClassName
{
color: #31C54D;
}
</style>
background-color css
<style>
a { background-color: #31C54D; }
a { background-color: rgb(49,197,77); }
div.DivClassName
{
background-color: #31C54D;
}
.BgClassName
{
background-color: #31C54D;
}
</style>
border-color css
<style>
span { border-color: #31C54D; }
span { border-color: rgb(49,197,77); }
td.TdClassName
{
border-color: #31C54D;
}
.TagClassName
{
border-color: #31C54D;
}
</style>