COLOR #1ECB2A

HEX: #1ECB2A
RGB: (30,203,42)

Color info

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

RGB color model

#1ECB2A color RGB value is (30,203,42).

  • red value is 30;
  • green value is 203;
  • blue value is 42.
RGB:
(30,203,42)
(12%,80%,16%)

RGB channels and saturation

R 30 of 255 = 12%
G 203 of 255 = 80%
B 42 of 255 = 16%

30
203
42

R + G + B ~ 36%. #1ECB2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 203 + 42 = 275 (100%)
R 30 of 275 ~ 10.91%
G 203 of 275 ~ 73.82%
B 42 of 275 ~ 15.27%

%10.91
%73.82
%15.27

CMYK color model

#1ECB2A color CMYK value is (85,0,79,20).

  • cyan value is 85.22%
  • magenta value is 0.00%
  • yellow value is 79.31%
  • key color value is 20.39%
CMYK:
(85,0,79,20)
C85M0Y79K20 
(85%,0%,79%,20%)
(0.85/0.00/0.79/0.20)	

CMYK percentages

%85.22
%0
%79.31
%20.39

Codes

Color #1ECB2A in popluar color models

1ECB2A
RGB3020342
HSL124°74.25%45.69%
HSB/HSV124°85.22%79.61%
CMYK85.22%0.00%79.31%
20.39%

Color #1ECB2A in popluar number systems.

HEX1ECB2A
Decimal3020342
Binary1111011001011101010
Octal3631352

Shades and tints

Shades of #1ECB2A

#1ECB2A
(30,203,42)
#1CB927
(28,185,39)
#1AA724
(26,167,36)
#189521
(24,149,33)
#16831E
(22,131,30)
#14711B
(20,113,27)
#125F18
(18,95,24)
#104D15
(16,77,21)
#0E3B12
(14,59,18)
#0C290F
(12,41,15)
#0A170C
(10,23,12)
#000000
(0,0,0)

Tints of #1ECB2A

#1ECB2A
(30,203,42)
#32CF3D
(50,207,61)
#46D350
(70,211,80)
#5AD763
(90,215,99)
#6EDB76
(110,219,118)
#82DF89
(130,223,137)
#96E39C
(150,227,156)
#AAE7AF
(170,231,175)
#BEEBC2
(190,235,194)
#D2EFD5
(210,239,213)
#E6F3E8
(230,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ECB2A color. Also use rgb(30,203,42) instead hex code.

Text Font Color

.myTextColor { color: #1ECB2A; }

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

This text font color is #1ECB2A.


Background Color

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

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

This div background color is #1ECB2A.


Border color

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

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

This div border color is #1ECB2A.


Opacity

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

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

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

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

This text has shadow with #1ECB2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ECB2A on black background.


Color preview on white background

This text has color #1ECB2A on white background.



Black color preview on #1ECB2A background

This text has black color on #1ECB2A background.


White color preview on #1ECB2A background

This text has white color on #1ECB2A background.