COLOR #49DD19

HEX: #49DD19
RGB: (73,221,25)

Color info

#49DD19 contains mainly green color. Web safe color of #49DD19 is #33CC00 (or #3C0).

RGB color model

#49DD19 color RGB value is (73,221,25).

  • red value is 73;
  • green value is 221;
  • blue value is 25.
RGB:
(73,221,25)
(29%,87%,10%)

RGB channels and saturation

R 73 of 255 = 29%
G 221 of 255 = 87%
B 25 of 255 = 10%

73
221
25

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

Portions of RGB colors in percentages

R + G + B =
73 + 221 + 25 = 319 (100%)
R 73 of 319 ~ 22.88%
G 221 of 319 ~ 69.28%
B 25 of 319 ~ 7.84%

%22.88
%69.28

CMYK color model

#49DD19 color CMYK value is (67,0,89,13).

  • cyan value is 66.97%
  • magenta value is 0.00%
  • yellow value is 88.69%
  • key color value is 13.33%
CMYK:
(67,0,89,13)
C67M0Y89K13 
(67%,0%,89%,13%)
(0.67/0.00/0.89/0.13)	

CMYK percentages

%66.97
%0
%88.69
%13.33

Codes

Color #49DD19 in popluar color models

49DD19
RGB7322125
HSL105°79.67%48.24%
HSB/HSV105°88.69%86.67%
CMYK66.97%0.00%88.69%
13.33%

Color #49DD19 in popluar number systems.

HEX49DD19
Decimal7322125
Binary10010011101110111001
Octal11133531

Shades and tints

Shades of #49DD19

#49DD19
(73,221,25)
#43C917
(67,201,23)
#3DB515
(61,181,21)
#37A113
(55,161,19)
#318D11
(49,141,17)
#2B790F
(43,121,15)
#25650D
(37,101,13)
#1F510B
(31,81,11)
#193D09
(25,61,9)
#132907
(19,41,7)
#0D1505
(13,21,5)
#000000
(0,0,0)

Tints of #49DD19

#49DD19
(73,221,25)
#59E02D
(89,224,45)
#69E341
(105,227,65)
#79E655
(121,230,85)
#89E969
(137,233,105)
#99EC7D
(153,236,125)
#A9EF91
(169,239,145)
#B9F2A5
(185,242,165)
#C9F5B9
(201,245,185)
#D9F8CD
(217,248,205)
#E9FBE1
(233,251,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49DD19 color. Also use rgb(73,221,25) instead hex code.

Text Font Color

.myTextColor { color: #49DD19; }

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

This text font color is #49DD19.


Background Color

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

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

This div background color is #49DD19.


Border color

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

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

This div border color is #49DD19.


Opacity

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

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

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

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

This text has shadow with #49DD19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49DD19 on black background.


Color preview on white background

This text has color #49DD19 on white background.



Black color preview on #49DD19 background

This text has black color on #49DD19 background.


White color preview on #49DD19 background

This text has white color on #49DD19 background.