COLOR #78D228

HEX: #78D228 RGB: (120,210,40)

Color info

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

RGB color model

#78D228 color RGB value is (120,210,40).

RGB: (120,210,40) (47%, 82%, 16%)

RGB channels and saturation

R 120 of 255 = 47%
G 210 of 255 = 82%
B 40 of 255 = 16%

120
210
40

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

Portions of RGB colors in percentages

R + G + B = 120 + 210 + 40 = 370 (100%)
R 120 of 370 ~ 32.43%
G 210 of 370 ~ 56.76%
B 40 of 370 ~ 10.81'%

%32.43
%56.76
%10.81

CMYK color model

#78D228 color CMYK value is (43,0,81,18).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 80.95%
  • key color value is 17.65%

CMYK: (43,0,81,18)
C43M0Y81K18 (43%, 0%, 81%, 18%)
(0.43 / 0.00 / 0.81 / 0.18)

CMYK percentages

%42.86
%0
%80.95
%17.65

Codes

Color #78D228 in popluar color models

78 D2 28
RGB 120 210 40
HSL 92° 68.00% 49.02%
HSB/HSV 92° 80.95% 82.35%
CMYK 42.86% 0.00% 80.95%
17.65%

Color #78D228 in popluar number systems.

HEX 78 D2 28
Decimal 120 210 40
Binary 1111000 11010010 101000
Octal 170 322 50

Shades and tints

Shades of #78D228

#78D228
(120,210,40)
#6EBF25
(110,191,37)
#64AC22
(100,172,34)
#5A991F
(90,153,31)
#50861C
(80,134,28)
#467319
(70,115,25)
#3C6016
(60,96,22)
#324D13
(50,77,19)
#283A10
(40,58,16)
#1E270D
(30,39,13)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #78D228

#78D228
(120,210,40)
#84D63B
(132,214,59)
#90DA4E
(144,218,78)
#9CDE61
(156,222,97)
#A8E274
(168,226,116)
#B4E687
(180,230,135)
#C0EA9A
(192,234,154)
#CCEEAD
(204,238,173)
#D8F2C0
(216,242,192)
#E4F6D3
(228,246,211)
#F0FAE6
(240,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D228 color. Also use rgb(120,210,40) instead hex code.

Text Font Color

.myTextColor { color: #78D228; }

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

This text font color is #78D228.

Background Color

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

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

This div background color is #78D228.

Border color

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

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

This div border color is #78D228.

Opacity

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

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

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

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

This text has shadow with #78D228 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78D228.

Preview

Color preview on black background

This text has color #78D228 on black background.


Color preview on white background

This text has color #78D228 on white background.


Black color preview on #78D228 background

This text has black color on #78D228 background.


White color preview on #78D228 background

This text has white color on #78D228 background.


Related colors

Complementary color

Complementary color for #hex is #872DD7.


I love getcolorcode.com

Triadic colors

1 #2878D2 and #D22878 with #78D228 are triadic colors.

2 #28D278 and #D27828 with #78D228 are triadic colors.