COLOR #4CC306

HEX: #4CC306 RGB: (76,195,6)

Color info

#4CC306 contains mainly green color. Web safe color of #4CC306 is #33CC00 (or #3C0).

RGB color model

#4CC306 color RGB value is (76,195,6).

RGB: (76,195,6) (30%, 76%, 2%)

RGB channels and saturation

R 76 of 255 = 30%
G 195 of 255 = 76%
B 6 of 255 = 2%

76
195
6

R + G + B ~ 36%. #4CC306 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 195 + 6 = 277 (100%)
R 76 of 277 ~ 27.44%
G 195 of 277 ~ 70.4%
B 6 of 277 ~ 2.17'%

%27.44
%70.4

CMYK color model

#4CC306 color CMYK value is (61,0,97,24).

  • cyan value is 61.03%
  • magenta value is 0.00%
  • yellow value is 96.92%
  • key color value is 23.53%

CMYK: (61,0,97,24)
C61M0Y97K24 (61%, 0%, 97%, 24%)
(0.61 / 0.00 / 0.97 / 0.24)

CMYK percentages

%61.03
%0
%96.92
%23.53

Codes

Color #4CC306 in popluar color models

4C C3 06
RGB 76 195 6
HSL 98° 94.03% 39.41%
HSB/HSV 98° 96.92% 76.47%
CMYK 61.03% 0.00% 96.92%
23.53%

Color #4CC306 in popluar number systems.

HEX 4C C3 06
Decimal 76 195 6
Binary 1001100 11000011 110
Octal 114 303 6

Shades and tints

Shades of #4CC306

#4CC306
(76,195,6)
#46B206
(70,178,6)
#40A106
(64,161,6)
#3A9006
(58,144,6)
#347F06
(52,127,6)
#2E6E06
(46,110,6)
#285D06
(40,93,6)
#224C06
(34,76,6)
#1C3B06
(28,59,6)
#162A06
(22,42,6)
#101906
(16,25,6)
#000000
(0,0,0)

Tints of #4CC306

#4CC306
(76,195,6)
#5CC81C
(92,200,28)
#6CCD32
(108,205,50)
#7CD248
(124,210,72)
#8CD75E
(140,215,94)
#9CDC74
(156,220,116)
#ACE18A
(172,225,138)
#BCE6A0
(188,230,160)
#CCEBB6
(204,235,182)
#DCF0CC
(220,240,204)
#ECF5E2
(236,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CC306; }

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

This text font color is #4CC306.

Background Color

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

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

This div background color is #4CC306.

Border color

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

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

This div border color is #4CC306.

Opacity

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

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

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

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

This text has shadow with #4CC306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CC306.

Preview

Color preview on black background

This text has color #4CC306 on black background.


Color preview on white background

This text has color #4CC306 on white background.


Black color preview on #4CC306 background

This text has black color on #4CC306 background.


White color preview on #4CC306 background

This text has white color on #4CC306 background.


Related colors

Complementary color

Complementary color for #4CC306 is #B33CF9.


I love getcolorcode.com

Triadic colors

1 #064CC3 and #C3064C with #4CC306 are triadic colors.

2 #06C34C and #C34C06 with #4CC306 are triadic colors.