COLOR #4CC18E

HEX: #4CC18E RGB: (76,193,142)

Color info

#4CC18E contains mainly green and blue colors. Web safe color of #4CC18E is #33CC99 (or #3C9).

RGB color model

#4CC18E color RGB value is (76,193,142).

RGB: (76,193,142) (30%, 76%, 56%)

RGB channels and saturation

R 76 of 255 = 30%
G 193 of 255 = 76%
B 142 of 255 = 56%

76
193
142

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

Portions of RGB colors in percentages

R + G + B = 76 + 193 + 142 = 411 (100%)
R 76 of 411 ~ 18.49%
G 193 of 411 ~ 46.96%
B 142 of 411 ~ 34.55'%

%18.49
%46.96
%34.55

CMYK color model

#4CC18E color CMYK value is (61,0,26,24).

  • cyan value is 60.62%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 24.31%

CMYK: (61,0,26,24)
C61M0Y26K24 (61%, 0%, 26%, 24%)
(0.61 / 0.00 / 0.26 / 0.24)

CMYK percentages

%60.62
%0
%26.42
%24.31

Codes

Color #4CC18E in popluar color models

4C C1 8E
RGB 76 193 142
HSL 154° 48.55% 52.75%
HSB/HSV 154° 60.62% 75.69%
CMYK 60.62% 0.00% 26.42%
24.31%

Color #4CC18E in popluar number systems.

HEX 4C C1 8E
Decimal 76 193 142
Binary 1001100 11000001 10001110
Octal 114 301 216

Shades and tints

Shades of #4CC18E

#4CC18E
(76,193,142)
#46B082
(70,176,130)
#409F76
(64,159,118)
#3A8E6A
(58,142,106)
#347D5E
(52,125,94)
#2E6C52
(46,108,82)
#285B46
(40,91,70)
#224A3A
(34,74,58)
#1C392E
(28,57,46)
#162822
(22,40,34)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #4CC18E

#4CC18E
(76,193,142)
#5CC698
(92,198,152)
#6CCBA2
(108,203,162)
#7CD0AC
(124,208,172)
#8CD5B6
(140,213,182)
#9CDAC0
(156,218,192)
#ACDFCA
(172,223,202)
#BCE4D4
(188,228,212)
#CCE9DE
(204,233,222)
#DCEEE8
(220,238,232)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC18E color. Also use rgb(76,193,142) instead hex code.

Text Font Color

.myTextColor { color: #4CC18E; }

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

This text font color is #4CC18E.

Background Color

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

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

This div background color is #4CC18E.

Border color

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

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

This div border color is #4CC18E.

Opacity

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

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

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

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

This text has shadow with #4CC18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CC18E.

Preview

Color preview on black background

This text has color #4CC18E on black background.


Color preview on white background

This text has color #4CC18E on white background.


Black color preview on #4CC18E background

This text has black color on #4CC18E background.


White color preview on #4CC18E background

This text has white color on #4CC18E background.


Related colors

Complementary color

Complementary color for #hex is #B33E71.


I love getcolorcode.com

Triadic colors

1 #8E4CC1 and #C18E4C with #4CC18E are triadic colors.

2 #8EC14C and #C14C8E with #4CC18E are triadic colors.