COLOR #4CC38B

HEX: #4CC38B
RGB: (76,195,139)

Color info

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

RGB color model

#4CC38B color RGB value is (76,195,139).

  • red value is 76;
  • green value is 195;
  • blue value is 139.
RGB:
(76,195,139)
(30%,76%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 195 of 255 = 76%
B 139 of 255 = 55%

76
195
139

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

Portions of RGB colors in percentages

R + G + B =
76 + 195 + 139 = 410 (100%)
R 76 of 410 ~ 18.54%
G 195 of 410 ~ 47.56%
B 139 of 410 ~ 33.9%

%18.54
%47.56
%33.9

CMYK color model

#4CC38B color CMYK value is (61,0,29,24).

  • cyan value is 61.03%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 23.53%
CMYK:
(61,0,29,24)
C61M0Y29K24 
(61%,0%,29%,24%)
(0.61/0.00/0.29/0.24)	

CMYK percentages

%61.03
%0
%28.72
%23.53

Codes

Color #4CC38B in popluar color models

4CC38B
RGB76195139
HSL152°49.79%53.14%
HSB/HSV152°61.03%76.47%
CMYK61.03%0.00%28.72%
23.53%

Color #4CC38B in popluar number systems.

HEX4CC38B
Decimal76195139
Binary10011001100001110001011
Octal114303213

Shades and tints

Shades of #4CC38B

#4CC38B
(76,195,139)
#46B27F
(70,178,127)
#40A173
(64,161,115)
#3A9067
(58,144,103)
#347F5B
(52,127,91)
#2E6E4F
(46,110,79)
#285D43
(40,93,67)
#224C37
(34,76,55)
#1C3B2B
(28,59,43)
#162A1F
(22,42,31)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #4CC38B

#4CC38B
(76,195,139)
#5CC895
(92,200,149)
#6CCD9F
(108,205,159)
#7CD2A9
(124,210,169)
#8CD7B3
(140,215,179)
#9CDCBD
(156,220,189)
#ACE1C7
(172,225,199)
#BCE6D1
(188,230,209)
#CCEBDB
(204,235,219)
#DCF0E5
(220,240,229)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC38B color. Also use rgb(76,195,139) instead hex code.

Text Font Color

.myTextColor { color: #4CC38B; }

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

This text font color is #4CC38B.


Background Color

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

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

This div background color is #4CC38B.


Border color

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

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

This div border color is #4CC38B.


Opacity

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

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

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

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

This text has shadow with #4CC38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC38B on black background.


Color preview on white background

This text has color #4CC38B on white background.



Black color preview on #4CC38B background

This text has black color on #4CC38B background.


White color preview on #4CC38B background

This text has white color on #4CC38B background.