COLOR #74D023

HEX: #74D023
RGB: (116,208,35)

Color info

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

RGB color model

#74D023 color RGB value is (116,208,35).

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

RGB channels and saturation

R 116 of 255 = 45%
G 208 of 255 = 82%
B 35 of 255 = 14%

116
208
35

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

Portions of RGB colors in percentages

R + G + B =
116 + 208 + 35 = 359 (100%)
R 116 of 359 ~ 32.31%
G 208 of 359 ~ 57.94%
B 35 of 359 ~ 9.75%

%32.31
%57.94
%9.75

CMYK color model

#74D023 color CMYK value is (44,0,83,18).

  • cyan value is 44.23%
  • magenta value is 0.00%
  • yellow value is 83.17%
  • key color value is 18.43%
CMYK:
(44,0,83,18)
C44M0Y83K18 
(44%,0%,83%,18%)
(0.44/0.00/0.83/0.18)	

CMYK percentages

%44.23
%0
%83.17
%18.43

Codes

Color #74D023 in popluar color models

74D023
RGB11620835
HSL92°71.19%47.65%
HSB/HSV92°83.17%81.57%
CMYK44.23%0.00%83.17%
18.43%

Color #74D023 in popluar number systems.

HEX74D023
Decimal11620835
Binary111010011010000100011
Octal16432043

Shades and tints

Shades of #74D023

#74D023
(116,208,35)
#6ABE20
(106,190,32)
#60AC1D
(96,172,29)
#569A1A
(86,154,26)
#4C8817
(76,136,23)
#427614
(66,118,20)
#386411
(56,100,17)
#2E520E
(46,82,14)
#24400B
(36,64,11)
#1A2E08
(26,46,8)
#101C05
(16,28,5)
#000000
(0,0,0)

Tints of #74D023

#74D023
(116,208,35)
#80D437
(128,212,55)
#8CD84B
(140,216,75)
#98DC5F
(152,220,95)
#A4E073
(164,224,115)
#B0E487
(176,228,135)
#BCE89B
(188,232,155)
#C8ECAF
(200,236,175)
#D4F0C3
(212,240,195)
#E0F4D7
(224,244,215)
#ECF8EB
(236,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74D023; }

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

This text font color is #74D023.


Background Color

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

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

This div background color is #74D023.


Border color

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

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

This div border color is #74D023.


Opacity

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

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

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

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

This text has shadow with #74D023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D023 on black background.


Color preview on white background

This text has color #74D023 on white background.



Black color preview on #74D023 background

This text has black color on #74D023 background.


White color preview on #74D023 background

This text has white color on #74D023 background.