L/100km to MPG

Convert liters per 100 kilometers to miles per gallon with configurable decimal precision

Enter liters per 100 kilometers and convert with mpg = 235.214583 ÷ (L/100km).

Example Results

1 examples

Convert liters per 100 km into MPG

Translate 8.5 liters per 100 kilometers into the equivalent miles per gallon value

{
  "result": {
    "litersPer100Kilometers": 8.5,
    "mpg": 27.6723
  }
}
View input parameters
{ "litersPer100Kilometers": 8.5, "precision": 4 }

Key Facts

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

Overview

Easily convert fuel consumption rates from liters per 100 kilometers (L/100km) to miles per gallon (MPG) using the standard conversion formula. This tool allows you to input any L/100km value and customize the decimal precision of the output to get quick, accurate fuel economy comparisons.

When to Use

  • When comparing the fuel efficiency of European or metric-spec vehicles with US or UK vehicles.
  • When importing a car and needing to translate its official fuel economy ratings to local standards.
  • When analyzing automotive datasets or specifications that mix metric and imperial fuel consumption units.

How It Works

  • Enter the fuel consumption value in liters per 100 kilometers (L/100km).
  • Set the desired decimal precision for the output, ranging from 0 to 10 decimal places.
  • The tool calculates the equivalent miles per gallon using the formula: mpg = 235.214583 / (L/100km).

Use Cases

Car buyers comparing fuel economy ratings between imported European cars and domestic models.
Automotive bloggers writing reviews for international audiences who need to present fuel efficiency in both metric and imperial units.
Logistics managers evaluating fleet fuel efficiency across regions using different measurement standards.

Examples

1. Convert standard European hatchback fuel economy

Car Buyer
Background
A buyer is looking at a European hatchback rated at 6.5 L/100km and wants to know its fuel efficiency in MPG to compare it with local US models.
Problem
Convert 6.5 L/100km to MPG with 2 decimal places for a quick comparison.
How to Use
Enter 6.5 in the Liters per 100 Kilometers field and set the Decimal Precision to 2.
Example Config
litersPer100Kilometers: 6.5, precision: 2
Outcome
The tool outputs a result of 36.19 MPG.

2. High-precision conversion for automotive datasheet

Automotive Engineer
Background
An engineer is compiling a technical datasheet for a new hybrid vehicle and needs highly precise fuel economy conversions.
Problem
Convert a low fuel consumption rate of 3.8 L/100km to MPG with 6 decimal places.
How to Use
Enter 3.8 in the Liters per 100 Kilometers field and set the Decimal Precision to 6.
Example Config
litersPer100Kilometers: 3.8, precision: 6
Outcome
The tool outputs a precise result of 61.898574 MPG.

Try with Samples

math-&-numbers

Related Hubs

FAQ

What formula is used for the conversion?

The tool uses the standard formula: MPG = 235.214583 divided by L/100km.

Does this tool convert to US MPG or UK MPG?

It converts to US MPG, which uses the standard conversion factor of 235.214583.

Can I adjust the decimal precision of the result?

Yes, you can configure the decimal precision from 0 up to 10 decimal places.

What happens if I enter 0 L/100km?

Division by zero is mathematically undefined, so the input must be a positive number greater than zero.

Is this conversion tool free to use?

Yes, it is completely free and performs calculations instantly in your browser.

API Documentation

Request Endpoint

POST /en/api/tools/l-per-100km-to-mpg

Request Parameters

Parameter Name Type Required Description
litersPer100Kilometers number 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-l-per-100km-to-mpg": {
      "name": "l-per-100km-to-mpg",
      "description": "Convert liters per 100 kilometers to miles per gallon with configurable decimal precision",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=l-per-100km-to-mpg",
      "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]