COLOR #49E06A

HEX: #49E06A RGB: (73,224,106)

Color info

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

RGB color model

#49E06A color RGB value is (73,224,106).

RGB: (73,224,106) (29%, 88%, 42%)

RGB channels and saturation

R 73 of 255 = 29%
G 224 of 255 = 88%
B 106 of 255 = 42%

73
224
106

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

Portions of RGB colors in percentages

R + G + B = 73 + 224 + 106 = 403 (100%)
R 73 of 403 ~ 18.11%
G 224 of 403 ~ 55.58%
B 106 of 403 ~ 26.3'%

%18.11
%55.58
%26.3

CMYK color model

#49E06A color CMYK value is (67,0,53,12).

  • cyan value is 67.41%
  • magenta value is 0.00%
  • yellow value is 52.68%
  • key color value is 12.16%

CMYK: (67,0,53,12)
C67M0Y53K12 (67%, 0%, 53%, 12%)
(0.67 / 0.00 / 0.53 / 0.12)

CMYK percentages

%67.41
%0
%52.68
%12.16

Codes

Color #49E06A in popluar color models

49 E0 6A
RGB 73 224 106
HSL 133° 70.89% 58.24%
HSB/HSV 133° 67.41% 87.84%
CMYK 67.41% 0.00% 52.68%
12.16%

Color #49E06A in popluar number systems.

HEX 49 E0 6A
Decimal 73 224 106
Binary 1001001 11100000 1101010
Octal 111 340 152

Shades and tints

Shades of #49E06A

#49E06A
(73,224,106)
#43CC61
(67,204,97)
#3DB858
(61,184,88)
#37A44F
(55,164,79)
#319046
(49,144,70)
#2B7C3D
(43,124,61)
#256834
(37,104,52)
#1F542B
(31,84,43)
#194022
(25,64,34)
#132C19
(19,44,25)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #49E06A

#49E06A
(73,224,106)
#59E277
(89,226,119)
#69E484
(105,228,132)
#79E691
(121,230,145)
#89E89E
(137,232,158)
#99EAAB
(153,234,171)
#A9ECB8
(169,236,184)
#B9EEC5
(185,238,197)
#C9F0D2
(201,240,210)
#D9F2DF
(217,242,223)
#E9F4EC
(233,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E06A color. Also use rgb(73,224,106) instead hex code.

Text Font Color

.myTextColor { color: #49E06A; }

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

This text font color is #49E06A.

Background Color

.myBgColor { background-color: #49E06A; }

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

This div background color is #49E06A.

Border color

.myBorderColor { border: 1px solid #49E06A; }

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

This div border color is #49E06A.

Opacity

.myOpacity80 { color: #49E06A; opacity: 0.8; }

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

Text with #49E06A 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 #49E06A;}

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

This text has shadow with #49E06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49E06A.

Preview

Color preview on black background

This text has color #49E06A on black background.


Color preview on white background

This text has color #49E06A on white background.


Black color preview on #49E06A background

This text has black color on #49E06A background.


White color preview on #49E06A background

This text has white color on #49E06A background.


Related colors

Complementary color

Complementary color for #hex is #B61F95.


I love getcolorcode.com

Triadic colors

1 #6A49E0 and #E06A49 with #49E06A are triadic colors.

2 #6AE049 and #E0496A with #49E06A are triadic colors.