COLOR #49D71D

HEX: #49D71D
RGB: (73,215,29)

Color info

#49D71D contains mainly green color. Web safe color of #49D71D is #33CC33 (or #3C3).

RGB color model

#49D71D color RGB value is (73,215,29).

  • red value is 73;
  • green value is 215;
  • blue value is 29.
RGB:
(73,215,29)
(29%,84%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 215 of 255 = 84%
B 29 of 255 = 11%

73
215
29

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

Portions of RGB colors in percentages

R + G + B =
73 + 215 + 29 = 317 (100%)
R 73 of 317 ~ 23.03%
G 215 of 317 ~ 67.82%
B 29 of 317 ~ 9.15%

%23.03
%67.82

CMYK color model

#49D71D color CMYK value is (66,0,87,16).

  • cyan value is 66.05%
  • magenta value is 0.00%
  • yellow value is 86.51%
  • key color value is 15.69%
CMYK:
(66,0,87,16)
C66M0Y87K16 
(66%,0%,87%,16%)
(0.66/0.00/0.87/0.16)	

CMYK percentages

%66.05
%0
%86.51
%15.69

Codes

Color #49D71D in popluar color models

49D71D
RGB7321529
HSL106°76.23%47.84%
HSB/HSV106°86.51%84.31%
CMYK66.05%0.00%86.51%
15.69%

Color #49D71D in popluar number systems.

HEX49D71D
Decimal7321529
Binary10010011101011111101
Octal11132735

Shades and tints

Shades of #49D71D

#49D71D
(73,215,29)
#43C41B
(67,196,27)
#3DB119
(61,177,25)
#379E17
(55,158,23)
#318B15
(49,139,21)
#2B7813
(43,120,19)
#256511
(37,101,17)
#1F520F
(31,82,15)
#193F0D
(25,63,13)
#132C0B
(19,44,11)
#0D1909
(13,25,9)
#000000
(0,0,0)

Tints of #49D71D

#49D71D
(73,215,29)
#59DA31
(89,218,49)
#69DD45
(105,221,69)
#79E059
(121,224,89)
#89E36D
(137,227,109)
#99E681
(153,230,129)
#A9E995
(169,233,149)
#B9ECA9
(185,236,169)
#C9EFBD
(201,239,189)
#D9F2D1
(217,242,209)
#E9F5E5
(233,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49D71D color. Also use rgb(73,215,29) instead hex code.

Text Font Color

.myTextColor { color: #49D71D; }

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

This text font color is #49D71D.


Background Color

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

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

This div background color is #49D71D.


Border color

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

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

This div border color is #49D71D.


Opacity

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

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

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

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

This text has shadow with #49D71D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49D71D on black background.


Color preview on white background

This text has color #49D71D on white background.



Black color preview on #49D71D background

This text has black color on #49D71D background.


White color preview on #49D71D background

This text has white color on #49D71D background.