COLOR #07E078

HEX: #07E078
RGB: (7,224,120)

Color info

#07E078 contains mainly green color. Web safe color of #07E078 is #00CC66 (or #0C6).

RGB color model

#07E078 color RGB value is (7,224,120).

  • red value is 7;
  • green value is 224;
  • blue value is 120.
RGB:
(7,224,120)
(3%,88%,47%)

RGB channels and saturation

R 7 of 255 = 3%
G 224 of 255 = 88%
B 120 of 255 = 47%

7
224
120

R + G + B ~ 46%. #07E078 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 224 + 120 = 351 (100%)
R 7 of 351 ~ 1.99%
G 224 of 351 ~ 63.82%
B 120 of 351 ~ 34.19%

%63.82
%34.19

CMYK color model

#07E078 color CMYK value is (97,0,46,12).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 12.16%
CMYK:
(97,0,46,12)
C97M0Y46K12 
(97%,0%,46%,12%)
(0.97/0.00/0.46/0.12)	

CMYK percentages

%96.88
%0
%46.43
%12.16

Codes

Color #07E078 in popluar color models

07E078
RGB7224120
HSL151°93.94%45.29%
HSB/HSV151°96.88%87.84%
CMYK96.88%0.00%46.43%
12.16%

Color #07E078 in popluar number systems.

HEX07E078
Decimal7224120
Binary111111000001111000
Octal7340170

Shades and tints

Shades of #07E078

#07E078
(7,224,120)
#07CC6E
(7,204,110)
#07B864
(7,184,100)
#07A45A
(7,164,90)
#079050
(7,144,80)
#077C46
(7,124,70)
#07683C
(7,104,60)
#075432
(7,84,50)
#074028
(7,64,40)
#072C1E
(7,44,30)
#071814
(7,24,20)
#000000
(0,0,0)

Tints of #07E078

#07E078
(7,224,120)
#1DE284
(29,226,132)
#33E490
(51,228,144)
#49E69C
(73,230,156)
#5FE8A8
(95,232,168)
#75EAB4
(117,234,180)
#8BECC0
(139,236,192)
#A1EECC
(161,238,204)
#B7F0D8
(183,240,216)
#CDF2E4
(205,242,228)
#E3F4F0
(227,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07E078 color. Also use rgb(7,224,120) instead hex code.

Text Font Color

.myTextColor { color: #07E078; }

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

This text font color is #07E078.


Background Color

.myBgColor { background-color: #07E078; }

<div style="background-color:#07E078">Inner text</div>

This div background color is #07E078.


Border color

.myBorderColor { border: 1px solid #07E078; }

<div style="border:3px solid #07E078">Div</div>

This div border color is #07E078.


Opacity

.myOpacity80 { color: #07E078; opacity: 0.8; }

<p style="color:#07E078;opacity:0.8;">80%</p>

Text with #07E078 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 #07E078;}

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

This text has shadow with #07E078 color.

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

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

This text has shadow with #07E078 primary color and red secondary color.


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

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

This text has shadow with #07E078 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07E078 on black background.


Color preview on white background

This text has color #07E078 on white background.



Black color preview on #07E078 background

This text has black color on #07E078 background.


White color preview on #07E078 background

This text has white color on #07E078 background.