COLOR #4EAF1C

HEX: #4EAF1C
RGB: (78,175,28)

Color info

#4EAF1C contains mainly green color. Web safe color of #4EAF1C is #669933 (or #693).

RGB color model

#4EAF1C color RGB value is (78,175,28).

  • red value is 78;
  • green value is 175;
  • blue value is 28.
RGB:
(78,175,28)
(31%,69%,11%)

RGB channels and saturation

R 78 of 255 = 31%
G 175 of 255 = 69%
B 28 of 255 = 11%

78
175
28

R + G + B ~ 37%. #4EAF1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 175 + 28 = 281 (100%)
R 78 of 281 ~ 27.76%
G 175 of 281 ~ 62.28%
B 28 of 281 ~ 9.96%

%27.76
%62.28
%9.96

CMYK color model

#4EAF1C color CMYK value is (55,0,84,31).

  • cyan value is 55.43%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 31.37%
CMYK:
(55,0,84,31)
C55M0Y84K31 
(55%,0%,84%,31%)
(0.55/0.00/0.84/0.31)	

CMYK percentages

%55.43
%0
%84
%31.37

Codes

Color #4EAF1C in popluar color models

4EAF1C
RGB7817528
HSL100°72.41%39.80%
HSB/HSV100°84.00%68.63%
CMYK55.43%0.00%84.00%
31.37%

Color #4EAF1C in popluar number systems.

HEX4EAF1C
Decimal7817528
Binary10011101010111111100
Octal11625734

Shades and tints

Shades of #4EAF1C

#4EAF1C
(78,175,28)
#47A01A
(71,160,26)
#409118
(64,145,24)
#398216
(57,130,22)
#327314
(50,115,20)
#2B6412
(43,100,18)
#245510
(36,85,16)
#1D460E
(29,70,14)
#16370C
(22,55,12)
#0F280A
(15,40,10)
#081908
(8,25,8)
#000000
(0,0,0)

Tints of #4EAF1C

#4EAF1C
(78,175,28)
#5EB630
(94,182,48)
#6EBD44
(110,189,68)
#7EC458
(126,196,88)
#8ECB6C
(142,203,108)
#9ED280
(158,210,128)
#AED994
(174,217,148)
#BEE0A8
(190,224,168)
#CEE7BC
(206,231,188)
#DEEED0
(222,238,208)
#EEF5E4
(238,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EAF1C color. Also use rgb(78,175,28) instead hex code.

Text Font Color

.myTextColor { color: #4EAF1C; }

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

This text font color is #4EAF1C.


Background Color

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

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

This div background color is #4EAF1C.


Border color

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

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

This div border color is #4EAF1C.


Opacity

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

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

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

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

This text has shadow with #4EAF1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAF1C on black background.


Color preview on white background

This text has color #4EAF1C on white background.



Black color preview on #4EAF1C background

This text has black color on #4EAF1C background.


White color preview on #4EAF1C background

This text has white color on #4EAF1C background.