Shades of Lime Green #31C546
Tints of Lime Green #31C546
RGB
CMYK
RGB Variations
Color information
#31C546 (or 0x31C546) is known color: Lime Green. HEX triplet: 31, C5 and 46. RGB value is (49,197,70). Sum of RGB (Red+Green+Blue) = 49+197+70=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #31C546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C546 is #CE3AB9. Grayscale: #8A8A8A. Windows color (decimal): -13515450 or 4638001. OLE color: 4638001.
HSL color Cylindrical-coordinate representation of color #31C546: hue angle of 128.51º 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 #31C546 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 70 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.23 |
| HSL | 128.51º | 0.6% | 0.48% | - |
| HSV(B) | 128.51º | 0.75% | 0.77% | - |
| XYZ | 22.34 | 41.03 | 12.54 | - |
| YUV | 138.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 70 | 0.75 | 0 | 0.64 | 0.23 | 128.51 | 0.6 | 0.48 |
| Hex | 31 | C5 | 46 | 4B | 0 | 40 | 17 | 81 | 3C | 30 |
| Octal | 61 | 305 | 106 | 113 | 0 | 100 | 27 | 201 | 74 | 60 |
| Binary | 110001 | 11000101 | 1000110 | 1001011 | 0 | 1000000 | 10111 | 10000001 | 111100 | 110000 |
Color Harmonies of #31C546
Complementary color
Monochromatic Colors of #31C546
Black with #31C546
Text Example
Text Example
White with #31C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C546; }
p { color: rgb(49,197,70); }
H1.HeaderClassName
{
color: #31C546;
}
.AnyTagClassName
{
color: #31C546;
}
</style>
background-color css
<style>
a { background-color: #31C546; }
a { background-color: rgb(49,197,70); }
div.DivClassName
{
background-color: #31C546;
}
.BgClassName
{
background-color: #31C546;
}
</style>
border-color css
<style>
span { border-color: #31C546; }
span { border-color: rgb(49,197,70); }
td.TdClassName
{
border-color: #31C546;
}
.TagClassName
{
border-color: #31C546;
}
</style>