COLOR #4CC740

HEX: #4CC740
RGB: (76,199,64)

Color info

#4CC740 contains mainly green color. Web safe color of #4CC740 is #33CC33 (or #3C3).

RGB color model

#4CC740 color RGB value is (76,199,64).

  • red value is 76;
  • green value is 199;
  • blue value is 64.
RGB:
(76,199,64)
(30%,78%,25%)

RGB channels and saturation

R 76 of 255 = 30%
G 199 of 255 = 78%
B 64 of 255 = 25%

76
199
64

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

Portions of RGB colors in percentages

R + G + B =
76 + 199 + 64 = 339 (100%)
R 76 of 339 ~ 22.42%
G 199 of 339 ~ 58.7%
B 64 of 339 ~ 18.88%

%22.42
%58.7
%18.88

CMYK color model

#4CC740 color CMYK value is (62,0,68,22).

  • cyan value is 61.81%
  • magenta value is 0.00%
  • yellow value is 67.84%
  • key color value is 21.96%
CMYK:
(62,0,68,22)
C62M0Y68K22 
(62%,0%,68%,22%)
(0.62/0.00/0.68/0.22)	

CMYK percentages

%61.81
%0
%67.84
%21.96

Codes

Color #4CC740 in popluar color models

4CC740
RGB7619964
HSL115°54.66%51.57%
HSB/HSV115°67.84%78.04%
CMYK61.81%0.00%67.84%
21.96%

Color #4CC740 in popluar number systems.

HEX4CC740
Decimal7619964
Binary1001100110001111000000
Octal114307100

Shades and tints

Shades of #4CC740

#4CC740
(76,199,64)
#46B53B
(70,181,59)
#40A336
(64,163,54)
#3A9131
(58,145,49)
#347F2C
(52,127,44)
#2E6D27
(46,109,39)
#285B22
(40,91,34)
#22491D
(34,73,29)
#1C3718
(28,55,24)
#162513
(22,37,19)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #4CC740

#4CC740
(76,199,64)
#5CCC51
(92,204,81)
#6CD162
(108,209,98)
#7CD673
(124,214,115)
#8CDB84
(140,219,132)
#9CE095
(156,224,149)
#ACE5A6
(172,229,166)
#BCEAB7
(188,234,183)
#CCEFC8
(204,239,200)
#DCF4D9
(220,244,217)
#ECF9EA
(236,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC740 color. Also use rgb(76,199,64) instead hex code.

Text Font Color

.myTextColor { color: #4CC740; }

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

This text font color is #4CC740.


Background Color

.myBgColor { background-color: #4CC740; }

<div style="background-color:#4CC740">Inner text</div>

This div background color is #4CC740.


Border color

.myBorderColor { border: 1px solid #4CC740; }

<div style="border:3px solid #4CC740">Div</div>

This div border color is #4CC740.


Opacity

.myOpacity80 { color: #4CC740; opacity: 0.8; }

<p style="color:#4CC740;opacity:0.8;">80%</p>

Text with #4CC740 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 #4CC740;}

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

This text has shadow with #4CC740 color.

.textShadow {text-shadow: 3px 3px 1px #4CC740, 3px 3px 1px red;}

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

This text has shadow with #4CC740 primary color and red secondary color.


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

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

This text has shadow with #4CC740 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC740 on black background.


Color preview on white background

This text has color #4CC740 on white background.



Black color preview on #4CC740 background

This text has black color on #4CC740 background.


White color preview on #4CC740 background

This text has white color on #4CC740 background.