COLOR #49CB3E

HEX: #49CB3E
RGB: (73,203,62)

Color info

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

RGB color model

#49CB3E color RGB value is (73,203,62).

  • red value is 73;
  • green value is 203;
  • blue value is 62.
RGB:
(73,203,62)
(29%,80%,24%)

RGB channels and saturation

R 73 of 255 = 29%
G 203 of 255 = 80%
B 62 of 255 = 24%

73
203
62

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

Portions of RGB colors in percentages

R + G + B =
73 + 203 + 62 = 338 (100%)
R 73 of 338 ~ 21.6%
G 203 of 338 ~ 60.06%
B 62 of 338 ~ 18.34%

%21.6
%60.06
%18.34

CMYK color model

#49CB3E color CMYK value is (64,0,69,20).

  • cyan value is 64.04%
  • magenta value is 0.00%
  • yellow value is 69.46%
  • key color value is 20.39%
CMYK:
(64,0,69,20)
C64M0Y69K20 
(64%,0%,69%,20%)
(0.64/0.00/0.69/0.20)	

CMYK percentages

%64.04
%0
%69.46
%20.39

Codes

Color #49CB3E in popluar color models

49CB3E
RGB7320362
HSL115°57.55%51.96%
HSB/HSV115°69.46%79.61%
CMYK64.04%0.00%69.46%
20.39%

Color #49CB3E in popluar number systems.

HEX49CB3E
Decimal7320362
Binary100100111001011111110
Octal11131376

Shades and tints

Shades of #49CB3E

#49CB3E
(73,203,62)
#43B939
(67,185,57)
#3DA734
(61,167,52)
#37952F
(55,149,47)
#31832A
(49,131,42)
#2B7125
(43,113,37)
#255F20
(37,95,32)
#1F4D1B
(31,77,27)
#193B16
(25,59,22)
#132911
(19,41,17)
#0D170C
(13,23,12)
#000000
(0,0,0)

Tints of #49CB3E

#49CB3E
(73,203,62)
#59CF4F
(89,207,79)
#69D360
(105,211,96)
#79D771
(121,215,113)
#89DB82
(137,219,130)
#99DF93
(153,223,147)
#A9E3A4
(169,227,164)
#B9E7B5
(185,231,181)
#C9EBC6
(201,235,198)
#D9EFD7
(217,239,215)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49CB3E color. Also use rgb(73,203,62) instead hex code.

Text Font Color

.myTextColor { color: #49CB3E; }

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

This text font color is #49CB3E.


Background Color

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

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

This div background color is #49CB3E.


Border color

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

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

This div border color is #49CB3E.


Opacity

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

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

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

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

This text has shadow with #49CB3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49CB3E on black background.


Color preview on white background

This text has color #49CB3E on white background.



Black color preview on #49CB3E background

This text has black color on #49CB3E background.


White color preview on #49CB3E background

This text has white color on #49CB3E background.