COLOR #1EB252

HEX: #1EB252
RGB: (30,178,82)

Color info

#1EB252 contains mainly green color. Web safe color of #1EB252 is #339966 (or #396).

RGB color model

#1EB252 color RGB value is (30,178,82).

  • red value is 30;
  • green value is 178;
  • blue value is 82.
RGB:
(30,178,82)
(12%,70%,32%)

RGB channels and saturation

R 30 of 255 = 12%
G 178 of 255 = 70%
B 82 of 255 = 32%

30
178
82

R + G + B ~ 38%. #1EB252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 178 + 82 = 290 (100%)
R 30 of 290 ~ 10.34%
G 178 of 290 ~ 61.38%
B 82 of 290 ~ 28.28%

%10.34
%61.38
%28.28

CMYK color model

#1EB252 color CMYK value is (83,0,54,30).

  • cyan value is 83.15%
  • magenta value is 0.00%
  • yellow value is 53.93%
  • key color value is 30.20%
CMYK:
(83,0,54,30)
C83M0Y54K30 
(83%,0%,54%,30%)
(0.83/0.00/0.54/0.30)	

CMYK percentages

%83.15
%0
%53.93
%30.2

Codes

Color #1EB252 in popluar color models

1EB252
RGB3017882
HSL141°71.15%40.78%
HSB/HSV141°83.15%69.80%
CMYK83.15%0.00%53.93%
30.20%

Color #1EB252 in popluar number systems.

HEX1EB252
Decimal3017882
Binary11110101100101010010
Octal36262122

Shades and tints

Shades of #1EB252

#1EB252
(30,178,82)
#1CA24B
(28,162,75)
#1A9244
(26,146,68)
#18823D
(24,130,61)
#167236
(22,114,54)
#14622F
(20,98,47)
#125228
(18,82,40)
#104221
(16,66,33)
#0E321A
(14,50,26)
#0C2213
(12,34,19)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #1EB252

#1EB252
(30,178,82)
#32B961
(50,185,97)
#46C070
(70,192,112)
#5AC77F
(90,199,127)
#6ECE8E
(110,206,142)
#82D59D
(130,213,157)
#96DCAC
(150,220,172)
#AAE3BB
(170,227,187)
#BEEACA
(190,234,202)
#D2F1D9
(210,241,217)
#E6F8E8
(230,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EB252 color. Also use rgb(30,178,82) instead hex code.

Text Font Color

.myTextColor { color: #1EB252; }

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

This text font color is #1EB252.


Background Color

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

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

This div background color is #1EB252.


Border color

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

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

This div border color is #1EB252.


Opacity

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

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

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

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

This text has shadow with #1EB252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EB252 on black background.


Color preview on white background

This text has color #1EB252 on white background.



Black color preview on #1EB252 background

This text has black color on #1EB252 background.


White color preview on #1EB252 background

This text has white color on #1EB252 background.