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
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-&-numbersRelated 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.