COLOR #74CE20

HEX: #74CE20
RGB: (116,206,32)

Color info

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

RGB color model

#74CE20 color RGB value is (116,206,32).

  • red value is 116;
  • green value is 206;
  • blue value is 32.
RGB:
(116,206,32)
(45%,81%,13%)

RGB channels and saturation

R 116 of 255 = 45%
G 206 of 255 = 81%
B 32 of 255 = 13%

116
206
32

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

Portions of RGB colors in percentages

R + G + B =
116 + 206 + 32 = 354 (100%)
R 116 of 354 ~ 32.77%
G 206 of 354 ~ 58.19%
B 32 of 354 ~ 9.04%

%32.77
%58.19

CMYK color model

#74CE20 color CMYK value is (44,0,84,19).

  • cyan value is 43.69%
  • magenta value is 0.00%
  • yellow value is 84.47%
  • key color value is 19.22%
CMYK:
(44,0,84,19)
C44M0Y84K19 
(44%,0%,84%,19%)
(0.44/0.00/0.84/0.19)	

CMYK percentages

%43.69
%0
%84.47
%19.22

Codes

Color #74CE20 in popluar color models

74CE20
RGB11620632
HSL91°73.11%46.67%
HSB/HSV91°84.47%80.78%
CMYK43.69%0.00%84.47%
19.22%

Color #74CE20 in popluar number systems.

HEX74CE20
Decimal11620632
Binary111010011001110100000
Octal16431640

Shades and tints

Shades of #74CE20

#74CE20
(116,206,32)
#6ABC1E
(106,188,30)
#60AA1C
(96,170,28)
#56981A
(86,152,26)
#4C8618
(76,134,24)
#427416
(66,116,22)
#386214
(56,98,20)
#2E5012
(46,80,18)
#243E10
(36,62,16)
#1A2C0E
(26,44,14)
#101A0C
(16,26,12)
#000000
(0,0,0)

Tints of #74CE20

#74CE20
(116,206,32)
#80D234
(128,210,52)
#8CD648
(140,214,72)
#98DA5C
(152,218,92)
#A4DE70
(164,222,112)
#B0E284
(176,226,132)
#BCE698
(188,230,152)
#C8EAAC
(200,234,172)
#D4EEC0
(212,238,192)
#E0F2D4
(224,242,212)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74CE20 color. Also use rgb(116,206,32) instead hex code.

Text Font Color

.myTextColor { color: #74CE20; }

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

This text font color is #74CE20.


Background Color

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

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

This div background color is #74CE20.


Border color

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

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

This div border color is #74CE20.


Opacity

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

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

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

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

This text has shadow with #74CE20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74CE20 on black background.


Color preview on white background

This text has color #74CE20 on white background.



Black color preview on #74CE20 background

This text has black color on #74CE20 background.


White color preview on #74CE20 background

This text has white color on #74CE20 background.