COLOR #E2F47F

HEX: #E2F47F RGB: (226,244,127)

Color info

#E2F47F contains mainly red and green colors. Web safe color of #E2F47F is #CCFF66 (or #CF6).

RGB color model

#E2F47F color RGB value is (226,244,127).

RGB: (226,244,127) (89%, 96%, 50%)

RGB channels and saturation

R 226 of 255 = 89%
G 244 of 255 = 96%
B 127 of 255 = 50%

226
244
127

R + G + B ~ 78%. #E2F47F is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 244 + 127 = 597 (100%)
R 226 of 597 ~ 37.86%
G 244 of 597 ~ 40.87%
B 127 of 597 ~ 21.27'%

%37.86
%40.87
%21.27

CMYK color model

#E2F47F color CMYK value is (7,0,48,4).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 47.95%
  • key color value is 4.31%

CMYK: (7,0,48,4)
C7M0Y48K4 (7%, 0%, 48%, 4%)
(0.07 / 0.00 / 0.48 / 0.04)

CMYK percentages

%7.38
%0
%47.95
%4.31

Codes

Color #E2F47F in popluar color models

E2 F4 7F
RGB 226 244 127
HSL 69° 84.17% 72.75%
HSB/HSV 69° 47.95% 95.69%
CMYK 7.38% 0.00% 47.95%
4.31%

Color #E2F47F in popluar number systems.

HEX E2 F4 7F
Decimal 226 244 127
Binary 11100010 11110100 1111111
Octal 342 364 177

Shades and tints

Shades of #E2F47F

#E2F47F
(226,244,127)
#CEDE74
(206,222,116)
#BAC869
(186,200,105)
#A6B25E
(166,178,94)
#929C53
(146,156,83)
#7E8648
(126,134,72)
#6A703D
(106,112,61)
#565A32
(86,90,50)
#424427
(66,68,39)
#2E2E1C
(46,46,28)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #E2F47F

#E2F47F
(226,244,127)
#E4F58A
(228,245,138)
#E6F695
(230,246,149)
#E8F7A0
(232,247,160)
#EAF8AB
(234,248,171)
#ECF9B6
(236,249,182)
#EEFAC1
(238,250,193)
#F0FBCC
(240,251,204)
#F2FCD7
(242,252,215)
#F4FDE2
(244,253,226)
#F6FEED
(246,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F47F color. Also use rgb(226,244,127) instead hex code.

Text Font Color

.myTextColor { color: #E2F47F; }

<p style="color:#E2F47F">This sample text font color is #E2F47F.</p>

This text font color is #E2F47F.

Background Color

.myBgColor { background-color: #E2F47F; }

<div style="background-color:#E2F47F">Inner text</div>

This div background color is #E2F47F.

Border color

.myBorderColor { border: 1px solid #E2F47F; }

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

This div border color is #E2F47F.

Opacity

.myOpacity80 { color: #E2F47F; opacity: 0.8; }

<p style="color:#E2F47F;opacity:0.8;">80%</p>

Text with #E2F47F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E2F47F;}

<p style="text-shadow: 3px 3px 1px #E2F47F">Text here.</p>

This text has shadow with #E2F47F color.


.textShadow {text-shadow: 3px 3px 1px #E2F47F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E2F47F, 5px 5px 20px red">Text here.</p>

This text has shadow with #E2F47F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2F47F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E2F47F, Direction=45, Strength=4)">Text</p>

This text has shadow with #E2F47F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2F47F;
-webkit-box-shadow: 1px 1px 3px 2px #E2F47F;
box-shadow: 1px 1px 3px 2px #E2F47F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2F47F; -webkit-box-shadow: 1px 1px 3px 2px #E2F47F; box-shadow:1px 1px 3px 2px #E2F47F;">
Div content here
</div>

This div box has shadow with color #E2F47F.

Preview

Color preview on black background

This text has color #E2F47F on black background.


Color preview on white background

This text has color #E2F47F on white background.


Black color preview on #E2F47F background

This text has black color on #E2F47F background.


White color preview on #E2F47F background

This text has white color on #E2F47F background.


Related colors

Complementary color

Complementary color for #hex is #1D0B80.


I love getcolorcode.com

Triadic colors

1 #7FE2F4 and #F47FE2 with #E2F47F are triadic colors.

2 #7FF4E2 and #F4E27F with #E2F47F are triadic colors.