COLOR #4CC338

HEX: #4CC338
RGB: (76,195,56)

Color info

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

RGB color model

#4CC338 color RGB value is (76,195,56).

  • red value is 76;
  • green value is 195;
  • blue value is 56.
RGB:
(76,195,56)
(30%,76%,22%)

RGB channels and saturation

R 76 of 255 = 30%
G 195 of 255 = 76%
B 56 of 255 = 22%

76
195
56

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

Portions of RGB colors in percentages

R + G + B =
76 + 195 + 56 = 327 (100%)
R 76 of 327 ~ 23.24%
G 195 of 327 ~ 59.63%
B 56 of 327 ~ 17.13%

%23.24
%59.63
%17.13

CMYK color model

#4CC338 color CMYK value is (61,0,71,24).

  • cyan value is 61.03%
  • magenta value is 0.00%
  • yellow value is 71.28%
  • key color value is 23.53%
CMYK:
(61,0,71,24)
C61M0Y71K24 
(61%,0%,71%,24%)
(0.61/0.00/0.71/0.24)	

CMYK percentages

%61.03
%0
%71.28
%23.53

Codes

Color #4CC338 in popluar color models

4CC338
RGB7619556
HSL111°55.38%49.22%
HSB/HSV111°71.28%76.47%
CMYK61.03%0.00%71.28%
23.53%

Color #4CC338 in popluar number systems.

HEX4CC338
Decimal7619556
Binary100110011000011111000
Octal11430370

Shades and tints

Shades of #4CC338

#4CC338
(76,195,56)
#46B233
(70,178,51)
#40A12E
(64,161,46)
#3A9029
(58,144,41)
#347F24
(52,127,36)
#2E6E1F
(46,110,31)
#285D1A
(40,93,26)
#224C15
(34,76,21)
#1C3B10
(28,59,16)
#162A0B
(22,42,11)
#101906
(16,25,6)
#000000
(0,0,0)

Tints of #4CC338

#4CC338
(76,195,56)
#5CC84A
(92,200,74)
#6CCD5C
(108,205,92)
#7CD26E
(124,210,110)
#8CD780
(140,215,128)
#9CDC92
(156,220,146)
#ACE1A4
(172,225,164)
#BCE6B6
(188,230,182)
#CCEBC8
(204,235,200)
#DCF0DA
(220,240,218)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC338 color. Also use rgb(76,195,56) instead hex code.

Text Font Color

.myTextColor { color: #4CC338; }

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

This text font color is #4CC338.


Background Color

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

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

This div background color is #4CC338.


Border color

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

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

This div border color is #4CC338.


Opacity

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

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

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

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

This text has shadow with #4CC338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC338 on black background.


Color preview on white background

This text has color #4CC338 on white background.



Black color preview on #4CC338 background

This text has black color on #4CC338 background.


White color preview on #4CC338 background

This text has white color on #4CC338 background.