COLOR #49E937

HEX: #49E937
RGB: (73,233,55)

Color info

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

RGB color model

#49E937 color RGB value is (73,233,55).

  • red value is 73;
  • green value is 233;
  • blue value is 55.
RGB:
(73,233,55)
(29%,91%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 233 of 255 = 91%
B 55 of 255 = 22%

73
233
55

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

Portions of RGB colors in percentages

R + G + B =
73 + 233 + 55 = 361 (100%)
R 73 of 361 ~ 20.22%
G 233 of 361 ~ 64.54%
B 55 of 361 ~ 15.24%

%20.22
%64.54
%15.24

CMYK color model

#49E937 color CMYK value is (69,0,76,9).

  • cyan value is 68.67%
  • magenta value is 0.00%
  • yellow value is 76.39%
  • key color value is 8.63%
CMYK:
(69,0,76,9)
C69M0Y76K9 
(69%,0%,76%,9%)
(0.69/0.00/0.76/0.09)	

CMYK percentages

%68.67
%0
%76.39
%8.63

Codes

Color #49E937 in popluar color models

49E937
RGB7323355
HSL114°80.18%56.47%
HSB/HSV114°76.39%91.37%
CMYK68.67%0.00%76.39%
8.63%

Color #49E937 in popluar number systems.

HEX49E937
Decimal7323355
Binary100100111101001110111
Octal11135167

Shades and tints

Shades of #49E937

#49E937
(73,233,55)
#43D432
(67,212,50)
#3DBF2D
(61,191,45)
#37AA28
(55,170,40)
#319523
(49,149,35)
#2B801E
(43,128,30)
#256B19
(37,107,25)
#1F5614
(31,86,20)
#19410F
(25,65,15)
#132C0A
(19,44,10)
#0D1705
(13,23,5)
#000000
(0,0,0)

Tints of #49E937

#49E937
(73,233,55)
#59EB49
(89,235,73)
#69ED5B
(105,237,91)
#79EF6D
(121,239,109)
#89F17F
(137,241,127)
#99F391
(153,243,145)
#A9F5A3
(169,245,163)
#B9F7B5
(185,247,181)
#C9F9C7
(201,249,199)
#D9FBD9
(217,251,217)
#E9FDEB
(233,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E937 color. Also use rgb(73,233,55) instead hex code.

Text Font Color

.myTextColor { color: #49E937; }

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

This text font color is #49E937.


Background Color

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

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

This div background color is #49E937.


Border color

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

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

This div border color is #49E937.


Opacity

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

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

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

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

This text has shadow with #49E937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49E937 on black background.


Color preview on white background

This text has color #49E937 on white background.



Black color preview on #49E937 background

This text has black color on #49E937 background.


White color preview on #49E937 background

This text has white color on #49E937 background.