COLOR #4CF2A0

HEX: #4CF2A0
RGB: (76,242,160)

Color info

#4CF2A0 contains mainly green color. Web safe color of #4CF2A0 is #33FF99 (or #3F9).

RGB color model

#4CF2A0 color RGB value is (76,242,160).

  • red value is 76;
  • green value is 242;
  • blue value is 160.
RGB:
(76,242,160)
(30%,95%,63%)

RGB channels and saturation

R 76 of 255 = 30%
G 242 of 255 = 95%
B 160 of 255 = 63%

76
242
160

R + G + B ~ 63%. #4CF2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 242 + 160 = 478 (100%)
R 76 of 478 ~ 15.9%
G 242 of 478 ~ 50.63%
B 160 of 478 ~ 33.47%

%15.9
%50.63
%33.47

CMYK color model

#4CF2A0 color CMYK value is (69,0,34,5).

  • cyan value is 68.60%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 5.10%
CMYK:
(69,0,34,5)
C69M0Y34K5 
(69%,0%,34%,5%)
(0.69/0.00/0.34/0.05)	

CMYK percentages

%68.6
%0
%33.88
%5.1

Codes

Color #4CF2A0 in popluar color models

4CF2A0
RGB76242160
HSL150°86.46%62.35%
HSB/HSV150°68.60%94.90%
CMYK68.60%0.00%33.88%
5.10%

Color #4CF2A0 in popluar number systems.

HEX4CF2A0
Decimal76242160
Binary10011001111001010100000
Octal114362240

Shades and tints

Shades of #4CF2A0

#4CF2A0
(76,242,160)
#46DC92
(70,220,146)
#40C684
(64,198,132)
#3AB076
(58,176,118)
#349A68
(52,154,104)
#2E845A
(46,132,90)
#286E4C
(40,110,76)
#22583E
(34,88,62)
#1C4230
(28,66,48)
#162C22
(22,44,34)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #4CF2A0

#4CF2A0
(76,242,160)
#5CF3A8
(92,243,168)
#6CF4B0
(108,244,176)
#7CF5B8
(124,245,184)
#8CF6C0
(140,246,192)
#9CF7C8
(156,247,200)
#ACF8D0
(172,248,208)
#BCF9D8
(188,249,216)
#CCFAE0
(204,250,224)
#DCFBE8
(220,251,232)
#ECFCF0
(236,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CF2A0 color. Also use rgb(76,242,160) instead hex code.

Text Font Color

.myTextColor { color: #4CF2A0; }

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

This text font color is #4CF2A0.


Background Color

.myBgColor { background-color: #4CF2A0; }

<div style="background-color:#4CF2A0">Inner text</div>

This div background color is #4CF2A0.


Border color

.myBorderColor { border: 1px solid #4CF2A0; }

<div style="border:3px solid #4CF2A0">Div</div>

This div border color is #4CF2A0.


Opacity

.myOpacity80 { color: #4CF2A0; opacity: 0.8; }

<p style="color:#4CF2A0;opacity:0.8;">80%</p>

Text with #4CF2A0 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 #4CF2A0;}

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

This text has shadow with #4CF2A0 color.

.textShadow {text-shadow: 3px 3px 1px #4CF2A0, 3px 3px 1px red;}

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

This text has shadow with #4CF2A0 primary color and red secondary color.


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

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

This text has shadow with #4CF2A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CF2A0 on black background.


Color preview on white background

This text has color #4CF2A0 on white background.



Black color preview on #4CF2A0 background

This text has black color on #4CF2A0 background.


White color preview on #4CF2A0 background

This text has white color on #4CF2A0 background.