COLOR #18E47C

HEX: #18E47C
RGB: (24,228,124)

Color info

#18E47C contains mainly green color. Web safe color of #18E47C is #00CC66 (or #0C6).

RGB color model

#18E47C color RGB value is (24,228,124).

  • red value is 24;
  • green value is 228;
  • blue value is 124.
RGB:
(24,228,124)
(9%,89%,49%)

RGB channels and saturation

R 24 of 255 = 9%
G 228 of 255 = 89%
B 124 of 255 = 49%

24
228
124

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

Portions of RGB colors in percentages

R + G + B =
24 + 228 + 124 = 376 (100%)
R 24 of 376 ~ 6.38%
G 228 of 376 ~ 60.64%
B 124 of 376 ~ 32.98%

%60.64
%32.98

CMYK color model

#18E47C color CMYK value is (89,0,46,11).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 45.61%
  • key color value is 10.59%
CMYK:
(89,0,46,11)
C89M0Y46K11 
(89%,0%,46%,11%)
(0.89/0.00/0.46/0.11)	

CMYK percentages

%89.47
%0
%45.61
%10.59

Codes

Color #18E47C in popluar color models

18E47C
RGB24228124
HSL149°80.95%49.41%
HSB/HSV149°89.47%89.41%
CMYK89.47%0.00%45.61%
10.59%

Color #18E47C in popluar number systems.

HEX18E47C
Decimal24228124
Binary11000111001001111100
Octal30344174

Shades and tints

Shades of #18E47C

#18E47C
(24,228,124)
#16D071
(22,208,113)
#14BC66
(20,188,102)
#12A85B
(18,168,91)
#109450
(16,148,80)
#0E8045
(14,128,69)
#0C6C3A
(12,108,58)
#0A582F
(10,88,47)
#084424
(8,68,36)
#063019
(6,48,25)
#041C0E
(4,28,14)
#000000
(0,0,0)

Tints of #18E47C

#18E47C
(24,228,124)
#2DE687
(45,230,135)
#42E892
(66,232,146)
#57EA9D
(87,234,157)
#6CECA8
(108,236,168)
#81EEB3
(129,238,179)
#96F0BE
(150,240,190)
#ABF2C9
(171,242,201)
#C0F4D4
(192,244,212)
#D5F6DF
(213,246,223)
#EAF8EA
(234,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18E47C color. Also use rgb(24,228,124) instead hex code.

Text Font Color

.myTextColor { color: #18E47C; }

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

This text font color is #18E47C.


Background Color

.myBgColor { background-color: #18E47C; }

<div style="background-color:#18E47C">Inner text</div>

This div background color is #18E47C.


Border color

.myBorderColor { border: 1px solid #18E47C; }

<div style="border:3px solid #18E47C">Div</div>

This div border color is #18E47C.


Opacity

.myOpacity80 { color: #18E47C; opacity: 0.8; }

<p style="color:#18E47C;opacity:0.8;">80%</p>

Text with #18E47C 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 #18E47C;}

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

This text has shadow with #18E47C color.

.textShadow {text-shadow: 3px 3px 1px #18E47C, 3px 3px 1px red;}

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

This text has shadow with #18E47C primary color and red secondary color.


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

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

This text has shadow with #18E47C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18E47C on black background.


Color preview on white background

This text has color #18E47C on white background.



Black color preview on #18E47C background

This text has black color on #18E47C background.


White color preview on #18E47C background

This text has white color on #18E47C background.