COLOR #4CD148

HEX: #4CD148
RGB: (76,209,72)

Color info

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

RGB color model

#4CD148 color RGB value is (76,209,72).

  • red value is 76;
  • green value is 209;
  • blue value is 72.
RGB:
(76,209,72)
(30%,82%,28%)

RGB channels and saturation

R 76 of 255 = 30%
G 209 of 255 = 82%
B 72 of 255 = 28%

76
209
72

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

Portions of RGB colors in percentages

R + G + B =
76 + 209 + 72 = 357 (100%)
R 76 of 357 ~ 21.29%
G 209 of 357 ~ 58.54%
B 72 of 357 ~ 20.17%

%21.29
%58.54
%20.17

CMYK color model

#4CD148 color CMYK value is (64,0,66,18).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 65.55%
  • key color value is 18.04%
CMYK:
(64,0,66,18)
C64M0Y66K18 
(64%,0%,66%,18%)
(0.64/0.00/0.66/0.18)	

CMYK percentages

%63.64
%0
%65.55
%18.04

Codes

Color #4CD148 in popluar color models

4CD148
RGB7620972
HSL118°59.83%55.10%
HSB/HSV118°65.55%81.96%
CMYK63.64%0.00%65.55%
18.04%

Color #4CD148 in popluar number systems.

HEX4CD148
Decimal7620972
Binary1001100110100011001000
Octal114321110

Shades and tints

Shades of #4CD148

#4CD148
(76,209,72)
#46BE42
(70,190,66)
#40AB3C
(64,171,60)
#3A9836
(58,152,54)
#348530
(52,133,48)
#2E722A
(46,114,42)
#285F24
(40,95,36)
#224C1E
(34,76,30)
#1C3918
(28,57,24)
#162612
(22,38,18)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #4CD148

#4CD148
(76,209,72)
#5CD558
(92,213,88)
#6CD968
(108,217,104)
#7CDD78
(124,221,120)
#8CE188
(140,225,136)
#9CE598
(156,229,152)
#ACE9A8
(172,233,168)
#BCEDB8
(188,237,184)
#CCF1C8
(204,241,200)
#DCF5D8
(220,245,216)
#ECF9E8
(236,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CD148 color. Also use rgb(76,209,72) instead hex code.

Text Font Color

.myTextColor { color: #4CD148; }

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

This text font color is #4CD148.


Background Color

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

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

This div background color is #4CD148.


Border color

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

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

This div border color is #4CD148.


Opacity

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

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

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

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

This text has shadow with #4CD148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CD148 on black background.


Color preview on white background

This text has color #4CD148 on white background.



Black color preview on #4CD148 background

This text has black color on #4CD148 background.


White color preview on #4CD148 background

This text has white color on #4CD148 background.