COLOR #1ED342

HEX: #1ED342
RGB: (30,211,66)

Color info

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

RGB color model

#1ED342 color RGB value is (30,211,66).

  • red value is 30;
  • green value is 211;
  • blue value is 66.
RGB:
(30,211,66)
(12%,83%,26%)

RGB channels and saturation

R 30 of 255 = 12%
G 211 of 255 = 83%
B 66 of 255 = 26%

30
211
66

R + G + B ~ 40%. #1ED342 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
30 + 211 + 66 = 307 (100%)
R 30 of 307 ~ 9.77%
G 211 of 307 ~ 68.73%
B 66 of 307 ~ 21.5%

%9.77
%68.73
%21.5

CMYK color model

#1ED342 color CMYK value is (86,0,69,17).

  • cyan value is 85.78%
  • magenta value is 0.00%
  • yellow value is 68.72%
  • key color value is 17.25%
CMYK:
(86,0,69,17)
C86M0Y69K17 
(86%,0%,69%,17%)
(0.86/0.00/0.69/0.17)	

CMYK percentages

%85.78
%0
%68.72
%17.25

Codes

Color #1ED342 in popluar color models

1ED342
RGB3021166
HSL132°75.10%47.25%
HSB/HSV132°85.78%82.75%
CMYK85.78%0.00%68.72%
17.25%

Color #1ED342 in popluar number systems.

HEX1ED342
Decimal3021166
Binary11110110100111000010
Octal36323102

Shades and tints

Shades of #1ED342

#1ED342
(30,211,66)
#1CC03C
(28,192,60)
#1AAD36
(26,173,54)
#189A30
(24,154,48)
#16872A
(22,135,42)
#147424
(20,116,36)
#12611E
(18,97,30)
#104E18
(16,78,24)
#0E3B12
(14,59,18)
#0C280C
(12,40,12)
#0A1506
(10,21,6)
#000000
(0,0,0)

Tints of #1ED342

#1ED342
(30,211,66)
#32D753
(50,215,83)
#46DB64
(70,219,100)
#5ADF75
(90,223,117)
#6EE386
(110,227,134)
#82E797
(130,231,151)
#96EBA8
(150,235,168)
#AAEFB9
(170,239,185)
#BEF3CA
(190,243,202)
#D2F7DB
(210,247,219)
#E6FBEC
(230,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ED342 color. Also use rgb(30,211,66) instead hex code.

Text Font Color

.myTextColor { color: #1ED342; }

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

This text font color is #1ED342.


Background Color

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

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

This div background color is #1ED342.


Border color

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

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

This div border color is #1ED342.


Opacity

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

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

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

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

This text has shadow with #1ED342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ED342 on black background.


Color preview on white background

This text has color #1ED342 on white background.



Black color preview on #1ED342 background

This text has black color on #1ED342 background.


White color preview on #1ED342 background

This text has white color on #1ED342 background.