COLOR #78E138

HEX: #78E138
RGB: (120,225,56)

Color info

#78E138 contains mainly green color. Web safe color of #78E138 is #66CC33 (or #6C3).

RGB color model

#78E138 color RGB value is (120,225,56).

  • red value is 120;
  • green value is 225;
  • blue value is 56.
RGB:
(120,225,56)
(47%,88%,22%)

RGB channels and saturation

R 120 of 255 = 47%
G 225 of 255 = 88%
B 56 of 255 = 22%

120
225
56

R + G + B ~ 52%. #78E138 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 225 + 56 = 401 (100%)
R 120 of 401 ~ 29.93%
G 225 of 401 ~ 56.11%
B 56 of 401 ~ 13.97%

%29.93
%56.11
%13.97

CMYK color model

#78E138 color CMYK value is (47,0,75,12).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 75.11%
  • key color value is 11.76%
CMYK:
(47,0,75,12)
C47M0Y75K12 
(47%,0%,75%,12%)
(0.47/0.00/0.75/0.12)	

CMYK percentages

%46.67
%0
%75.11
%11.76

Codes

Color #78E138 in popluar color models

78E138
RGB12022556
HSL97°73.80%55.10%
HSB/HSV97°75.11%88.24%
CMYK46.67%0.00%75.11%
11.76%

Color #78E138 in popluar number systems.

HEX78E138
Decimal12022556
Binary111100011100001111000
Octal17034170

Shades and tints

Shades of #78E138

#78E138
(120,225,56)
#6ECD33
(110,205,51)
#64B92E
(100,185,46)
#5AA529
(90,165,41)
#509124
(80,145,36)
#467D1F
(70,125,31)
#3C691A
(60,105,26)
#325515
(50,85,21)
#284110
(40,65,16)
#1E2D0B
(30,45,11)
#141906
(20,25,6)
#000000
(0,0,0)

Tints of #78E138

#78E138
(120,225,56)
#84E34A
(132,227,74)
#90E55C
(144,229,92)
#9CE76E
(156,231,110)
#A8E980
(168,233,128)
#B4EB92
(180,235,146)
#C0EDA4
(192,237,164)
#CCEFB6
(204,239,182)
#D8F1C8
(216,241,200)
#E4F3DA
(228,243,218)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78E138 color. Also use rgb(120,225,56) instead hex code.

Text Font Color

.myTextColor { color: #78E138; }

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

This text font color is #78E138.


Background Color

.myBgColor { background-color: #78E138; }

<div style="background-color:#78E138">Inner text</div>

This div background color is #78E138.


Border color

.myBorderColor { border: 1px solid #78E138; }

<div style="border:3px solid #78E138">Div</div>

This div border color is #78E138.


Opacity

.myOpacity80 { color: #78E138; opacity: 0.8; }

<p style="color:#78E138;opacity:0.8;">80%</p>

Text with #78E138 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 #78E138;}

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

This text has shadow with #78E138 color.

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

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

This text has shadow with #78E138 primary color and red secondary color.


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

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

This text has shadow with #78E138 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78E138 on black background.


Color preview on white background

This text has color #78E138 on white background.



Black color preview on #78E138 background

This text has black color on #78E138 background.


White color preview on #78E138 background

This text has white color on #78E138 background.