COLOR #74E840

HEX: #74E840
RGB: (116,232,64)

Color info

#74E840 contains mainly green color. Web safe color of #74E840 is #66FF33 (or #6F3).

RGB color model

#74E840 color RGB value is (116,232,64).

  • red value is 116;
  • green value is 232;
  • blue value is 64.
RGB:
(116,232,64)
(45%,91%,25%)

RGB channels and saturation

R 116 of 255 = 45%
G 232 of 255 = 91%
B 64 of 255 = 25%

116
232
64

R + G + B ~ 54%. #74E840 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 232 + 64 = 412 (100%)
R 116 of 412 ~ 28.16%
G 232 of 412 ~ 56.31%
B 64 of 412 ~ 15.53%

%28.16
%56.31
%15.53

CMYK color model

#74E840 color CMYK value is (50,0,72,9).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 9.02%
CMYK:
(50,0,72,9)
C50M0Y72K9 
(50%,0%,72%,9%)
(0.50/0.00/0.72/0.09)	

CMYK percentages

%50
%0
%72.41
%9.02

Codes

Color #74E840 in popluar color models

74E840
RGB11623264
HSL101°78.50%58.04%
HSB/HSV101°72.41%90.98%
CMYK50.00%0.00%72.41%
9.02%

Color #74E840 in popluar number systems.

HEX74E840
Decimal11623264
Binary1110100111010001000000
Octal164350100

Shades and tints

Shades of #74E840

#74E840
(116,232,64)
#6AD33B
(106,211,59)
#60BE36
(96,190,54)
#56A931
(86,169,49)
#4C942C
(76,148,44)
#427F27
(66,127,39)
#386A22
(56,106,34)
#2E551D
(46,85,29)
#244018
(36,64,24)
#1A2B13
(26,43,19)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #74E840

#74E840
(116,232,64)
#80EA51
(128,234,81)
#8CEC62
(140,236,98)
#98EE73
(152,238,115)
#A4F084
(164,240,132)
#B0F295
(176,242,149)
#BCF4A6
(188,244,166)
#C8F6B7
(200,246,183)
#D4F8C8
(212,248,200)
#E0FAD9
(224,250,217)
#ECFCEA
(236,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E840 color. Also use rgb(116,232,64) instead hex code.

Text Font Color

.myTextColor { color: #74E840; }

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

This text font color is #74E840.


Background Color

.myBgColor { background-color: #74E840; }

<div style="background-color:#74E840">Inner text</div>

This div background color is #74E840.


Border color

.myBorderColor { border: 1px solid #74E840; }

<div style="border:3px solid #74E840">Div</div>

This div border color is #74E840.


Opacity

.myOpacity80 { color: #74E840; opacity: 0.8; }

<p style="color:#74E840;opacity:0.8;">80%</p>

Text with #74E840 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 #74E840;}

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

This text has shadow with #74E840 color.

.textShadow {text-shadow: 3px 3px 1px #74E840, 3px 3px 1px red;}

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

This text has shadow with #74E840 primary color and red secondary color.


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

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

This text has shadow with #74E840 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E840 on black background.


Color preview on white background

This text has color #74E840 on white background.



Black color preview on #74E840 background

This text has black color on #74E840 background.


White color preview on #74E840 background

This text has white color on #74E840 background.