COLOR #74E523

HEX: #74E523
RGB: (116,229,35)

Color info

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

RGB color model

#74E523 color RGB value is (116,229,35).

  • red value is 116;
  • green value is 229;
  • blue value is 35.
RGB:
(116,229,35)
(45%,90%,14%)

RGB channels and saturation

R 116 of 255 = 45%
G 229 of 255 = 90%
B 35 of 255 = 14%

116
229
35

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

Portions of RGB colors in percentages

R + G + B =
116 + 229 + 35 = 380 (100%)
R 116 of 380 ~ 30.53%
G 229 of 380 ~ 60.26%
B 35 of 380 ~ 9.21%

%30.53
%60.26

CMYK color model

#74E523 color CMYK value is (49,0,85,10).

  • cyan value is 49.34%
  • magenta value is 0.00%
  • yellow value is 84.72%
  • key color value is 10.20%
CMYK:
(49,0,85,10)
C49M0Y85K10 
(49%,0%,85%,10%)
(0.49/0.00/0.85/0.10)	

CMYK percentages

%49.34
%0
%84.72
%10.2

Codes

Color #74E523 in popluar color models

74E523
RGB11622935
HSL95°78.86%51.76%
HSB/HSV95°84.72%89.80%
CMYK49.34%0.00%84.72%
10.20%

Color #74E523 in popluar number systems.

HEX74E523
Decimal11622935
Binary111010011100101100011
Octal16434543

Shades and tints

Shades of #74E523

#74E523
(116,229,35)
#6AD120
(106,209,32)
#60BD1D
(96,189,29)
#56A91A
(86,169,26)
#4C9517
(76,149,23)
#428114
(66,129,20)
#386D11
(56,109,17)
#2E590E
(46,89,14)
#24450B
(36,69,11)
#1A3108
(26,49,8)
#101D05
(16,29,5)
#000000
(0,0,0)

Tints of #74E523

#74E523
(116,229,35)
#80E737
(128,231,55)
#8CE94B
(140,233,75)
#98EB5F
(152,235,95)
#A4ED73
(164,237,115)
#B0EF87
(176,239,135)
#BCF19B
(188,241,155)
#C8F3AF
(200,243,175)
#D4F5C3
(212,245,195)
#E0F7D7
(224,247,215)
#ECF9EB
(236,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E523 color. Also use rgb(116,229,35) instead hex code.

Text Font Color

.myTextColor { color: #74E523; }

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

This text font color is #74E523.


Background Color

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

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

This div background color is #74E523.


Border color

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

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

This div border color is #74E523.


Opacity

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

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

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

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

This text has shadow with #74E523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74E523 on black background.


Color preview on white background

This text has color #74E523 on white background.



Black color preview on #74E523 background

This text has black color on #74E523 background.


White color preview on #74E523 background

This text has white color on #74E523 background.