COLOR #4CC152

HEX: #4CC152 RGB: (76,193,82)

Color info

#4CC152 contains mainly green color. Web safe color of #4CC152 is #33CC66 (or #3C6).

RGB color model

#4CC152 color RGB value is (76,193,82).

RGB: (76,193,82) (30%, 76%, 32%)

RGB channels and saturation

R 76 of 255 = 30%
G 193 of 255 = 76%
B 82 of 255 = 32%

76
193
82

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

Portions of RGB colors in percentages

R + G + B = 76 + 193 + 82 = 351 (100%)
R 76 of 351 ~ 21.65%
G 193 of 351 ~ 54.99%
B 82 of 351 ~ 23.36'%

%21.65
%54.99
%23.36

CMYK color model

#4CC152 color CMYK value is (61,0,58,24).

  • cyan value is 60.62%
  • magenta value is 0.00%
  • yellow value is 57.51%
  • key color value is 24.31%
CMYK: (61,0,58,24) C61M0Y58K24 (61%,0%,58%,24%) (0.61/0.00/0.58/0.24) 

CMYK percentages

%60.62
%0
%57.51
%24.31

Codes

Color #4CC152 in popluar color models

4C C1 52
RGB 76 193 82
HSL 123° 48.55% 52.75%
HSB/HSV 123° 60.62% 75.69%
CMYK 60.62% 0.00% 57.51%
24.31%

Color #4CC152 in popluar number systems.

HEX 4C C1 52
Decimal 76 193 82
Binary 1001100 11000001 1010010
Octal 114 301 122

Shades and tints

Shades of #4CC152

#4CC152
(76,193,82)
#46B04B
(70,176,75)
#409F44
(64,159,68)
#3A8E3D
(58,142,61)
#347D36
(52,125,54)
#2E6C2F
(46,108,47)
#285B28
(40,91,40)
#224A21
(34,74,33)
#1C391A
(28,57,26)
#162813
(22,40,19)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #4CC152

#4CC152
(76,193,82)
#5CC661
(92,198,97)
#6CCB70
(108,203,112)
#7CD07F
(124,208,127)
#8CD58E
(140,213,142)
#9CDA9D
(156,218,157)
#ACDFAC
(172,223,172)
#BCE4BB
(188,228,187)
#CCE9CA
(204,233,202)
#DCEED9
(220,238,217)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC152 color. Also use rgb(76,193,82) instead hex code.

Text Font Color

.myTextColor { color: #4CC152; }

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

This text font color is #4CC152.

Background Color

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

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

This div background color is #4CC152.

Border color

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

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

This div border color is #4CC152.

Opacity

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

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

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

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

This text has shadow with #4CC152 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CC152.

Preview

Color preview on black background

This text has color #4CC152 on black background.


Color preview on white background

This text has color #4CC152 on white background.


Black color preview on #4CC152 background

This text has black color on #4CC152 background.


White color preview on #4CC152 background

This text has white color on #4CC152 background.


Related colors

Complementary color

Complementary color for #hex is #B33EAD.


I love getcolorcode.com

Triadic colors

1 #524CC1 and #C1524C with #4CC152 are triadic colors.

2 #52C14C and #C14C52 with #4CC152 are triadic colors.