Shades of Lime Green #31C347
Tints of Lime Green #31C347
RGB
CMYK
RGB Variations
Color information
#31C347 (or 0x31C347) is known color: Lime Green. HEX triplet: 31, C3 and 47. RGB value is (49,195,71). Sum of RGB (Red+Green+Blue) = 49+195+71=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #31C347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C347 is #CE3CB8. Grayscale: #898989. Windows color (decimal): -13515961 or 4703025. OLE color: 4703025.
HSL color Cylindrical-coordinate representation of color #31C347: hue angle of 129.04º 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 #31C347 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 195 | 71 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.24 |
| HSL | 129.04º | 0.6% | 0.48% | - |
| HSV(B) | 129.04º | 0.75% | 0.76% | - |
| XYZ | 21.92 | 40.14 | 12.55 | - |
| YUV | 137.21 | 90.63 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 195 | 71 | 0.75 | 0 | 0.64 | 0.24 | 129.04 | 0.6 | 0.48 |
| Hex | 31 | C3 | 47 | 4B | 0 | 40 | 18 | 81 | 3C | 30 |
| Octal | 61 | 303 | 107 | 113 | 0 | 100 | 30 | 201 | 74 | 60 |
| Binary | 110001 | 11000011 | 1000111 | 1001011 | 0 | 1000000 | 11000 | 10000001 | 111100 | 110000 |
Color Harmonies of #31C347
Complementary color
Monochromatic Colors of #31C347
Black with #31C347
Text Example
Text Example
White with #31C347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C347; }
p { color: rgb(49,195,71); }
H1.HeaderClassName
{
color: #31C347;
}
.AnyTagClassName
{
color: #31C347;
}
</style>
background-color css
<style>
a { background-color: #31C347; }
a { background-color: rgb(49,195,71); }
div.DivClassName
{
background-color: #31C347;
}
.BgClassName
{
background-color: #31C347;
}
</style>
border-color css
<style>
span { border-color: #31C347; }
span { border-color: rgb(49,195,71); }
td.TdClassName
{
border-color: #31C347;
}
.TagClassName
{
border-color: #31C347;
}
</style>