COLOR #49FC58

HEX: #49FC58 RGB: (73,252,88)

Color info

#49FC58 contains mainly green color. Web safe color of #49FC58 is #33FF66 (or #3F6).

RGB color model

#49FC58 color RGB value is (73,252,88).

RGB: (73,252,88) (29%, 99%, 35%)

RGB channels and saturation

R 73 of 255 = 29%
G 252 of 255 = 99%
B 88 of 255 = 35%

73
252
88

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

Portions of RGB colors in percentages

R + G + B = 73 + 252 + 88 = 413 (100%)
R 73 of 413 ~ 17.68%
G 252 of 413 ~ 61.02%
B 88 of 413 ~ 21.31'%

%17.68
%61.02
%21.31

CMYK color model

#49FC58 color CMYK value is (71,0,65,1).

  • cyan value is 71.03%
  • magenta value is 0.00%
  • yellow value is 65.08%
  • key color value is 1.18%

CMYK: (71,0,65,1)
C71M0Y65K1 (71%, 0%, 65%, 1%)
(0.71 / 0.00 / 0.65 / 0.01)

CMYK percentages

%71.03
%0
%65.08
%1.18

Codes

Color #49FC58 in popluar color models

49 FC 58
RGB 73 252 88
HSL 125° 96.76% 63.73%
HSB/HSV 125° 71.03% 98.82%
CMYK 71.03% 0.00% 65.08%
1.18%

Color #49FC58 in popluar number systems.

HEX 49 FC 58
Decimal 73 252 88
Binary 1001001 11111100 1011000
Octal 111 374 130

Shades and tints

Shades of #49FC58

#49FC58
(73,252,88)
#43E650
(67,230,80)
#3DD048
(61,208,72)
#37BA40
(55,186,64)
#31A438
(49,164,56)
#2B8E30
(43,142,48)
#257828
(37,120,40)
#1F6220
(31,98,32)
#194C18
(25,76,24)
#133610
(19,54,16)
#0D2008
(13,32,8)
#000000
(0,0,0)

Tints of #49FC58

#49FC58
(73,252,88)
#59FC67
(89,252,103)
#69FC76
(105,252,118)
#79FC85
(121,252,133)
#89FC94
(137,252,148)
#99FCA3
(153,252,163)
#A9FCB2
(169,252,178)
#B9FCC1
(185,252,193)
#C9FCD0
(201,252,208)
#D9FCDF
(217,252,223)
#E9FCEE
(233,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49FC58 color. Also use rgb(73,252,88) instead hex code.

Text Font Color

.myTextColor { color: #49FC58; }

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

This text font color is #49FC58.

Background Color

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

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

This div background color is #49FC58.

Border color

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

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

This div border color is #49FC58.

Opacity

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

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

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

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

This text has shadow with #49FC58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49FC58.

Preview

Color preview on black background

This text has color #49FC58 on black background.


Color preview on white background

This text has color #49FC58 on white background.


Black color preview on #49FC58 background

This text has black color on #49FC58 background.


White color preview on #49FC58 background

This text has white color on #49FC58 background.


Related colors

Complementary color

Complementary color for #49FC58 is #B603A7.


I love getcolorcode.com

Triadic colors

1 #5849FC and #FC5849 with #49FC58 are triadic colors.

2 #58FC49 and #FC4958 with #49FC58 are triadic colors.