COLOR #74E148

HEX: #74E148 RGB: (116,225,72)

Color info

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

RGB color model

#74E148 color RGB value is (116,225,72).

RGB: (116,225,72) (45%, 88%, 28%)

RGB channels and saturation

R 116 of 255 = 45%
G 225 of 255 = 88%
B 72 of 255 = 28%

116
225
72

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

Portions of RGB colors in percentages

R + G + B = 116 + 225 + 72 = 413 (100%)
R 116 of 413 ~ 28.09%
G 225 of 413 ~ 54.48%
B 72 of 413 ~ 17.43'%

%28.09
%54.48
%17.43

CMYK color model

#74E148 color CMYK value is (48,0,68,12).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 11.76%

CMYK: (48,0,68,12)
C48M0Y68K12 (48%, 0%, 68%, 12%)
(0.48 / 0.00 / 0.68 / 0.12)

CMYK percentages

%48.44
%0
%68
%11.76

Codes

Color #74E148 in popluar color models

74 E1 48
RGB 116 225 72
HSL 103° 71.83% 58.24%
HSB/HSV 103° 68.00% 88.24%
CMYK 48.44% 0.00% 68.00%
11.76%

Color #74E148 in popluar number systems.

HEX 74 E1 48
Decimal 116 225 72
Binary 1110100 11100001 1001000
Octal 164 341 110

Shades and tints

Shades of #74E148

#74E148
(116,225,72)
#6ACD42
(106,205,66)
#60B93C
(96,185,60)
#56A536
(86,165,54)
#4C9130
(76,145,48)
#427D2A
(66,125,42)
#386924
(56,105,36)
#2E551E
(46,85,30)
#244118
(36,65,24)
#1A2D12
(26,45,18)
#10190C
(16,25,12)
#000000
(0,0,0)

Tints of #74E148

#74E148
(116,225,72)
#80E358
(128,227,88)
#8CE568
(140,229,104)
#98E778
(152,231,120)
#A4E988
(164,233,136)
#B0EB98
(176,235,152)
#BCEDA8
(188,237,168)
#C8EFB8
(200,239,184)
#D4F1C8
(212,241,200)
#E0F3D8
(224,243,216)
#ECF5E8
(236,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74E148 color. Also use rgb(116,225,72) instead hex code.

Text Font Color

.myTextColor { color: #74E148; }

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

This text font color is #74E148.

Background Color

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

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

This div background color is #74E148.

Border color

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

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

This div border color is #74E148.

Opacity

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

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

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

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

This text has shadow with #74E148 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74E148.

Preview

Color preview on black background

This text has color #74E148 on black background.


Color preview on white background

This text has color #74E148 on white background.


Black color preview on #74E148 background

This text has black color on #74E148 background.


White color preview on #74E148 background

This text has white color on #74E148 background.


Related colors

Complementary color

Complementary color for #hex is #8B1EB7.


I love getcolorcode.com

Triadic colors

1 #4874E1 and #E14874 with #74E148 are triadic colors.

2 #48E174 and #E17448 with #74E148 are triadic colors.