# L/100km to MPG

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

> Canonical page: https://elysiatools.com/en/tools/l-per-100km-to-mpg

- **Category:** Math & Numbers

- **Keywords:** l/100km, mpg, fuel economy, liters per 100 kilometers, conversion

## Overview

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

## Inputs

- **Liters per 100 Kilometers** (number): e.g. 8.5
- **Decimal Precision** (number)

## 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.

## Frequently asked questions

### 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.

## Related tools

- [Acre to Hectare](https://elysiatools.com/en/tools/acre-to-hectare): Convert acres to hectares with configurable decimal precision
- [Acre to Square Feet](https://elysiatools.com/en/tools/acre-to-square-feet): Convert acres to square feet with configurable decimal precision
- [Acre to Square Meter](https://elysiatools.com/en/tools/acre-to-square-meter): Convert acres to square meters with configurable decimal precision
- [Arcminutes to Degrees](https://elysiatools.com/en/tools/arcminutes-to-degrees): Convert arcminutes to degrees with configurable decimal precision
- [Arcseconds to Degrees](https://elysiatools.com/en/tools/arcseconds-to-degrees): Convert arcseconds to degrees with configurable decimal precision
- [ATM to KPa](https://elysiatools.com/en/tools/atm-to-kpa): Convert standard atmospheres to kilopascals with configurable decimal precision
- [Bar to KPa](https://elysiatools.com/en/tools/bar-to-kpa): Convert bar to kilopascals with configurable decimal precision
- [Bar to PSI](https://elysiatools.com/en/tools/bar-to-psi): Convert bar to pounds per square inch with configurable decimal precision

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
