COLOR #1CCD17

HEX: #1CCD17 RGB: (28,205,23)

Color info

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

RGB color model

#1CCD17 color RGB value is (28,205,23).

RGB: (28,205,23) (11%, 80%, 9%)

RGB channels and saturation

R 28 of 255 = 11%
G 205 of 255 = 80%
B 23 of 255 = 9%

28
205
23

R + G + B ~ 33%. #1CCD17 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 205 + 23 = 256 (100%)
R 28 of 256 ~ 10.94%
G 205 of 256 ~ 80.08%
B 23 of 256 ~ 8.98'%

%10.94
%80.08

CMYK color model

#1CCD17 color CMYK value is (86,0,89,20).

  • cyan value is 86.34%
  • magenta value is 0.00%
  • yellow value is 88.78%
  • key color value is 19.61%

CMYK: (86,0,89,20)
C86M0Y89K20 (86%, 0%, 89%, 20%)
(0.86 / 0.00 / 0.89 / 0.20)

CMYK percentages

%86.34
%0
%88.78
%19.61

Codes

Color #1CCD17 in popluar color models

1C CD 17
RGB 28 205 23
HSL 118° 79.82% 44.71%
HSB/HSV 118° 88.78% 80.39%
CMYK 86.34% 0.00% 88.78%
19.61%

Color #1CCD17 in popluar number systems.

HEX 1C CD 17
Decimal 28 205 23
Binary 11100 11001101 10111
Octal 34 315 27

Shades and tints

Shades of #1CCD17

#1CCD17
(28,205,23)
#1ABB15
(26,187,21)
#18A913
(24,169,19)
#169711
(22,151,17)
#14850F
(20,133,15)
#12730D
(18,115,13)
#10610B
(16,97,11)
#0E4F09
(14,79,9)
#0C3D07
(12,61,7)
#0A2B05
(10,43,5)
#081903
(8,25,3)
#000000
(0,0,0)

Tints of #1CCD17

#1CCD17
(28,205,23)
#30D12C
(48,209,44)
#44D541
(68,213,65)
#58D956
(88,217,86)
#6CDD6B
(108,221,107)
#80E180
(128,225,128)
#94E595
(148,229,149)
#A8E9AA
(168,233,170)
#BCEDBF
(188,237,191)
#D0F1D4
(208,241,212)
#E4F5E9
(228,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CCD17 color. Also use rgb(28,205,23) instead hex code.

Text Font Color

.myTextColor { color: #1CCD17; }

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

This text font color is #1CCD17.

Background Color

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

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

This div background color is #1CCD17.

Border color

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

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

This div border color is #1CCD17.

Opacity

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

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

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

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

This text has shadow with #1CCD17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1CCD17.

Preview

Color preview on black background

This text has color #1CCD17 on black background.


Color preview on white background

This text has color #1CCD17 on white background.


Black color preview on #1CCD17 background

This text has black color on #1CCD17 background.


White color preview on #1CCD17 background

This text has white color on #1CCD17 background.


Related colors

Complementary color

Complementary color for #hex is #E332E8.


I love getcolorcode.com

Triadic colors

1 #171CCD and #CD171C with #1CCD17 are triadic colors.

2 #17CD1C and #CD1C17 with #1CCD17 are triadic colors.