COLOR #49EA2E

HEX: #49EA2E
RGB: (73,234,46)

Color info

#49EA2E contains mainly green color. Web safe color of #49EA2E is #33FF33 (or #3F3).

RGB color model

#49EA2E color RGB value is (73,234,46).

  • red value is 73;
  • green value is 234;
  • blue value is 46.
RGB:
(73,234,46)
(29%,92%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 234 of 255 = 92%
B 46 of 255 = 18%

73
234
46

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

Portions of RGB colors in percentages

R + G + B =
73 + 234 + 46 = 353 (100%)
R 73 of 353 ~ 20.68%
G 234 of 353 ~ 66.29%
B 46 of 353 ~ 13.03%

%20.68
%66.29
%13.03

CMYK color model

#49EA2E color CMYK value is (69,0,80,8).

  • cyan value is 68.80%
  • magenta value is 0.00%
  • yellow value is 80.34%
  • key color value is 8.24%
CMYK:
(69,0,80,8)
C69M0Y80K8 
(69%,0%,80%,8%)
(0.69/0.00/0.80/0.08)	

CMYK percentages

%68.8
%0
%80.34
%8.24

Codes

Color #49EA2E in popluar color models

49EA2E
RGB7323446
HSL111°81.74%54.90%
HSB/HSV111°80.34%91.76%
CMYK68.80%0.00%80.34%
8.24%

Color #49EA2E in popluar number systems.

HEX49EA2E
Decimal7323446
Binary100100111101010101110
Octal11135256

Shades and tints

Shades of #49EA2E

#49EA2E
(73,234,46)
#43D52A
(67,213,42)
#3DC026
(61,192,38)
#37AB22
(55,171,34)
#31961E
(49,150,30)
#2B811A
(43,129,26)
#256C16
(37,108,22)
#1F5712
(31,87,18)
#19420E
(25,66,14)
#132D0A
(19,45,10)
#0D1806
(13,24,6)
#000000
(0,0,0)

Tints of #49EA2E

#49EA2E
(73,234,46)
#59EB41
(89,235,65)
#69EC54
(105,236,84)
#79ED67
(121,237,103)
#89EE7A
(137,238,122)
#99EF8D
(153,239,141)
#A9F0A0
(169,240,160)
#B9F1B3
(185,241,179)
#C9F2C6
(201,242,198)
#D9F3D9
(217,243,217)
#E9F4EC
(233,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49EA2E color. Also use rgb(73,234,46) instead hex code.

Text Font Color

.myTextColor { color: #49EA2E; }

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

This text font color is #49EA2E.


Background Color

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

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

This div background color is #49EA2E.


Border color

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

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

This div border color is #49EA2E.


Opacity

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

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

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

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

This text has shadow with #49EA2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49EA2E on black background.


Color preview on white background

This text has color #49EA2E on white background.



Black color preview on #49EA2E background

This text has black color on #49EA2E background.


White color preview on #49EA2E background

This text has white color on #49EA2E background.