COLOR #1EDF07

HEX: #1EDF07
RGB: (30,223,7)

Color info

#1EDF07 contains mainly green color. Web safe color of #1EDF07 is #33CC00 (or #3C0).

RGB color model

#1EDF07 color RGB value is (30,223,7).

  • red value is 30;
  • green value is 223;
  • blue value is 7.
RGB:
(30,223,7)
(12%,87%,3%)

RGB channels and saturation

R 30 of 255 = 12%
G 223 of 255 = 87%
B 7 of 255 = 3%

30
223
7

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

Portions of RGB colors in percentages

R + G + B =
30 + 223 + 7 = 260 (100%)
R 30 of 260 ~ 11.54%
G 223 of 260 ~ 85.77%
B 7 of 260 ~ 2.69%

%11.54
%85.77

CMYK color model

#1EDF07 color CMYK value is (87,0,97,13).

  • cyan value is 86.55%
  • magenta value is 0.00%
  • yellow value is 96.86%
  • key color value is 12.55%
CMYK:
(87,0,97,13)
C87M0Y97K13 
(87%,0%,97%,13%)
(0.87/0.00/0.97/0.13)	

CMYK percentages

%86.55
%0
%96.86
%12.55

Codes

Color #1EDF07 in popluar color models

1EDF07
RGB302237
HSL114°93.91%45.10%
HSB/HSV114°96.86%87.45%
CMYK86.55%0.00%96.86%
12.55%

Color #1EDF07 in popluar number systems.

HEX1EDF07
Decimal302237
Binary1111011011111111
Octal363377

Shades and tints

Shades of #1EDF07

#1EDF07
(30,223,7)
#1CCB07
(28,203,7)
#1AB707
(26,183,7)
#18A307
(24,163,7)
#168F07
(22,143,7)
#147B07
(20,123,7)
#126707
(18,103,7)
#105307
(16,83,7)
#0E3F07
(14,63,7)
#0C2B07
(12,43,7)
#0A1707
(10,23,7)
#000000
(0,0,0)

Tints of #1EDF07

#1EDF07
(30,223,7)
#32E11D
(50,225,29)
#46E333
(70,227,51)
#5AE549
(90,229,73)
#6EE75F
(110,231,95)
#82E975
(130,233,117)
#96EB8B
(150,235,139)
#AAEDA1
(170,237,161)
#BEEFB7
(190,239,183)
#D2F1CD
(210,241,205)
#E6F3E3
(230,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EDF07 color. Also use rgb(30,223,7) instead hex code.

Text Font Color

.myTextColor { color: #1EDF07; }

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

This text font color is #1EDF07.


Background Color

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

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

This div background color is #1EDF07.


Border color

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

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

This div border color is #1EDF07.


Opacity

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

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

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

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

This text has shadow with #1EDF07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EDF07 on black background.


Color preview on white background

This text has color #1EDF07 on white background.



Black color preview on #1EDF07 background

This text has black color on #1EDF07 background.


White color preview on #1EDF07 background

This text has white color on #1EDF07 background.