COLOR #49FA18

HEX: #49FA18
RGB: (73,250,24)

Color info

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

RGB color model

#49FA18 color RGB value is (73,250,24).

  • red value is 73;
  • green value is 250;
  • blue value is 24.
RGB:
(73,250,24)
(29%,98%,9%)

RGB channels and saturation

R 73 of 255 = 29%
G 250 of 255 = 98%
B 24 of 255 = 9%

73
250
24

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

Portions of RGB colors in percentages

R + G + B =
73 + 250 + 24 = 347 (100%)
R 73 of 347 ~ 21.04%
G 250 of 347 ~ 72.05%
B 24 of 347 ~ 6.92%

%21.04
%72.05

CMYK color model

#49FA18 color CMYK value is (71,0,90,2).

  • cyan value is 70.80%
  • magenta value is 0.00%
  • yellow value is 90.40%
  • key color value is 1.96%
CMYK:
(71,0,90,2)
C71M0Y90K2 
(71%,0%,90%,2%)
(0.71/0.00/0.90/0.02)	

CMYK percentages

%70.8
%0
%90.4
%1.96

Codes

Color #49FA18 in popluar color models

49FA18
RGB7325024
HSL107°95.76%53.73%
HSB/HSV107°90.40%98.04%
CMYK70.80%0.00%90.40%
1.96%

Color #49FA18 in popluar number systems.

HEX49FA18
Decimal7325024
Binary10010011111101011000
Octal11137230

Shades and tints

Shades of #49FA18

#49FA18
(73,250,24)
#43E416
(67,228,22)
#3DCE14
(61,206,20)
#37B812
(55,184,18)
#31A210
(49,162,16)
#2B8C0E
(43,140,14)
#25760C
(37,118,12)
#1F600A
(31,96,10)
#194A08
(25,74,8)
#133406
(19,52,6)
#0D1E04
(13,30,4)
#000000
(0,0,0)

Tints of #49FA18

#49FA18
(73,250,24)
#59FA2D
(89,250,45)
#69FA42
(105,250,66)
#79FA57
(121,250,87)
#89FA6C
(137,250,108)
#99FA81
(153,250,129)
#A9FA96
(169,250,150)
#B9FAAB
(185,250,171)
#C9FAC0
(201,250,192)
#D9FAD5
(217,250,213)
#E9FAEA
(233,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49FA18 color. Also use rgb(73,250,24) instead hex code.

Text Font Color

.myTextColor { color: #49FA18; }

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

This text font color is #49FA18.


Background Color

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

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

This div background color is #49FA18.


Border color

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

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

This div border color is #49FA18.


Opacity

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

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

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

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

This text has shadow with #49FA18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49FA18 on black background.


Color preview on white background

This text has color #49FA18 on white background.



Black color preview on #49FA18 background

This text has black color on #49FA18 background.


White color preview on #49FA18 background

This text has white color on #49FA18 background.