RGB ↔ LAB Color Space Conversion

#2e8b57

R: 46
L: 0.0
G: 139
a: 0.0
B: 87
b: 0.0

RGB Model

Additive color model used in displays

LAB Model

Perceptually uniform, device-independent

RRGB Value Adjustment

46
139
87

CSS Code

RGB Format

color: rgb(46, 139, 87);

HEX Format

color: #2e8b57;

LAB Format

color: lab(0.00% 0.00 0.00);

LAB Color Space Explanation

CIELAB color space (also known as L*a*b*) is a color space that can describe all colors visible to the human eye. Its three parameters represent:

L Lightness

0-100, from black (0) to white (100)

a Green-Red Axis

Negative values for green, positive for red

b Blue-Yellow Axis

Negative values for blue, positive for yellow