COLOR #74D307

HEX: #74D307
RGB: (116,211,7)

Color info

#74D307 contains mainly green color. Web safe color of #74D307 is #66CC00 (or #6C0).

RGB color model

#74D307 color RGB value is (116,211,7).

  • red value is 116;
  • green value is 211;
  • blue value is 7.
RGB:
(116,211,7)
(45%,83%,3%)

RGB channels and saturation

R 116 of 255 = 45%
G 211 of 255 = 83%
B 7 of 255 = 3%

116
211
7

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

Portions of RGB colors in percentages

R + G + B =
116 + 211 + 7 = 334 (100%)
R 116 of 334 ~ 34.73%
G 211 of 334 ~ 63.17%
B 7 of 334 ~ 2.1%

%34.73
%63.17

CMYK color model

#74D307 color CMYK value is (45,0,97,17).

  • cyan value is 45.02%
  • magenta value is 0.00%
  • yellow value is 96.68%
  • key color value is 17.25%
CMYK:
(45,0,97,17)
C45M0Y97K17 
(45%,0%,97%,17%)
(0.45/0.00/0.97/0.17)	

CMYK percentages

%45.02
%0
%96.68
%17.25

Codes

Color #74D307 in popluar color models

74D307
RGB1162117
HSL88°93.58%42.75%
HSB/HSV88°96.68%82.75%
CMYK45.02%0.00%96.68%
17.25%

Color #74D307 in popluar number systems.

HEX74D307
Decimal1162117
Binary111010011010011111
Octal1643237

Shades and tints

Shades of #74D307

#74D307
(116,211,7)
#6AC007
(106,192,7)
#60AD07
(96,173,7)
#569A07
(86,154,7)
#4C8707
(76,135,7)
#427407
(66,116,7)
#386107
(56,97,7)
#2E4E07
(46,78,7)
#243B07
(36,59,7)
#1A2807
(26,40,7)
#101507
(16,21,7)
#000000
(0,0,0)

Tints of #74D307

#74D307
(116,211,7)
#80D71D
(128,215,29)
#8CDB33
(140,219,51)
#98DF49
(152,223,73)
#A4E35F
(164,227,95)
#B0E775
(176,231,117)
#BCEB8B
(188,235,139)
#C8EFA1
(200,239,161)
#D4F3B7
(212,243,183)
#E0F7CD
(224,247,205)
#ECFBE3
(236,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D307 color. Also use rgb(116,211,7) instead hex code.

Text Font Color

.myTextColor { color: #74D307; }

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

This text font color is #74D307.


Background Color

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

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

This div background color is #74D307.


Border color

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

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

This div border color is #74D307.


Opacity

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

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

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

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

This text has shadow with #74D307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D307 on black background.


Color preview on white background

This text has color #74D307 on white background.



Black color preview on #74D307 background

This text has black color on #74D307 background.


White color preview on #74D307 background

This text has white color on #74D307 background.