#e2f4d7 Color Hex Light Fresh Lime

Information about Light Fresh Lime Color | #0000FF

#e2f4d7 color RGB value is (226,244,215). #e2f4d7 color name is Light Fresh Lime color.

#e2f4d7 hex color red value is 226 , green value is 244 and the blue value of its RGB is 215 . Cylindrical-coordinate representations (also known as HSL) of color #e2f4d7 hue: 97 , saturation: 57 and the lightness value of #e2f4d7 is 90

The process color (four color CMYK) of #e2f4d7 color hex is 3 , 0 ,5, 2 .

#e2f4d7

~Light Fresh Lime

Color Converions

HEX
#e2f4d7
RGB
226,244,215
LAB
94,-10,12
CMYK
7,0,12,4
LCH
94,16,130
XYZ
76,86,77
HSV
97,12,96
HSL
97,57,90

Base Numbers

Base Red Green Blue
Binary 11100010 11110100 11010111
Octal 342 364 327
Decimal 226 244 215
Hex e2 f4 d7

RGB Percentages of Color #e2f4d7

89%
96%
84%

CMYK Percentages of Color #e2f4d7

3%
5%
0%
2%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #e2f4d7

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#e2f4d7
20%
#cbdcc2
30%
#b5c3ac
40%
#9eab96
50%
#889281
60%
#717a6b
70%
#5a6256
80%
#444940
90%
#2d312b
100%
#171815

Tints of #e2f4d7

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#e2f4d7
20%
#e5f5db
30%
#e8f6df
40%
#ebf7e3
50%
#eef8e7
60%
#f0f9eb
70%
#f3fbef
80%
#f6fcf3
90%
#f9fdf7
100%
#fcfefb

Tones of #e2f4d7

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#e2f4d7
20%
#d8e8ce
30%
#ceddc6
40%
#c4d1bd
50%
#bbc5b4
60%
#b1baab
70%
#a7aea3
80%
#9da29a
90%
#939791
100%
#898b88

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#e2f4d7
#eef4d7
#e8f4d7
#e2f4d7
#dcf4d7
#d7f4d8

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#e2f4d7
#e9d7f4

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e2f4d7
#d7f4ef
#f4d7ee

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e2f4d7
#d7e2f4
#f4d7e2

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#e2f4d7
#d7f0f4
#e9d7f4
#f4dbd7

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e2f4d7
#1d1f1c
#454a41
#6c7467
#939f8c
#bbc9b2

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#e2f4d7

protanopia

#f9edd3

deuteranopia

#ffe9e4

tritanopia

#e9edff

achromatopsia

#eeeeee

protanomaly

#f1f0d4

deuteranomaly

#f4eddf

achromatopsia

#eeeeee

tritanomaly

#e6f0f0

achromatomaly

#eaf0e6

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 18/21
Hello World !

#e2f4d7 Color CSS Codes

.bgcolor {background-color:#e2f4d7; } 
.forecolor {color:#e2f4d7; }
.bordercolor {border:3px solid #e2f4d7; }
            

#e2f4d7 Text Font Color

<div style="color:#e2f4d7">
Div content here</div>

This sample text font color is #e2f4d7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#e2f4d7 Background Color

<div style="background-color:#e2f4d7">
Div content here</div>
Div content here

#e2f4d7 Border Color

<div style="border:3px solid #e2f4d7">
Div here</div>

This div border color is #e2f4d7

#e2f4d7 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #e2f4d7; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2f4d7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2f4d7;
  -webkit-box-shadow: 1px 1px 3px 2px #e2f4d7;
  box-shadow: 1px 1px 3px 2px #e2f4d7; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e2f4d7">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e2f4d7;
              -webkit-box-shadow: 1px 1px 3px 2px #e2f4d7;
              box-shadow:         1px 1px 3px 2px #e2f4d7#e2f4d7">
Div content here</div>

This div box has shadow with color #e2f4d7

More Colors

Joust Blue
#55aaff
Bright Laughter
#f0edd1
Mindaro
#daea6f
Light Fern Green
#e6e6d0
Dark Cobalt Blue
#33578a
Italian Basil
#5f6957
Nightly Violet
#784384
Antique Heather
#cdbacb
Plantation
#3e594c
Ginger Grey Yellow
#b8a899
Lucky Lobster
#cc3322
Aqua Green
#12e193
Millennium Silver
#8c9595
Aquacade
#e1f0ea
Chicory Root
#5f423f
First Star
#dad9d4
Citronette
#c4aa27
Agave Green
#6b7169
Clear Blue
#247afd
Learning Green
#abc123
Crystal Haze
#e7e2d6
Candy Coated
#ef9faa
Feralas Lime
#8de07c
Kitten's Eye
#8aadf7
Calc Sinter
#e7e1dd
Egyptian Teal
#008c8d
Mint Sprig
#009c6e
Focus on Light
#fef9d3
Beau Blue
#bcd4e6
Court Green
#b9b7a0
Halloween Punch
#dd2211
Arctic Water
#00fcfc
Imperial Jewel
#693e42
Blue Alps
#89a3ae
Pine Water
#e5e7d5
Country Cork
#b8a584
Earthbound
#a48a80
Featherstone
#cdc7bb
Beach Lilac
#bda2c4
rating-img
Rate this tool
NaN/5   0 votes