COLOR #1CC01D

HEX: #1CC01D
RGB: (28,192,29)

Color info

#1CC01D contains mainly green color. Web safe color of #1CC01D is #33CC33 (or #3C3).

RGB color model

#1CC01D color RGB value is (28,192,29).

  • red value is 28;
  • green value is 192;
  • blue value is 29.
RGB:
(28,192,29)
(11%,75%,11%)

RGB channels and saturation

R 28 of 255 = 11%
G 192 of 255 = 75%
B 29 of 255 = 11%

28
192
29

R + G + B ~ 32%. #1CC01D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 192 + 29 = 249 (100%)
R 28 of 249 ~ 11.24%
G 192 of 249 ~ 77.11%
B 29 of 249 ~ 11.65%

%11.24
%77.11
%11.65

CMYK color model

#1CC01D color CMYK value is (85,0,85,25).

  • cyan value is 85.42%
  • magenta value is 0.00%
  • yellow value is 84.90%
  • key color value is 24.71%
CMYK:
(85,0,85,25)
C85M0Y85K25 
(85%,0%,85%,25%)
(0.85/0.00/0.85/0.25)	

CMYK percentages

%85.42
%0
%84.9
%24.71

Codes

Color #1CC01D in popluar color models

1CC01D
RGB2819229
HSL120°74.55%43.14%
HSB/HSV120°85.42%75.29%
CMYK85.42%0.00%84.90%
24.71%

Color #1CC01D in popluar number systems.

HEX1CC01D
Decimal2819229
Binary111001100000011101
Octal3430035

Shades and tints

Shades of #1CC01D

#1CC01D
(28,192,29)
#1AAF1B
(26,175,27)
#189E19
(24,158,25)
#168D17
(22,141,23)
#147C15
(20,124,21)
#126B13
(18,107,19)
#105A11
(16,90,17)
#0E490F
(14,73,15)
#0C380D
(12,56,13)
#0A270B
(10,39,11)
#081609
(8,22,9)
#000000
(0,0,0)

Tints of #1CC01D

#1CC01D
(28,192,29)
#30C531
(48,197,49)
#44CA45
(68,202,69)
#58CF59
(88,207,89)
#6CD46D
(108,212,109)
#80D981
(128,217,129)
#94DE95
(148,222,149)
#A8E3A9
(168,227,169)
#BCE8BD
(188,232,189)
#D0EDD1
(208,237,209)
#E4F2E5
(228,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CC01D color. Also use rgb(28,192,29) instead hex code.

Text Font Color

.myTextColor { color: #1CC01D; }

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

This text font color is #1CC01D.


Background Color

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

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

This div background color is #1CC01D.


Border color

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

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

This div border color is #1CC01D.


Opacity

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

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

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

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

This text has shadow with #1CC01D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CC01D on black background.


Color preview on white background

This text has color #1CC01D on white background.



Black color preview on #1CC01D background

This text has black color on #1CC01D background.


White color preview on #1CC01D background

This text has white color on #1CC01D background.