COLOR #4CE18F

HEX: #4CE18F
RGB: (76,225,143)

Color info

#4CE18F contains mainly green color. Web safe color of #4CE18F is #33CC99 (or #3C9).

RGB color model

#4CE18F color RGB value is (76,225,143).

  • red value is 76;
  • green value is 225;
  • blue value is 143.
RGB:
(76,225,143)
(30%,88%,56%)

RGB channels and saturation

R 76 of 255 = 30%
G 225 of 255 = 88%
B 143 of 255 = 56%

76
225
143

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

Portions of RGB colors in percentages

R + G + B =
76 + 225 + 143 = 444 (100%)
R 76 of 444 ~ 17.12%
G 225 of 444 ~ 50.68%
B 143 of 444 ~ 32.21%

%17.12
%50.68
%32.21

CMYK color model

#4CE18F color CMYK value is (66,0,36,12).

  • cyan value is 66.22%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 11.76%
CMYK:
(66,0,36,12)
C66M0Y36K12 
(66%,0%,36%,12%)
(0.66/0.00/0.36/0.12)	

CMYK percentages

%66.22
%0
%36.44
%11.76

Codes

Color #4CE18F in popluar color models

4CE18F
RGB76225143
HSL147°71.29%59.02%
HSB/HSV147°66.22%88.24%
CMYK66.22%0.00%36.44%
11.76%

Color #4CE18F in popluar number systems.

HEX4CE18F
Decimal76225143
Binary10011001110000110001111
Octal114341217

Shades and tints

Shades of #4CE18F

#4CE18F
(76,225,143)
#46CD82
(70,205,130)
#40B975
(64,185,117)
#3AA568
(58,165,104)
#34915B
(52,145,91)
#2E7D4E
(46,125,78)
#286941
(40,105,65)
#225534
(34,85,52)
#1C4127
(28,65,39)
#162D1A
(22,45,26)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #4CE18F

#4CE18F
(76,225,143)
#5CE399
(92,227,153)
#6CE5A3
(108,229,163)
#7CE7AD
(124,231,173)
#8CE9B7
(140,233,183)
#9CEBC1
(156,235,193)
#ACEDCB
(172,237,203)
#BCEFD5
(188,239,213)
#CCF1DF
(204,241,223)
#DCF3E9
(220,243,233)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CE18F color. Also use rgb(76,225,143) instead hex code.

Text Font Color

.myTextColor { color: #4CE18F; }

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

This text font color is #4CE18F.


Background Color

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

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

This div background color is #4CE18F.


Border color

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

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

This div border color is #4CE18F.


Opacity

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

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

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

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

This text has shadow with #4CE18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CE18F on black background.


Color preview on white background

This text has color #4CE18F on white background.



Black color preview on #4CE18F background

This text has black color on #4CE18F background.


White color preview on #4CE18F background

This text has white color on #4CE18F background.