Liters per 100 Kilometers to Kilometers per Liter
Snapshot
1 Liters per 100 Kilometers equals 100 Kilometers per Liter. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses a fixed factor based on reference unit definitions.
- Example: For 3 Liters per 100 Kilometers, the result equals 33.333333 Kilometers per Liter.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
100 Kilometers per Liter (km/L)
SwitchMachine access
Available to apps and AI agents
Liters per 100 Kilometers to Kilometers per Liter can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
fuel-economy- Source unit
liters_per_100_km- Target unit
kilometers_per_liter
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "fuel-economy",
"value": 1,
"from": "liters_per_100_km",
"to": "kilometers_per_liter"
}Essential response
{
"ok": true,
"conversion": {
"family": "fuel-economy",
"value": 1,
"from": "liters_per_100_km",
"to": "kilometers_per_liter",
"result": {
"raw": 100,
"display": "100"
},
"canonicalPath": "/fuel-economy/liters-per-100-km-to-kilometers-per-liter/"
}
}Explanation
The converter converts liters per 100 kilometers into kilometers per liter by normalizing the input through liters per 100 kilometers, then restating the result in the target fuel-economy format. Because one side measures consumption and the other measures efficiency, the numeric behavior is inverse even though the route stays on one fixed shared basis. The calculator, common values, and mirror Kilometers per Liter to Liters per 100 Kilometers page all use that same model.
This Liters per 100 Kilometers-to-Kilometers per Liter route stays on one fixed fuel-economy basis, so the calculator, common values, and mirror page remain aligned.
The same normalized model drives quick checks and manual spot checks, so the displayed values stay consistent across the page.
Common Conversion Values
| Liters per 100 Kilometers (L/100km) | Kilometers per Liter (km/L) |
|---|---|
| 3 | 33.333333 |
| 4 | 25 |
| 5 | 20 |
| 6 | 16.666667 |
| 7.5 | 13.333333 |
| 10 | 10 |
| 12.5 | 8 |
| 15 | 6.666667 |
| 20 | 5 |
| 30 | 3.333333 |
Questions & answers
Frequently Asked Questions
How is L/100km to km/L calculated?
This page converts through liters per 100 kilometers, which keeps consumption-format and efficiency-format fuel economy units on one fixed shared basis even though their numeric behavior is inverse.
Is there a reverse page for km/L to L/100km?
Yes. Use the mirror km/L to L/100km page to apply the inverse relationship with the same fixed fuel-economy definitions.
Why do consumption and efficiency values move in opposite directions?
Consumption units measure fuel used per distance, while efficiency units measure distance per fuel amount. That is why improving efficiency lowers one number while raising the other.