COLOR #4AEC5B

HEX: #4AEC5B
RGB: (74,236,91)

Color info

#4AEC5B contains mainly green color. Web safe color of #4AEC5B is #33FF66 (or #3F6).

RGB color model

#4AEC5B color RGB value is (74,236,91).

  • red value is 74;
  • green value is 236;
  • blue value is 91.
RGB:
(74,236,91)
(29%,93%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 236 of 255 = 93%
B 91 of 255 = 36%

74
236
91

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

Portions of RGB colors in percentages

R + G + B =
74 + 236 + 91 = 401 (100%)
R 74 of 401 ~ 18.45%
G 236 of 401 ~ 58.85%
B 91 of 401 ~ 22.69%

%18.45
%58.85
%22.69

CMYK color model

#4AEC5B color CMYK value is (69,0,61,7).

  • cyan value is 68.64%
  • magenta value is 0.00%
  • yellow value is 61.44%
  • key color value is 7.45%
CMYK:
(69,0,61,7)
C69M0Y61K7 
(69%,0%,61%,7%)
(0.69/0.00/0.61/0.07)	

CMYK percentages

%68.64
%0
%61.44
%7.45

Codes

Color #4AEC5B in popluar color models

4AEC5B
RGB7423691
HSL126°81.00%60.78%
HSB/HSV126°68.64%92.55%
CMYK68.64%0.00%61.44%
7.45%

Color #4AEC5B in popluar number systems.

HEX4AEC5B
Decimal7423691
Binary1001010111011001011011
Octal112354133

Shades and tints

Shades of #4AEC5B

#4AEC5B
(74,236,91)
#44D753
(68,215,83)
#3EC24B
(62,194,75)
#38AD43
(56,173,67)
#32983B
(50,152,59)
#2C8333
(44,131,51)
#266E2B
(38,110,43)
#205923
(32,89,35)
#1A441B
(26,68,27)
#142F13
(20,47,19)
#0E1A0B
(14,26,11)
#000000
(0,0,0)

Tints of #4AEC5B

#4AEC5B
(74,236,91)
#5AED69
(90,237,105)
#6AEE77
(106,238,119)
#7AEF85
(122,239,133)
#8AF093
(138,240,147)
#9AF1A1
(154,241,161)
#AAF2AF
(170,242,175)
#BAF3BD
(186,243,189)
#CAF4CB
(202,244,203)
#DAF5D9
(218,245,217)
#EAF6E7
(234,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AEC5B color. Also use rgb(74,236,91) instead hex code.

Text Font Color

.myTextColor { color: #4AEC5B; }

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

This text font color is #4AEC5B.


Background Color

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

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

This div background color is #4AEC5B.


Border color

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

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

This div border color is #4AEC5B.


Opacity

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

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

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

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

This text has shadow with #4AEC5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AEC5B on black background.


Color preview on white background

This text has color #4AEC5B on white background.



Black color preview on #4AEC5B background

This text has black color on #4AEC5B background.


White color preview on #4AEC5B background

This text has white color on #4AEC5B background.