COLOR #1EDE6B

HEX: #1EDE6B
RGB: (30,222,107)

Color info

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

RGB color model

#1EDE6B color RGB value is (30,222,107).

  • red value is 30;
  • green value is 222;
  • blue value is 107.
RGB:
(30,222,107)
(12%,87%,42%)

RGB channels and saturation

R 30 of 255 = 12%
G 222 of 255 = 87%
B 107 of 255 = 42%

30
222
107

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

Portions of RGB colors in percentages

R + G + B =
30 + 222 + 107 = 359 (100%)
R 30 of 359 ~ 8.36%
G 222 of 359 ~ 61.84%
B 107 of 359 ~ 29.81%

%61.84
%29.81

CMYK color model

#1EDE6B color CMYK value is (86,0,52,13).

  • cyan value is 86.49%
  • magenta value is 0.00%
  • yellow value is 51.80%
  • key color value is 12.94%
CMYK:
(86,0,52,13)
C86M0Y52K13 
(86%,0%,52%,13%)
(0.86/0.00/0.52/0.13)	

CMYK percentages

%86.49
%0
%51.8
%12.94

Codes

Color #1EDE6B in popluar color models

1EDE6B
RGB30222107
HSL144°76.19%49.41%
HSB/HSV144°86.49%87.06%
CMYK86.49%0.00%51.80%
12.94%

Color #1EDE6B in popluar number systems.

HEX1EDE6B
Decimal30222107
Binary11110110111101101011
Octal36336153

Shades and tints

Shades of #1EDE6B

#1EDE6B
(30,222,107)
#1CCA62
(28,202,98)
#1AB659
(26,182,89)
#18A250
(24,162,80)
#168E47
(22,142,71)
#147A3E
(20,122,62)
#126635
(18,102,53)
#10522C
(16,82,44)
#0E3E23
(14,62,35)
#0C2A1A
(12,42,26)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #1EDE6B

#1EDE6B
(30,222,107)
#32E178
(50,225,120)
#46E485
(70,228,133)
#5AE792
(90,231,146)
#6EEA9F
(110,234,159)
#82EDAC
(130,237,172)
#96F0B9
(150,240,185)
#AAF3C6
(170,243,198)
#BEF6D3
(190,246,211)
#D2F9E0
(210,249,224)
#E6FCED
(230,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1EDE6B; }

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

This text font color is #1EDE6B.


Background Color

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

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

This div background color is #1EDE6B.


Border color

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

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

This div border color is #1EDE6B.


Opacity

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

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

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

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

This text has shadow with #1EDE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EDE6B on black background.


Color preview on white background

This text has color #1EDE6B on white background.



Black color preview on #1EDE6B background

This text has black color on #1EDE6B background.


White color preview on #1EDE6B background

This text has white color on #1EDE6B background.