COLOR #49ED37

HEX: #49ED37
RGB: (73,237,55)

Color info

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

RGB color model

#49ED37 color RGB value is (73,237,55).

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

RGB channels and saturation

R 73 of 255 = 29%
G 237 of 255 = 93%
B 55 of 255 = 22%

73
237
55

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

Portions of RGB colors in percentages

R + G + B =
73 + 237 + 55 = 365 (100%)
R 73 of 365 ~ 20%
G 237 of 365 ~ 64.93%
B 55 of 365 ~ 15.07%

%20
%64.93
%15.07

CMYK color model

#49ED37 color CMYK value is (69,0,77,7).

  • cyan value is 69.20%
  • magenta value is 0.00%
  • yellow value is 76.79%
  • key color value is 7.06%
CMYK:
(69,0,77,7)
C69M0Y77K7 
(69%,0%,77%,7%)
(0.69/0.00/0.77/0.07)	

CMYK percentages

%69.2
%0
%76.79
%7.06

Codes

Color #49ED37 in popluar color models

49ED37
RGB7323755
HSL114°83.49%57.25%
HSB/HSV114°76.79%92.94%
CMYK69.20%0.00%76.79%
7.06%

Color #49ED37 in popluar number systems.

HEX49ED37
Decimal7323755
Binary100100111101101110111
Octal11135567

Shades and tints

Shades of #49ED37

#49ED37
(73,237,55)
#43D832
(67,216,50)
#3DC32D
(61,195,45)
#37AE28
(55,174,40)
#319923
(49,153,35)
#2B841E
(43,132,30)
#256F19
(37,111,25)
#1F5A14
(31,90,20)
#19450F
(25,69,15)
#13300A
(19,48,10)
#0D1B05
(13,27,5)
#000000
(0,0,0)

Tints of #49ED37

#49ED37
(73,237,55)
#59EE49
(89,238,73)
#69EF5B
(105,239,91)
#79F06D
(121,240,109)
#89F17F
(137,241,127)
#99F291
(153,242,145)
#A9F3A3
(169,243,163)
#B9F4B5
(185,244,181)
#C9F5C7
(201,245,199)
#D9F6D9
(217,246,217)
#E9F7EB
(233,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49ED37; }

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

This text font color is #49ED37.


Background Color

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

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

This div background color is #49ED37.


Border color

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

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

This div border color is #49ED37.


Opacity

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

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

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

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

This text has shadow with #49ED37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49ED37 on black background.


Color preview on white background

This text has color #49ED37 on white background.



Black color preview on #49ED37 background

This text has black color on #49ED37 background.


White color preview on #49ED37 background

This text has white color on #49ED37 background.