COLOR #1CCA40

HEX: #1CCA40
RGB: (28,202,64)

Color info

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

RGB color model

#1CCA40 color RGB value is (28,202,64).

  • red value is 28;
  • green value is 202;
  • blue value is 64.
RGB:
(28,202,64)
(11%,79%,25%)

RGB channels and saturation

R 28 of 255 = 11%
G 202 of 255 = 79%
B 64 of 255 = 25%

28
202
64

R + G + B ~ 38%. #1CCA40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 202 + 64 = 294 (100%)
R 28 of 294 ~ 9.52%
G 202 of 294 ~ 68.71%
B 64 of 294 ~ 21.77%

%9.52
%68.71
%21.77

CMYK color model

#1CCA40 color CMYK value is (86,0,68,21).

  • cyan value is 86.14%
  • magenta value is 0.00%
  • yellow value is 68.32%
  • key color value is 20.78%
CMYK:
(86,0,68,21)
C86M0Y68K21 
(86%,0%,68%,21%)
(0.86/0.00/0.68/0.21)	

CMYK percentages

%86.14
%0
%68.32
%20.78

Codes

Color #1CCA40 in popluar color models

1CCA40
RGB2820264
HSL132°75.65%45.10%
HSB/HSV132°86.14%79.22%
CMYK86.14%0.00%68.32%
20.78%

Color #1CCA40 in popluar number systems.

HEX1CCA40
Decimal2820264
Binary11100110010101000000
Octal34312100

Shades and tints

Shades of #1CCA40

#1CCA40
(28,202,64)
#1AB83B
(26,184,59)
#18A636
(24,166,54)
#169431
(22,148,49)
#14822C
(20,130,44)
#127027
(18,112,39)
#105E22
(16,94,34)
#0E4C1D
(14,76,29)
#0C3A18
(12,58,24)
#0A2813
(10,40,19)
#08160E
(8,22,14)
#000000
(0,0,0)

Tints of #1CCA40

#1CCA40
(28,202,64)
#30CE51
(48,206,81)
#44D262
(68,210,98)
#58D673
(88,214,115)
#6CDA84
(108,218,132)
#80DE95
(128,222,149)
#94E2A6
(148,226,166)
#A8E6B7
(168,230,183)
#BCEAC8
(188,234,200)
#D0EED9
(208,238,217)
#E4F2EA
(228,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CCA40 color. Also use rgb(28,202,64) instead hex code.

Text Font Color

.myTextColor { color: #1CCA40; }

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

This text font color is #1CCA40.


Background Color

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

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

This div background color is #1CCA40.


Border color

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

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

This div border color is #1CCA40.


Opacity

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

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

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

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

This text has shadow with #1CCA40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CCA40 on black background.


Color preview on white background

This text has color #1CCA40 on white background.



Black color preview on #1CCA40 background

This text has black color on #1CCA40 background.


White color preview on #1CCA40 background

This text has white color on #1CCA40 background.