COLOR #49C114

HEX: #49C114
RGB: (73,193,20)

Color info

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

RGB color model

#49C114 color RGB value is (73,193,20).

  • red value is 73;
  • green value is 193;
  • blue value is 20.
RGB:
(73,193,20)
(29%,76%,8%)

RGB channels and saturation

R 73 of 255 = 29%
G 193 of 255 = 76%
B 20 of 255 = 8%

73
193
20

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

Portions of RGB colors in percentages

R + G + B =
73 + 193 + 20 = 286 (100%)
R 73 of 286 ~ 25.52%
G 193 of 286 ~ 67.48%
B 20 of 286 ~ 6.99%

%25.52
%67.48

CMYK color model

#49C114 color CMYK value is (62,0,90,24).

  • cyan value is 62.18%
  • magenta value is 0.00%
  • yellow value is 89.64%
  • key color value is 24.31%
CMYK:
(62,0,90,24)
C62M0Y90K24 
(62%,0%,90%,24%)
(0.62/0.00/0.90/0.24)	

CMYK percentages

%62.18
%0
%89.64
%24.31

Codes

Color #49C114 in popluar color models

49C114
RGB7319320
HSL102°81.22%41.76%
HSB/HSV102°89.64%75.69%
CMYK62.18%0.00%89.64%
24.31%

Color #49C114 in popluar number systems.

HEX49C114
Decimal7319320
Binary10010011100000110100
Octal11130124

Shades and tints

Shades of #49C114

#49C114
(73,193,20)
#43B013
(67,176,19)
#3D9F12
(61,159,18)
#378E11
(55,142,17)
#317D10
(49,125,16)
#2B6C0F
(43,108,15)
#255B0E
(37,91,14)
#1F4A0D
(31,74,13)
#19390C
(25,57,12)
#13280B
(19,40,11)
#0D170A
(13,23,10)
#000000
(0,0,0)

Tints of #49C114

#49C114
(73,193,20)
#59C629
(89,198,41)
#69CB3E
(105,203,62)
#79D053
(121,208,83)
#89D568
(137,213,104)
#99DA7D
(153,218,125)
#A9DF92
(169,223,146)
#B9E4A7
(185,228,167)
#C9E9BC
(201,233,188)
#D9EED1
(217,238,209)
#E9F3E6
(233,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C114 color. Also use rgb(73,193,20) instead hex code.

Text Font Color

.myTextColor { color: #49C114; }

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

This text font color is #49C114.


Background Color

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

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

This div background color is #49C114.


Border color

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

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

This div border color is #49C114.


Opacity

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

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

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

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

This text has shadow with #49C114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49C114 on black background.


Color preview on white background

This text has color #49C114 on white background.



Black color preview on #49C114 background

This text has black color on #49C114 background.


White color preview on #49C114 background

This text has white color on #49C114 background.