COLOR #74FE43

HEX: #74FE43
RGB: (116,254,67)

Color info

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

RGB color model

#74FE43 color RGB value is (116,254,67).

  • red value is 116;
  • green value is 254;
  • blue value is 67.
RGB:
(116,254,67)
(45%,100%,26%)

RGB channels and saturation

R 116 of 255 = 45%
G 254 of 255 = 100%
B 67 of 255 = 26%

116
254
67

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

Portions of RGB colors in percentages

R + G + B =
116 + 254 + 67 = 437 (100%)
R 116 of 437 ~ 26.54%
G 254 of 437 ~ 58.12%
B 67 of 437 ~ 15.33%

%26.54
%58.12
%15.33

CMYK color model

#74FE43 color CMYK value is (54,0,74,0).

  • cyan value is 54.33%
  • magenta value is 0.00%
  • yellow value is 73.62%
  • key color value is 0.39%
CMYK:
(54,0,74,0)
C54M0Y74K0 
(54%,0%,74%,0%)
(0.54/0.00/0.74/0.00)	

CMYK percentages

%54.33
%0
%73.62
%0.39

Codes

Color #74FE43 in popluar color models

74FE43
RGB11625467
HSL104°98.94%62.94%
HSB/HSV104°73.62%99.61%
CMYK54.33%0.00%73.62%
0.39%

Color #74FE43 in popluar number systems.

HEX74FE43
Decimal11625467
Binary1110100111111101000011
Octal164376103

Shades and tints

Shades of #74FE43

#74FE43
(116,254,67)
#6AE73D
(106,231,61)
#60D037
(96,208,55)
#56B931
(86,185,49)
#4CA22B
(76,162,43)
#428B25
(66,139,37)
#38741F
(56,116,31)
#2E5D19
(46,93,25)
#244613
(36,70,19)
#1A2F0D
(26,47,13)
#101807
(16,24,7)
#000000
(0,0,0)

Tints of #74FE43

#74FE43
(116,254,67)
#80FE54
(128,254,84)
#8CFE65
(140,254,101)
#98FE76
(152,254,118)
#A4FE87
(164,254,135)
#B0FE98
(176,254,152)
#BCFEA9
(188,254,169)
#C8FEBA
(200,254,186)
#D4FECB
(212,254,203)
#E0FEDC
(224,254,220)
#ECFEED
(236,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74FE43 color. Also use rgb(116,254,67) instead hex code.

Text Font Color

.myTextColor { color: #74FE43; }

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

This text font color is #74FE43.


Background Color

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

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

This div background color is #74FE43.


Border color

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

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

This div border color is #74FE43.


Opacity

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

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

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

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

This text has shadow with #74FE43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74FE43 on black background.


Color preview on white background

This text has color #74FE43 on white background.



Black color preview on #74FE43 background

This text has black color on #74FE43 background.


White color preview on #74FE43 background

This text has white color on #74FE43 background.