COLOR #49E402

HEX: #49E402
RGB: (73,228,2)

Color info

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

RGB color model

#49E402 color RGB value is (73,228,2).

  • red value is 73;
  • green value is 228;
  • blue value is 2.
RGB:
(73,228,2)
(29%,89%,1%)

RGB channels and saturation

R 73 of 255 = 29%
G 228 of 255 = 89%
B 2 of 255 = 1%

73
228
2

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

Portions of RGB colors in percentages

R + G + B =
73 + 228 + 2 = 303 (100%)
R 73 of 303 ~ 24.09%
G 228 of 303 ~ 75.25%
B 2 of 303 ~ 0.66%

%24.09
%75.25

CMYK color model

#49E402 color CMYK value is (68,0,99,11).

  • cyan value is 67.98%
  • magenta value is 0.00%
  • yellow value is 99.12%
  • key color value is 10.59%
CMYK:
(68,0,99,11)
C68M0Y99K11 
(68%,0%,99%,11%)
(0.68/0.00/0.99/0.11)	

CMYK percentages

%67.98
%0
%99.12
%10.59

Codes

Color #49E402 in popluar color models

49E402
RGB732282
HSL101°98.26%45.10%
HSB/HSV101°99.12%89.41%
CMYK67.98%0.00%99.12%
10.59%

Color #49E402 in popluar number systems.

HEX49E402
Decimal732282
Binary10010011110010010
Octal1113442

Shades and tints

Shades of #49E402

#49E402
(73,228,2)
#43D002
(67,208,2)
#3DBC02
(61,188,2)
#37A802
(55,168,2)
#319402
(49,148,2)
#2B8002
(43,128,2)
#256C02
(37,108,2)
#1F5802
(31,88,2)
#194402
(25,68,2)
#133002
(19,48,2)
#0D1C02
(13,28,2)
#000000
(0,0,0)

Tints of #49E402

#49E402
(73,228,2)
#59E619
(89,230,25)
#69E830
(105,232,48)
#79EA47
(121,234,71)
#89EC5E
(137,236,94)
#99EE75
(153,238,117)
#A9F08C
(169,240,140)
#B9F2A3
(185,242,163)
#C9F4BA
(201,244,186)
#D9F6D1
(217,246,209)
#E9F8E8
(233,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E402 color. Also use rgb(73,228,2) instead hex code.

Text Font Color

.myTextColor { color: #49E402; }

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

This text font color is #49E402.


Background Color

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

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

This div background color is #49E402.


Border color

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

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

This div border color is #49E402.


Opacity

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

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

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

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

This text has shadow with #49E402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49E402 on black background.


Color preview on white background

This text has color #49E402 on white background.



Black color preview on #49E402 background

This text has black color on #49E402 background.


White color preview on #49E402 background

This text has white color on #49E402 background.