COLOR #4AE57E

HEX: #4AE57E
RGB: (74,229,126)

Color info

#4AE57E contains mainly green color. Web safe color of #4AE57E is #33CC66 (or #3C6).

RGB color model

#4AE57E color RGB value is (74,229,126).

  • red value is 74;
  • green value is 229;
  • blue value is 126.
RGB:
(74,229,126)
(29%,90%,49%)

RGB channels and saturation

R 74 of 255 = 29%
G 229 of 255 = 90%
B 126 of 255 = 49%

74
229
126

R + G + B ~ 56%. #4AE57E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 229 + 126 = 429 (100%)
R 74 of 429 ~ 17.25%
G 229 of 429 ~ 53.38%
B 126 of 429 ~ 29.37%

%17.25
%53.38
%29.37

CMYK color model

#4AE57E color CMYK value is (68,0,45,10).

  • cyan value is 67.69%
  • magenta value is 0.00%
  • yellow value is 44.98%
  • key color value is 10.20%
CMYK:
(68,0,45,10)
C68M0Y45K10 
(68%,0%,45%,10%)
(0.68/0.00/0.45/0.10)	

CMYK percentages

%67.69
%0
%44.98
%10.2

Codes

Color #4AE57E in popluar color models

4AE57E
RGB74229126
HSL140°74.88%59.41%
HSB/HSV140°67.69%89.80%
CMYK67.69%0.00%44.98%
10.20%

Color #4AE57E in popluar number systems.

HEX4AE57E
Decimal74229126
Binary1001010111001011111110
Octal112345176

Shades and tints

Shades of #4AE57E

#4AE57E
(74,229,126)
#44D173
(68,209,115)
#3EBD68
(62,189,104)
#38A95D
(56,169,93)
#329552
(50,149,82)
#2C8147
(44,129,71)
#266D3C
(38,109,60)
#205931
(32,89,49)
#1A4526
(26,69,38)
#14311B
(20,49,27)
#0E1D10
(14,29,16)
#000000
(0,0,0)

Tints of #4AE57E

#4AE57E
(74,229,126)
#5AE789
(90,231,137)
#6AE994
(106,233,148)
#7AEB9F
(122,235,159)
#8AEDAA
(138,237,170)
#9AEFB5
(154,239,181)
#AAF1C0
(170,241,192)
#BAF3CB
(186,243,203)
#CAF5D6
(202,245,214)
#DAF7E1
(218,247,225)
#EAF9EC
(234,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AE57E color. Also use rgb(74,229,126) instead hex code.

Text Font Color

.myTextColor { color: #4AE57E; }

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

This text font color is #4AE57E.


Background Color

.myBgColor { background-color: #4AE57E; }

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

This div background color is #4AE57E.


Border color

.myBorderColor { border: 1px solid #4AE57E; }

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

This div border color is #4AE57E.


Opacity

.myOpacity80 { color: #4AE57E; opacity: 0.8; }

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

Text with #4AE57E 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 #4AE57E;}

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

This text has shadow with #4AE57E color.

.textShadow {text-shadow: 3px 3px 1px #4AE57E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4AE57E;
-webkit-box-shadow: 1px 1px 3px 2px #4AE57E;
box-shadow:1px 1px 3px 2px #4AE57E;">
Div content here</div>
This div box has shadow with color #4AE57E.

Preview

Color preview on black background

This text has color #4AE57E on black background.


Color preview on white background

This text has color #4AE57E on white background.



Black color preview on #4AE57E background

This text has black color on #4AE57E background.


White color preview on #4AE57E background

This text has white color on #4AE57E background.