COLOR #1EDA6B

HEX: #1EDA6B RGB: (30,218,107)

Color info

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

RGB color model

#1EDA6B color RGB value is (30,218,107).

RGB: (30,218,107) (12%, 85%, 42%)

RGB channels and saturation

R 30 of 255 = 12%
G 218 of 255 = 85%
B 107 of 255 = 42%

30
218
107

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

Portions of RGB colors in percentages

R + G + B = 30 + 218 + 107 = 355 (100%)
R 30 of 355 ~ 8.45%
G 218 of 355 ~ 61.41%
B 107 of 355 ~ 30.14'%

%61.41
%30.14

CMYK color model

#1EDA6B color CMYK value is (86,0,51,15).

  • cyan value is 86.24%
  • magenta value is 0.00%
  • yellow value is 50.92%
  • key color value is 14.51%

CMYK: (86,0,51,15)
C86M0Y51K15 (86%, 0%, 51%, 15%)
(0.86 / 0.00 / 0.51 / 0.15)

CMYK percentages

%86.24
%0
%50.92
%14.51

Codes

Color #1EDA6B in popluar color models

1E DA 6B
RGB 30 218 107
HSL 145° 75.81% 48.63%
HSB/HSV 145° 86.24% 85.49%
CMYK 86.24% 0.00% 50.92%
14.51%

Color #1EDA6B in popluar number systems.

HEX 1E DA 6B
Decimal 30 218 107
Binary 11110 11011010 1101011
Octal 36 332 153

Shades and tints

Shades of #1EDA6B

#1EDA6B
(30,218,107)
#1CC762
(28,199,98)
#1AB459
(26,180,89)
#18A150
(24,161,80)
#168E47
(22,142,71)
#147B3E
(20,123,62)
#126835
(18,104,53)
#10552C
(16,85,44)
#0E4223
(14,66,35)
#0C2F1A
(12,47,26)
#0A1C11
(10,28,17)
#000000
(0,0,0)

Tints of #1EDA6B

#1EDA6B
(30,218,107)
#32DD78
(50,221,120)
#46E085
(70,224,133)
#5AE392
(90,227,146)
#6EE69F
(110,230,159)
#82E9AC
(130,233,172)
#96ECB9
(150,236,185)
#AAEFC6
(170,239,198)
#BEF2D3
(190,242,211)
#D2F5E0
(210,245,224)
#E6F8ED
(230,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EDA6B color. Also use rgb(30,218,107) instead hex code.

Text Font Color

.myTextColor { color: #1EDA6B; }

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

This text font color is #1EDA6B.

Background Color

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

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

This div background color is #1EDA6B.

Border color

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

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

This div border color is #1EDA6B.

Opacity

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

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

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

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

This text has shadow with #1EDA6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1EDA6B.

Preview

Color preview on black background

This text has color #1EDA6B on black background.


Color preview on white background

This text has color #1EDA6B on white background.


Black color preview on #1EDA6B background

This text has black color on #1EDA6B background.


White color preview on #1EDA6B background

This text has white color on #1EDA6B background.


Related colors

Complementary color

Complementary color for #hex is #E12594.


I love getcolorcode.com

Triadic colors

1 #6B1EDA and #DA6B1E with #1EDA6B are triadic colors.

2 #6BDA1E and #DA1E6B with #1EDA6B are triadic colors.