COLOR #4EA102

HEX: #4EA102
RGB: (78,161,2)

Color info

#4EA102 contains mainly green color. Web safe color of #4EA102 is #669900 (or #690).

RGB color model

#4EA102 color RGB value is (78,161,2).

  • red value is 78;
  • green value is 161;
  • blue value is 2.
RGB:
(78,161,2)
(31%,63%,1%)

RGB channels and saturation

R 78 of 255 = 31%
G 161 of 255 = 63%
B 2 of 255 = 1%

78
161
2

R + G + B ~ 32%. #4EA102 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 161 + 2 = 241 (100%)
R 78 of 241 ~ 32.37%
G 161 of 241 ~ 66.8%
B 2 of 241 ~ 0.83%

%32.37
%66.8

CMYK color model

#4EA102 color CMYK value is (52,0,99,37).

  • cyan value is 51.55%
  • magenta value is 0.00%
  • yellow value is 98.76%
  • key color value is 36.86%
CMYK:
(52,0,99,37)
C52M0Y99K37 
(52%,0%,99%,37%)
(0.52/0.00/0.99/0.37)	

CMYK percentages

%51.55
%0
%98.76
%36.86

Codes

Color #4EA102 in popluar color models

4EA102
RGB781612
HSL91°97.55%31.96%
HSB/HSV91°98.76%63.14%
CMYK51.55%0.00%98.76%
36.86%

Color #4EA102 in popluar number systems.

HEX4EA102
Decimal781612
Binary10011101010000110
Octal1162412

Shades and tints

Shades of #4EA102

#4EA102
(78,161,2)
#479302
(71,147,2)
#408502
(64,133,2)
#397702
(57,119,2)
#326902
(50,105,2)
#2B5B02
(43,91,2)
#244D02
(36,77,2)
#1D3F02
(29,63,2)
#163102
(22,49,2)
#0F2302
(15,35,2)
#081502
(8,21,2)
#000000
(0,0,0)

Tints of #4EA102

#4EA102
(78,161,2)
#5EA919
(94,169,25)
#6EB130
(110,177,48)
#7EB947
(126,185,71)
#8EC15E
(142,193,94)
#9EC975
(158,201,117)
#AED18C
(174,209,140)
#BED9A3
(190,217,163)
#CEE1BA
(206,225,186)
#DEE9D1
(222,233,209)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA102 color. Also use rgb(78,161,2) instead hex code.

Text Font Color

.myTextColor { color: #4EA102; }

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

This text font color is #4EA102.


Background Color

.myBgColor { background-color: #4EA102; }

<div style="background-color:#4EA102">Inner text</div>

This div background color is #4EA102.


Border color

.myBorderColor { border: 1px solid #4EA102; }

<div style="border:3px solid #4EA102">Div</div>

This div border color is #4EA102.


Opacity

.myOpacity80 { color: #4EA102; opacity: 0.8; }

<p style="color:#4EA102;opacity:0.8;">80%</p>

Text with #4EA102 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 #4EA102;}

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

This text has shadow with #4EA102 color.

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

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

This text has shadow with #4EA102 primary color and red secondary color.


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

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

This text has shadow with #4EA102 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA102 on black background.


Color preview on white background

This text has color #4EA102 on white background.



Black color preview on #4EA102 background

This text has black color on #4EA102 background.


White color preview on #4EA102 background

This text has white color on #4EA102 background.