COLOR #49CE25

HEX: #49CE25
RGB: (73,206,37)

Color info

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

RGB color model

#49CE25 color RGB value is (73,206,37).

  • red value is 73;
  • green value is 206;
  • blue value is 37.
RGB:
(73,206,37)
(29%,81%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 206 of 255 = 81%
B 37 of 255 = 15%

73
206
37

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

Portions of RGB colors in percentages

R + G + B =
73 + 206 + 37 = 316 (100%)
R 73 of 316 ~ 23.1%
G 206 of 316 ~ 65.19%
B 37 of 316 ~ 11.71%

%23.1
%65.19
%11.71

CMYK color model

#49CE25 color CMYK value is (65,0,82,19).

  • cyan value is 64.56%
  • magenta value is 0.00%
  • yellow value is 82.04%
  • key color value is 19.22%
CMYK:
(65,0,82,19)
C65M0Y82K19 
(65%,0%,82%,19%)
(0.65/0.00/0.82/0.19)	

CMYK percentages

%64.56
%0
%82.04
%19.22

Codes

Color #49CE25 in popluar color models

49CE25
RGB7320637
HSL107°69.55%47.65%
HSB/HSV107°82.04%80.78%
CMYK64.56%0.00%82.04%
19.22%

Color #49CE25 in popluar number systems.

HEX49CE25
Decimal7320637
Binary100100111001110100101
Octal11131645

Shades and tints

Shades of #49CE25

#49CE25
(73,206,37)
#43BC22
(67,188,34)
#3DAA1F
(61,170,31)
#37981C
(55,152,28)
#318619
(49,134,25)
#2B7416
(43,116,22)
#256213
(37,98,19)
#1F5010
(31,80,16)
#193E0D
(25,62,13)
#132C0A
(19,44,10)
#0D1A07
(13,26,7)
#000000
(0,0,0)

Tints of #49CE25

#49CE25
(73,206,37)
#59D238
(89,210,56)
#69D64B
(105,214,75)
#79DA5E
(121,218,94)
#89DE71
(137,222,113)
#99E284
(153,226,132)
#A9E697
(169,230,151)
#B9EAAA
(185,234,170)
#C9EEBD
(201,238,189)
#D9F2D0
(217,242,208)
#E9F6E3
(233,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49CE25 color. Also use rgb(73,206,37) instead hex code.

Text Font Color

.myTextColor { color: #49CE25; }

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

This text font color is #49CE25.


Background Color

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

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

This div background color is #49CE25.


Border color

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

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

This div border color is #49CE25.


Opacity

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

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

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

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

This text has shadow with #49CE25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49CE25 on black background.


Color preview on white background

This text has color #49CE25 on white background.



Black color preview on #49CE25 background

This text has black color on #49CE25 background.


White color preview on #49CE25 background

This text has white color on #49CE25 background.