Categories

KG to LB

Convert kilograms to pounds with configurable decimal precision

Example Results

1 examples

Convert body weight from kilograms to pounds

Convert a common metric body weight into pounds for fitness or shipping use

{
  "result": {
    "kilograms": 70,
    "pounds": 154.32
  }
}
View input parameters
{ "kilograms": "70", "precision": 2 }

Key Facts

Category
Math & Numbers
Input Types
text, number
Output Type
json
Sample Coverage
1
API Ready
Yes

Overview

This tool converts kilograms to pounds with configurable decimal precision, providing a quick and accurate way to switch between metric and imperial weight units for various applications.

When to Use

  • When converting body weight for fitness tracking or health monitoring.
  • When calculating package weights for shipping and logistics documentation.
  • When adjusting measurements in recipes or scientific experiments that use pounds.

How It Works

  • Enter the weight in kilograms in the input field.
  • Optionally set the decimal precision from 0 to 10 (default is 4).
  • The tool calculates the equivalent weight in pounds instantly.
  • Results are displayed in JSON format for easy reference or integration.

Use Cases

Fitness professionals converting client weights from kg to lb for international standards.
Shipping coordinators calculating parcel weights in pounds for carrier requirements.
Educators or students converting measurements in physics or chemistry labs.

Examples

1. Convert body weight for fitness tracking

Fitness enthusiast
Background
An individual tracking weight in kilograms needs to report it in pounds for a fitness app.
Problem
Convert 70 kg to pounds with two decimal places for precise logging.
How to Use
Enter 70 in the kilograms field and set precision to 2.
Outcome
The tool outputs 154.32 pounds.

2. Calculate shipping weight for customs

Logistics coordinator
Background
A package weighing 25 kg must be documented in pounds for international shipping.
Problem
Get the weight in pounds to complete customs forms accurately.
How to Use
Input 25 in the kilograms field and use the default precision of 4.
Outcome
Result is 55.1155 pounds.

Try with Samples

math-&-numbers

Related Hubs

FAQ

What is the conversion factor used?

The tool uses the standard factor: 1 kilogram equals approximately 2.20462 pounds.

Can I convert multiple values at once?

No, this tool handles one conversion per use. Enter a single kilograms value.

What is the default decimal precision?

The default precision is 4 decimal places, adjustable from 0 to 10.

How accurate is the conversion?

The conversion is mathematically precise, with accuracy based on the set decimal precision.

What output format is provided?

Output is in JSON format, showing both input kilograms and calculated pounds.

API Documentation

Request Endpoint

POST /en/api/tools/kg-to-lb

Request Parameters

Parameter Name Type Required Description
kilograms text Yes -
precision number No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-kg-to-lb": {
      "name": "kg-to-lb",
      "description": "Convert kilograms to pounds with configurable decimal precision",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=kg-to-lb",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]