COLOR #1EA83C

HEX: #1EA83C RGB: (30,168,60)

Color info

#1EA83C contains mainly green color. Web safe color of #1EA83C is #339933 (or #393).

RGB color model

#1EA83C color RGB value is (30,168,60).

RGB: (30,168,60) (12%, 66%, 24%)

RGB channels and saturation

R 30 of 255 = 12%
G 168 of 255 = 66%
B 60 of 255 = 24%

30
168
60

R + G + B ~ 34%. #1EA83C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 168 + 60 = 258 (100%)
R 30 of 258 ~ 11.63%
G 168 of 258 ~ 65.12%
B 60 of 258 ~ 23.26'%

%11.63
%65.12
%23.26

CMYK color model

#1EA83C color CMYK value is (82,0,64,34).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 34.12%

CMYK: (82,0,64,34)
C82M0Y64K34 (82%, 0%, 64%, 34%)
(0.82 / 0.00 / 0.64 / 0.34)

CMYK percentages

%82.14
%0
%64.29
%34.12

Codes

Color #1EA83C in popluar color models

1E A8 3C
RGB 30 168 60
HSL 133° 69.70% 38.82%
HSB/HSV 133° 82.14% 65.88%
CMYK 82.14% 0.00% 64.29%
34.12%

Color #1EA83C in popluar number systems.

HEX 1E A8 3C
Decimal 30 168 60
Binary 11110 10101000 111100
Octal 36 250 74

Shades and tints

Shades of #1EA83C

#1EA83C
(30,168,60)
#1C9937
(28,153,55)
#1A8A32
(26,138,50)
#187B2D
(24,123,45)
#166C28
(22,108,40)
#145D23
(20,93,35)
#124E1E
(18,78,30)
#103F19
(16,63,25)
#0E3014
(14,48,20)
#0C210F
(12,33,15)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #1EA83C

#1EA83C
(30,168,60)
#32AF4D
(50,175,77)
#46B65E
(70,182,94)
#5ABD6F
(90,189,111)
#6EC480
(110,196,128)
#82CB91
(130,203,145)
#96D2A2
(150,210,162)
#AAD9B3
(170,217,179)
#BEE0C4
(190,224,196)
#D2E7D5
(210,231,213)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EA83C color. Also use rgb(30,168,60) instead hex code.

Text Font Color

.myTextColor { color: #1EA83C; }

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

This text font color is #1EA83C.

Background Color

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

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

This div background color is #1EA83C.

Border color

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

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

This div border color is #1EA83C.

Opacity

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

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

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

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

This text has shadow with #1EA83C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1EA83C.

Preview

Color preview on black background

This text has color #1EA83C on black background.


Color preview on white background

This text has color #1EA83C on white background.


Black color preview on #1EA83C background

This text has black color on #1EA83C background.


White color preview on #1EA83C background

This text has white color on #1EA83C background.


Related colors

Complementary color

Complementary color for #hex is #E157C3.


I love getcolorcode.com

Triadic colors

1 #3C1EA8 and #A83C1E with #1EA83C are triadic colors.

2 #3CA81E and #A81E3C with #1EA83C are triadic colors.