COLOR #1ED279

HEX: #1ED279
RGB: (30,210,121)

Color info

#1ED279 contains mainly green color. Web safe color of #1ED279 is #33CC66 (or #3C6).

RGB color model

#1ED279 color RGB value is (30,210,121).

  • red value is 30;
  • green value is 210;
  • blue value is 121.
RGB:
(30,210,121)
(12%,82%,47%)

RGB channels and saturation

R 30 of 255 = 12%
G 210 of 255 = 82%
B 121 of 255 = 47%

30
210
121

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

Portions of RGB colors in percentages

R + G + B =
30 + 210 + 121 = 361 (100%)
R 30 of 361 ~ 8.31%
G 210 of 361 ~ 58.17%
B 121 of 361 ~ 33.52%

%58.17
%33.52

CMYK color model

#1ED279 color CMYK value is (86,0,42,18).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 42.38%
  • key color value is 17.65%
CMYK:
(86,0,42,18)
C86M0Y42K18 
(86%,0%,42%,18%)
(0.86/0.00/0.42/0.18)	

CMYK percentages

%85.71
%0
%42.38
%17.65

Codes

Color #1ED279 in popluar color models

1ED279
RGB30210121
HSL150°75.00%47.06%
HSB/HSV150°85.71%82.35%
CMYK85.71%0.00%42.38%
17.65%

Color #1ED279 in popluar number systems.

HEX1ED279
Decimal30210121
Binary11110110100101111001
Octal36322171

Shades and tints

Shades of #1ED279

#1ED279
(30,210,121)
#1CBF6E
(28,191,110)
#1AAC63
(26,172,99)
#189958
(24,153,88)
#16864D
(22,134,77)
#147342
(20,115,66)
#126037
(18,96,55)
#104D2C
(16,77,44)
#0E3A21
(14,58,33)
#0C2716
(12,39,22)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #1ED279

#1ED279
(30,210,121)
#32D685
(50,214,133)
#46DA91
(70,218,145)
#5ADE9D
(90,222,157)
#6EE2A9
(110,226,169)
#82E6B5
(130,230,181)
#96EAC1
(150,234,193)
#AAEECD
(170,238,205)
#BEF2D9
(190,242,217)
#D2F6E5
(210,246,229)
#E6FAF1
(230,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ED279 color. Also use rgb(30,210,121) instead hex code.

Text Font Color

.myTextColor { color: #1ED279; }

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

This text font color is #1ED279.


Background Color

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

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

This div background color is #1ED279.


Border color

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

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

This div border color is #1ED279.


Opacity

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

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

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

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

This text has shadow with #1ED279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ED279 on black background.


Color preview on white background

This text has color #1ED279 on white background.



Black color preview on #1ED279 background

This text has black color on #1ED279 background.


White color preview on #1ED279 background

This text has white color on #1ED279 background.