COLOR #49C41C

HEX: #49C41C
RGB: (73,196,28)

Color info

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

RGB color model

#49C41C color RGB value is (73,196,28).

  • red value is 73;
  • green value is 196;
  • blue value is 28.
RGB:
(73,196,28)
(29%,77%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 196 of 255 = 77%
B 28 of 255 = 11%

73
196
28

R + G + B ~ 39%. #49C41C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 196 + 28 = 297 (100%)
R 73 of 297 ~ 24.58%
G 196 of 297 ~ 65.99%
B 28 of 297 ~ 9.43%

%24.58
%65.99

CMYK color model

#49C41C color CMYK value is (63,0,86,23).

  • cyan value is 62.76%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 23.14%
CMYK:
(63,0,86,23)
C63M0Y86K23 
(63%,0%,86%,23%)
(0.63/0.00/0.86/0.23)	

CMYK percentages

%62.76
%0
%85.71
%23.14

Codes

Color #49C41C in popluar color models

49C41C
RGB7319628
HSL104°75.00%43.92%
HSB/HSV104°85.71%76.86%
CMYK62.76%0.00%85.71%
23.14%

Color #49C41C in popluar number systems.

HEX49C41C
Decimal7319628
Binary10010011100010011100
Octal11130434

Shades and tints

Shades of #49C41C

#49C41C
(73,196,28)
#43B31A
(67,179,26)
#3DA218
(61,162,24)
#379116
(55,145,22)
#318014
(49,128,20)
#2B6F12
(43,111,18)
#255E10
(37,94,16)
#1F4D0E
(31,77,14)
#193C0C
(25,60,12)
#132B0A
(19,43,10)
#0D1A08
(13,26,8)
#000000
(0,0,0)

Tints of #49C41C

#49C41C
(73,196,28)
#59C930
(89,201,48)
#69CE44
(105,206,68)
#79D358
(121,211,88)
#89D86C
(137,216,108)
#99DD80
(153,221,128)
#A9E294
(169,226,148)
#B9E7A8
(185,231,168)
#C9ECBC
(201,236,188)
#D9F1D0
(217,241,208)
#E9F6E4
(233,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C41C color. Also use rgb(73,196,28) instead hex code.

Text Font Color

.myTextColor { color: #49C41C; }

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

This text font color is #49C41C.


Background Color

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

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

This div background color is #49C41C.


Border color

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

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

This div border color is #49C41C.


Opacity

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

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

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

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

This text has shadow with #49C41C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49C41C on black background.


Color preview on white background

This text has color #49C41C on white background.



Black color preview on #49C41C background

This text has black color on #49C41C background.


White color preview on #49C41C background

This text has white color on #49C41C background.