COLOR #1EE184

HEX: #1EE184
RGB: (30,225,132)

Color info

#1EE184 contains mainly green color. Web safe color of #1EE184 is #33CC99 (or #3C9).

RGB color model

#1EE184 color RGB value is (30,225,132).

  • red value is 30;
  • green value is 225;
  • blue value is 132.
RGB:
(30,225,132)
(12%,88%,52%)

RGB channels and saturation

R 30 of 255 = 12%
G 225 of 255 = 88%
B 132 of 255 = 52%

30
225
132

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

Portions of RGB colors in percentages

R + G + B =
30 + 225 + 132 = 387 (100%)
R 30 of 387 ~ 7.75%
G 225 of 387 ~ 58.14%
B 132 of 387 ~ 34.11%

%58.14
%34.11

CMYK color model

#1EE184 color CMYK value is (87,0,41,12).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 41.33%
  • key color value is 11.76%
CMYK:
(87,0,41,12)
C87M0Y41K12 
(87%,0%,41%,12%)
(0.87/0.00/0.41/0.12)	

CMYK percentages

%86.67
%0
%41.33
%11.76

Codes

Color #1EE184 in popluar color models

1EE184
RGB30225132
HSL151°76.47%50.00%
HSB/HSV151°86.67%88.24%
CMYK86.67%0.00%41.33%
11.76%

Color #1EE184 in popluar number systems.

HEX1EE184
Decimal30225132
Binary111101110000110000100
Octal36341204

Shades and tints

Shades of #1EE184

#1EE184
(30,225,132)
#1CCD78
(28,205,120)
#1AB96C
(26,185,108)
#18A560
(24,165,96)
#169154
(22,145,84)
#147D48
(20,125,72)
#12693C
(18,105,60)
#105530
(16,85,48)
#0E4124
(14,65,36)
#0C2D18
(12,45,24)
#0A190C
(10,25,12)
#000000
(0,0,0)

Tints of #1EE184

#1EE184
(30,225,132)
#32E38F
(50,227,143)
#46E59A
(70,229,154)
#5AE7A5
(90,231,165)
#6EE9B0
(110,233,176)
#82EBBB
(130,235,187)
#96EDC6
(150,237,198)
#AAEFD1
(170,239,209)
#BEF1DC
(190,241,220)
#D2F3E7
(210,243,231)
#E6F5F2
(230,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EE184 color. Also use rgb(30,225,132) instead hex code.

Text Font Color

.myTextColor { color: #1EE184; }

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

This text font color is #1EE184.


Background Color

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

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

This div background color is #1EE184.


Border color

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

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

This div border color is #1EE184.


Opacity

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

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

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

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

This text has shadow with #1EE184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EE184 on black background.


Color preview on white background

This text has color #1EE184 on white background.



Black color preview on #1EE184 background

This text has black color on #1EE184 background.


White color preview on #1EE184 background

This text has white color on #1EE184 background.