COLOR #49E813

HEX: #49E813
RGB: (73,232,19)

Color info

#49E813 contains mainly green color. Web safe color of #49E813 is #33FF00 (or #3F0).

RGB color model

#49E813 color RGB value is (73,232,19).

  • red value is 73;
  • green value is 232;
  • blue value is 19.
RGB:
(73,232,19)
(29%,91%,7%)

RGB channels and saturation

R 73 of 255 = 29%
G 232 of 255 = 91%
B 19 of 255 = 7%

73
232
19

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

Portions of RGB colors in percentages

R + G + B =
73 + 232 + 19 = 324 (100%)
R 73 of 324 ~ 22.53%
G 232 of 324 ~ 71.6%
B 19 of 324 ~ 5.86%

%22.53
%71.6

CMYK color model

#49E813 color CMYK value is (69,0,92,9).

  • cyan value is 68.53%
  • magenta value is 0.00%
  • yellow value is 91.81%
  • key color value is 9.02%
CMYK:
(69,0,92,9)
C69M0Y92K9 
(69%,0%,92%,9%)
(0.69/0.00/0.92/0.09)	

CMYK percentages

%68.53
%0
%91.81
%9.02

Codes

Color #49E813 in popluar color models

49E813
RGB7323219
HSL105°84.86%49.22%
HSB/HSV105°91.81%90.98%
CMYK68.53%0.00%91.81%
9.02%

Color #49E813 in popluar number systems.

HEX49E813
Decimal7323219
Binary10010011110100010011
Octal11135023

Shades and tints

Shades of #49E813

#49E813
(73,232,19)
#43D312
(67,211,18)
#3DBE11
(61,190,17)
#37A910
(55,169,16)
#31940F
(49,148,15)
#2B7F0E
(43,127,14)
#256A0D
(37,106,13)
#1F550C
(31,85,12)
#19400B
(25,64,11)
#132B0A
(19,43,10)
#0D1609
(13,22,9)
#000000
(0,0,0)

Tints of #49E813

#49E813
(73,232,19)
#59EA28
(89,234,40)
#69EC3D
(105,236,61)
#79EE52
(121,238,82)
#89F067
(137,240,103)
#99F27C
(153,242,124)
#A9F491
(169,244,145)
#B9F6A6
(185,246,166)
#C9F8BB
(201,248,187)
#D9FAD0
(217,250,208)
#E9FCE5
(233,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E813 color. Also use rgb(73,232,19) instead hex code.

Text Font Color

.myTextColor { color: #49E813; }

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

This text font color is #49E813.


Background Color

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

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

This div background color is #49E813.


Border color

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

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

This div border color is #49E813.


Opacity

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

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

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

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

This text has shadow with #49E813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49E813 on black background.


Color preview on white background

This text has color #49E813 on white background.



Black color preview on #49E813 background

This text has black color on #49E813 background.


White color preview on #49E813 background

This text has white color on #49E813 background.