COLOR #4CFE4A

HEX: #4CFE4A
RGB: (76,254,74)

Color info

#4CFE4A contains mainly green color. Web safe color of #4CFE4A is #33FF33 (or #3F3).

RGB color model

#4CFE4A color RGB value is (76,254,74).

  • red value is 76;
  • green value is 254;
  • blue value is 74.
RGB:
(76,254,74)
(30%,100%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 254 of 255 = 100%
B 74 of 255 = 29%

76
254
74

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

Portions of RGB colors in percentages

R + G + B =
76 + 254 + 74 = 404 (100%)
R 76 of 404 ~ 18.81%
G 254 of 404 ~ 62.87%
B 74 of 404 ~ 18.32%

%18.81
%62.87
%18.32

CMYK color model

#4CFE4A color CMYK value is (70,0,71,0).

  • cyan value is 70.08%
  • magenta value is 0.00%
  • yellow value is 70.87%
  • key color value is 0.39%
CMYK:
(70,0,71,0)
C70M0Y71K0 
(70%,0%,71%,0%)
(0.70/0.00/0.71/0.00)	

CMYK percentages

%70.08
%0
%70.87
%0.39

Codes

Color #4CFE4A in popluar color models

4CFE4A
RGB7625474
HSL119°98.90%64.31%
HSB/HSV119°70.87%99.61%
CMYK70.08%0.00%70.87%
0.39%

Color #4CFE4A in popluar number systems.

HEX4CFE4A
Decimal7625474
Binary1001100111111101001010
Octal114376112

Shades and tints

Shades of #4CFE4A

#4CFE4A
(76,254,74)
#46E744
(70,231,68)
#40D03E
(64,208,62)
#3AB938
(58,185,56)
#34A232
(52,162,50)
#2E8B2C
(46,139,44)
#287426
(40,116,38)
#225D20
(34,93,32)
#1C461A
(28,70,26)
#162F14
(22,47,20)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #4CFE4A

#4CFE4A
(76,254,74)
#5CFE5A
(92,254,90)
#6CFE6A
(108,254,106)
#7CFE7A
(124,254,122)
#8CFE8A
(140,254,138)
#9CFE9A
(156,254,154)
#ACFEAA
(172,254,170)
#BCFEBA
(188,254,186)
#CCFECA
(204,254,202)
#DCFEDA
(220,254,218)
#ECFEEA
(236,254,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CFE4A color. Also use rgb(76,254,74) instead hex code.

Text Font Color

.myTextColor { color: #4CFE4A; }

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

This text font color is #4CFE4A.


Background Color

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

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

This div background color is #4CFE4A.


Border color

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

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

This div border color is #4CFE4A.


Opacity

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

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

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

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

This text has shadow with #4CFE4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CFE4A on black background.


Color preview on white background

This text has color #4CFE4A on white background.



Black color preview on #4CFE4A background

This text has black color on #4CFE4A background.


White color preview on #4CFE4A background

This text has white color on #4CFE4A background.