Shades of Lime Green #31C34D
Tints of Lime Green #31C34D
RGB
CMYK
RGB Variations
Color information
#31C34D (or 0x31C34D) is known color: Lime Green. HEX triplet: 31, C3 and 4D. RGB value is (49,195,77). Sum of RGB (Red+Green+Blue) = 49+195+77=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #31C34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C34D is #CE3CB2. Grayscale: #8A8A8A. Windows color (decimal): -13515955 or 5096241. OLE color: 5096241.
HSL color Cylindrical-coordinate representation of color #31C34D: hue angle of 131.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C34D is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 195 | 77 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.24 |
| HSL | 131.51º | 0.6% | 0.48% | - |
| HSV(B) | 131.51º | 0.75% | 0.76% | - |
| XYZ | 22.12 | 40.22 | 13.62 | - |
| YUV | 137.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 195 | 77 | 0.75 | 0 | 0.61 | 0.24 | 131.51 | 0.6 | 0.48 |
| Hex | 31 | C3 | 4D | 4B | 0 | 3D | 18 | 84 | 3C | 30 |
| Octal | 61 | 303 | 115 | 113 | 0 | 75 | 30 | 204 | 74 | 60 |
| Binary | 110001 | 11000011 | 1001101 | 1001011 | 0 | 111101 | 11000 | 10000100 | 111100 | 110000 |
Color Harmonies of #31C34D
Complementary color
Monochromatic Colors of #31C34D
Black with #31C34D
Text Example
Text Example
White with #31C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C34D; }
p { color: rgb(49,195,77); }
H1.HeaderClassName
{
color: #31C34D;
}
.AnyTagClassName
{
color: #31C34D;
}
</style>
background-color css
<style>
a { background-color: #31C34D; }
a { background-color: rgb(49,195,77); }
div.DivClassName
{
background-color: #31C34D;
}
.BgClassName
{
background-color: #31C34D;
}
</style>
border-color css
<style>
span { border-color: #31C34D; }
span { border-color: rgb(49,195,77); }
td.TdClassName
{
border-color: #31C34D;
}
.TagClassName
{
border-color: #31C34D;
}
</style>