COLOR #49FF02

HEX: #49FF02
RGB: (73,255,2)

Color info

#49FF02 contains mainly green color. Web safe color of #49FF02 is #33FF00 (or #3F0).

RGB color model

#49FF02 color RGB value is (73,255,2).

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

RGB channels and saturation

R 73 of 255 = 29%
G 255 of 255 = 100%
B 2 of 255 = 1%

73
255
2

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

Portions of RGB colors in percentages

R + G + B =
73 + 255 + 2 = 330 (100%)
R 73 of 330 ~ 22.12%
G 255 of 330 ~ 77.27%
B 2 of 330 ~ 0.61%

%22.12
%77.27

CMYK color model

#49FF02 color CMYK value is (71,0,99,0).

  • cyan value is 71.37%
  • magenta value is 0.00%
  • yellow value is 99.22%
  • key color value is 0.00%
CMYK:
(71,0,99,0)
C71M0Y99K0 
(71%,0%,99%,0%)
(0.71/0.00/0.99/0.00)	

CMYK percentages

%71.37
%0
%99.22
%0

Codes

Color #49FF02 in popluar color models

49FF02
RGB732552
HSL103°100.00%50.39%
HSB/HSV103°99.22%100.00%
CMYK71.37%0.00%99.22%
0.00%

Color #49FF02 in popluar number systems.

HEX49FF02
Decimal732552
Binary10010011111111110
Octal1113772

Shades and tints

Shades of #49FF02

#49FF02
(73,255,2)
#43E802
(67,232,2)
#3DD102
(61,209,2)
#37BA02
(55,186,2)
#31A302
(49,163,2)
#2B8C02
(43,140,2)
#257502
(37,117,2)
#1F5E02
(31,94,2)
#194702
(25,71,2)
#133002
(19,48,2)
#0D1902
(13,25,2)
#000000
(0,0,0)

Tints of #49FF02

#49FF02
(73,255,2)
#59FF19
(89,255,25)
#69FF30
(105,255,48)
#79FF47
(121,255,71)
#89FF5E
(137,255,94)
#99FF75
(153,255,117)
#A9FF8C
(169,255,140)
#B9FFA3
(185,255,163)
#C9FFBA
(201,255,186)
#D9FFD1
(217,255,209)
#E9FFE8
(233,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49FF02; }

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

This text font color is #49FF02.


Background Color

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

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

This div background color is #49FF02.


Border color

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

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

This div border color is #49FF02.


Opacity

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

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

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

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

This text has shadow with #49FF02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49FF02 on black background.


Color preview on white background

This text has color #49FF02 on white background.



Black color preview on #49FF02 background

This text has black color on #49FF02 background.


White color preview on #49FF02 background

This text has white color on #49FF02 background.