COLOR #1CC57D

HEX: #1CC57D
RGB: (28,197,125)

Color info

#1CC57D contains mainly green color. Web safe color of #1CC57D is #33CC66 (or #3C6).

RGB color model

#1CC57D color RGB value is (28,197,125).

  • red value is 28;
  • green value is 197;
  • blue value is 125.
RGB:
(28,197,125)
(11%,77%,49%)

RGB channels and saturation

R 28 of 255 = 11%
G 197 of 255 = 77%
B 125 of 255 = 49%

28
197
125

R + G + B ~ 46%. #1CC57D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
28 + 197 + 125 = 350 (100%)
R 28 of 350 ~ 8%
G 197 of 350 ~ 56.29%
B 125 of 350 ~ 35.71%

%56.29
%35.71

CMYK color model

#1CC57D color CMYK value is (86,0,37,23).

  • cyan value is 85.79%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 22.75%
CMYK:
(86,0,37,23)
C86M0Y37K23 
(86%,0%,37%,23%)
(0.86/0.00/0.37/0.23)	

CMYK percentages

%85.79
%0
%36.55
%22.75

Codes

Color #1CC57D in popluar color models

1CC57D
RGB28197125
HSL154°75.11%44.12%
HSB/HSV154°85.79%77.25%
CMYK85.79%0.00%36.55%
22.75%

Color #1CC57D in popluar number systems.

HEX1CC57D
Decimal28197125
Binary11100110001011111101
Octal34305175

Shades and tints

Shades of #1CC57D

#1CC57D
(28,197,125)
#1AB472
(26,180,114)
#18A367
(24,163,103)
#16925C
(22,146,92)
#148151
(20,129,81)
#127046
(18,112,70)
#105F3B
(16,95,59)
#0E4E30
(14,78,48)
#0C3D25
(12,61,37)
#0A2C1A
(10,44,26)
#081B0F
(8,27,15)
#000000
(0,0,0)

Tints of #1CC57D

#1CC57D
(28,197,125)
#30CA88
(48,202,136)
#44CF93
(68,207,147)
#58D49E
(88,212,158)
#6CD9A9
(108,217,169)
#80DEB4
(128,222,180)
#94E3BF
(148,227,191)
#A8E8CA
(168,232,202)
#BCEDD5
(188,237,213)
#D0F2E0
(208,242,224)
#E4F7EB
(228,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CC57D color. Also use rgb(28,197,125) instead hex code.

Text Font Color

.myTextColor { color: #1CC57D; }

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

This text font color is #1CC57D.


Background Color

.myBgColor { background-color: #1CC57D; }

<div style="background-color:#1CC57D">Inner text</div>

This div background color is #1CC57D.


Border color

.myBorderColor { border: 1px solid #1CC57D; }

<div style="border:3px solid #1CC57D">Div</div>

This div border color is #1CC57D.


Opacity

.myOpacity80 { color: #1CC57D; opacity: 0.8; }

<p style="color:#1CC57D;opacity:0.8;">80%</p>

Text with #1CC57D 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 #1CC57D;}

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

This text has shadow with #1CC57D color.

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

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

This text has shadow with #1CC57D primary color and red secondary color.


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

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

This text has shadow with #1CC57D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CC57D on black background.


Color preview on white background

This text has color #1CC57D on white background.



Black color preview on #1CC57D background

This text has black color on #1CC57D background.


White color preview on #1CC57D background

This text has white color on #1CC57D background.