COLOR #49CF18

HEX: #49CF18
RGB: (73,207,24)

Color info

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

RGB color model

#49CF18 color RGB value is (73,207,24).

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

RGB channels and saturation

R 73 of 255 = 29%
G 207 of 255 = 81%
B 24 of 255 = 9%

73
207
24

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

Portions of RGB colors in percentages

R + G + B =
73 + 207 + 24 = 304 (100%)
R 73 of 304 ~ 24.01%
G 207 of 304 ~ 68.09%
B 24 of 304 ~ 7.89%

%24.01
%68.09

CMYK color model

#49CF18 color CMYK value is (65,0,88,19).

  • cyan value is 64.73%
  • magenta value is 0.00%
  • yellow value is 88.41%
  • key color value is 18.82%
CMYK:
(65,0,88,19)
C65M0Y88K19 
(65%,0%,88%,19%)
(0.65/0.00/0.88/0.19)	

CMYK percentages

%64.73
%0
%88.41
%18.82

Codes

Color #49CF18 in popluar color models

49CF18
RGB7320724
HSL104°79.22%45.29%
HSB/HSV104°88.41%81.18%
CMYK64.73%0.00%88.41%
18.82%

Color #49CF18 in popluar number systems.

HEX49CF18
Decimal7320724
Binary10010011100111111000
Octal11131730

Shades and tints

Shades of #49CF18

#49CF18
(73,207,24)
#43BD16
(67,189,22)
#3DAB14
(61,171,20)
#379912
(55,153,18)
#318710
(49,135,16)
#2B750E
(43,117,14)
#25630C
(37,99,12)
#1F510A
(31,81,10)
#193F08
(25,63,8)
#132D06
(19,45,6)
#0D1B04
(13,27,4)
#000000
(0,0,0)

Tints of #49CF18

#49CF18
(73,207,24)
#59D32D
(89,211,45)
#69D742
(105,215,66)
#79DB57
(121,219,87)
#89DF6C
(137,223,108)
#99E381
(153,227,129)
#A9E796
(169,231,150)
#B9EBAB
(185,235,171)
#C9EFC0
(201,239,192)
#D9F3D5
(217,243,213)
#E9F7EA
(233,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49CF18; }

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

This text font color is #49CF18.


Background Color

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

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

This div background color is #49CF18.


Border color

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

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

This div border color is #49CF18.


Opacity

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

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

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

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

This text has shadow with #49CF18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49CF18 on black background.


Color preview on white background

This text has color #49CF18 on white background.



Black color preview on #49CF18 background

This text has black color on #49CF18 background.


White color preview on #49CF18 background

This text has white color on #49CF18 background.