COLOR #49D107

HEX: #49D107
RGB: (73,209,7)

Color info

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

RGB color model

#49D107 color RGB value is (73,209,7).

  • red value is 73;
  • green value is 209;
  • blue value is 7.
RGB:
(73,209,7)
(29%,82%,3%)

RGB channels and saturation

R 73 of 255 = 29%
G 209 of 255 = 82%
B 7 of 255 = 3%

73
209
7

R + G + B ~ 38%. #49D107 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 209 + 7 = 289 (100%)
R 73 of 289 ~ 25.26%
G 209 of 289 ~ 72.32%
B 7 of 289 ~ 2.42%

%25.26
%72.32

CMYK color model

#49D107 color CMYK value is (65,0,97,18).

  • cyan value is 65.07%
  • magenta value is 0.00%
  • yellow value is 96.65%
  • key color value is 18.04%
CMYK:
(65,0,97,18)
C65M0Y97K18 
(65%,0%,97%,18%)
(0.65/0.00/0.97/0.18)	

CMYK percentages

%65.07
%0
%96.65
%18.04

Codes

Color #49D107 in popluar color models

49D107
RGB732097
HSL100°93.52%42.35%
HSB/HSV100°96.65%81.96%
CMYK65.07%0.00%96.65%
18.04%

Color #49D107 in popluar number systems.

HEX49D107
Decimal732097
Binary100100111010001111
Octal1113217

Shades and tints

Shades of #49D107

#49D107
(73,209,7)
#43BE07
(67,190,7)
#3DAB07
(61,171,7)
#379807
(55,152,7)
#318507
(49,133,7)
#2B7207
(43,114,7)
#255F07
(37,95,7)
#1F4C07
(31,76,7)
#193907
(25,57,7)
#132607
(19,38,7)
#0D1307
(13,19,7)
#000000
(0,0,0)

Tints of #49D107

#49D107
(73,209,7)
#59D51D
(89,213,29)
#69D933
(105,217,51)
#79DD49
(121,221,73)
#89E15F
(137,225,95)
#99E575
(153,229,117)
#A9E98B
(169,233,139)
#B9EDA1
(185,237,161)
#C9F1B7
(201,241,183)
#D9F5CD
(217,245,205)
#E9F9E3
(233,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49D107 color. Also use rgb(73,209,7) instead hex code.

Text Font Color

.myTextColor { color: #49D107; }

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

This text font color is #49D107.


Background Color

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

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

This div background color is #49D107.


Border color

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

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

This div border color is #49D107.


Opacity

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

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

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

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

This text has shadow with #49D107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49D107 on black background.


Color preview on white background

This text has color #49D107 on white background.



Black color preview on #49D107 background

This text has black color on #49D107 background.


White color preview on #49D107 background

This text has white color on #49D107 background.