Your HMI should let you display any numeric value as decimal or hexadecimal (or octal or binary)
For example, 15 will display as 15 in decimal format, or 000F in hexadecimal format (with leading zeroes).
C-more should have that option. If it doesn't, let us know (you can do string stuff to format any numeric value as needed).