COLOR #1CC50D

HEX: #1CC50D RGB: (28,197,13)

Color info

#1CC50D contains mainly green color. Web safe color of #1CC50D is #33CC00 (or #3C0).

RGB color model

#1CC50D color RGB value is (28,197,13).

RGB: (28,197,13) (11%, 77%, 5%)

RGB channels and saturation

R 28 of 255 = 11%
G 197 of 255 = 77%
B 13 of 255 = 5%

28
197
13

R + G + B ~ 31%. #1CC50D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 197 + 13 = 238 (100%)
R 28 of 238 ~ 11.76%
G 197 of 238 ~ 82.77%
B 13 of 238 ~ 5.46'%

%11.76
%82.77

CMYK color model

#1CC50D color CMYK value is (86,0,93,23).

  • cyan value is 85.79%
  • magenta value is 0.00%
  • yellow value is 93.40%
  • key color value is 22.75%

CMYK: (86,0,93,23)
C86M0Y93K23 (86%, 0%, 93%, 23%)
(0.86 / 0.00 / 0.93 / 0.23)

CMYK percentages

%85.79
%0
%93.4
%22.75

Codes

Color #1CC50D in popluar color models

1C C5 0D
RGB 28 197 13
HSL 115° 87.62% 41.18%
HSB/HSV 115° 93.40% 77.25%
CMYK 85.79% 0.00% 93.40%
22.75%

Color #1CC50D in popluar number systems.

HEX 1C C5 0D
Decimal 28 197 13
Binary 11100 11000101 1101
Octal 34 305 15

Shades and tints

Shades of #1CC50D

#1CC50D
(28,197,13)
#1AB40C
(26,180,12)
#18A30B
(24,163,11)
#16920A
(22,146,10)
#148109
(20,129,9)
#127008
(18,112,8)
#105F07
(16,95,7)
#0E4E06
(14,78,6)
#0C3D05
(12,61,5)
#0A2C04
(10,44,4)
#081B03
(8,27,3)
#000000
(0,0,0)

Tints of #1CC50D

#1CC50D
(28,197,13)
#30CA23
(48,202,35)
#44CF39
(68,207,57)
#58D44F
(88,212,79)
#6CD965
(108,217,101)
#80DE7B
(128,222,123)
#94E391
(148,227,145)
#A8E8A7
(168,232,167)
#BCEDBD
(188,237,189)
#D0F2D3
(208,242,211)
#E4F7E9
(228,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1CC50D; }

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

This text font color is #1CC50D.

Background Color

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

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

This div background color is #1CC50D.

Border color

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

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

This div border color is #1CC50D.

Opacity

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

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

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

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

This text has shadow with #1CC50D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1CC50D.

Preview

Color preview on black background

This text has color #1CC50D on black background.


Color preview on white background

This text has color #1CC50D on white background.


Black color preview on #1CC50D background

This text has black color on #1CC50D background.


White color preview on #1CC50D background

This text has white color on #1CC50D background.


Related colors

Complementary color

Complementary color for #hex is #E33AF2.


I love getcolorcode.com

Triadic colors

1 #0D1CC5 and #C50D1C with #1CC50D are triadic colors.

2 #0DC51C and #C51C0D with #1CC50D are triadic colors.