COLOR #4CC80F

HEX: #4CC80F
RGB: (76,200,15)

Color info

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

RGB color model

#4CC80F color RGB value is (76,200,15).

  • red value is 76;
  • green value is 200;
  • blue value is 15.
RGB:
(76,200,15)
(30%,78%,6%)

RGB channels and saturation

R 76 of 255 = 30%
G 200 of 255 = 78%
B 15 of 255 = 6%

76
200
15

R + G + B ~ 38%. #4CC80F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 200 + 15 = 291 (100%)
R 76 of 291 ~ 26.12%
G 200 of 291 ~ 68.73%
B 15 of 291 ~ 5.15%

%26.12
%68.73

CMYK color model

#4CC80F color CMYK value is (62,0,93,22).

  • cyan value is 62.00%
  • magenta value is 0.00%
  • yellow value is 92.50%
  • key color value is 21.57%
CMYK:
(62,0,93,22)
C62M0Y93K22 
(62%,0%,93%,22%)
(0.62/0.00/0.93/0.22)	

CMYK percentages

%62
%0
%92.5
%21.57

Codes

Color #4CC80F in popluar color models

4CC80F
RGB7620015
HSL100°86.05%42.16%
HSB/HSV100°92.50%78.43%
CMYK62.00%0.00%92.50%
21.57%

Color #4CC80F in popluar number systems.

HEX4CC80F
Decimal7620015
Binary1001100110010001111
Octal11431017

Shades and tints

Shades of #4CC80F

#4CC80F
(76,200,15)
#46B60E
(70,182,14)
#40A40D
(64,164,13)
#3A920C
(58,146,12)
#34800B
(52,128,11)
#2E6E0A
(46,110,10)
#285C09
(40,92,9)
#224A08
(34,74,8)
#1C3807
(28,56,7)
#162606
(22,38,6)
#101405
(16,20,5)
#000000
(0,0,0)

Tints of #4CC80F

#4CC80F
(76,200,15)
#5CCD24
(92,205,36)
#6CD239
(108,210,57)
#7CD74E
(124,215,78)
#8CDC63
(140,220,99)
#9CE178
(156,225,120)
#ACE68D
(172,230,141)
#BCEBA2
(188,235,162)
#CCF0B7
(204,240,183)
#DCF5CC
(220,245,204)
#ECFAE1
(236,250,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC80F color. Also use rgb(76,200,15) instead hex code.

Text Font Color

.myTextColor { color: #4CC80F; }

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

This text font color is #4CC80F.


Background Color

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

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

This div background color is #4CC80F.


Border color

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

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

This div border color is #4CC80F.


Opacity

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

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

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

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

This text has shadow with #4CC80F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC80F on black background.


Color preview on white background

This text has color #4CC80F on white background.



Black color preview on #4CC80F background

This text has black color on #4CC80F background.


White color preview on #4CC80F background

This text has white color on #4CC80F background.