COLOR #4CFE1F

HEX: #4CFE1F
RGB: (76,254,31)

Color info

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

RGB color model

#4CFE1F color RGB value is (76,254,31).

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

RGB channels and saturation

R 76 of 255 = 30%
G 254 of 255 = 100%
B 31 of 255 = 12%

76
254
31

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

Portions of RGB colors in percentages

R + G + B =
76 + 254 + 31 = 361 (100%)
R 76 of 361 ~ 21.05%
G 254 of 361 ~ 70.36%
B 31 of 361 ~ 8.59%

%21.05
%70.36

CMYK color model

#4CFE1F color CMYK value is (70,0,88,0).

  • cyan value is 70.08%
  • magenta value is 0.00%
  • yellow value is 87.80%
  • key color value is 0.39%
CMYK:
(70,0,88,0)
C70M0Y88K0 
(70%,0%,88%,0%)
(0.70/0.00/0.88/0.00)	

CMYK percentages

%70.08
%0
%87.8
%0.39

Codes

Color #4CFE1F in popluar color models

4CFE1F
RGB7625431
HSL108°99.11%55.88%
HSB/HSV108°87.80%99.61%
CMYK70.08%0.00%87.80%
0.39%

Color #4CFE1F in popluar number systems.

HEX4CFE1F
Decimal7625431
Binary10011001111111011111
Octal11437637

Shades and tints

Shades of #4CFE1F

#4CFE1F
(76,254,31)
#46E71D
(70,231,29)
#40D01B
(64,208,27)
#3AB919
(58,185,25)
#34A217
(52,162,23)
#2E8B15
(46,139,21)
#287413
(40,116,19)
#225D11
(34,93,17)
#1C460F
(28,70,15)
#162F0D
(22,47,13)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #4CFE1F

#4CFE1F
(76,254,31)
#5CFE33
(92,254,51)
#6CFE47
(108,254,71)
#7CFE5B
(124,254,91)
#8CFE6F
(140,254,111)
#9CFE83
(156,254,131)
#ACFE97
(172,254,151)
#BCFEAB
(188,254,171)
#CCFEBF
(204,254,191)
#DCFED3
(220,254,211)
#ECFEE7
(236,254,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CFE1F; }

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

This text font color is #4CFE1F.


Background Color

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

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

This div background color is #4CFE1F.


Border color

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

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

This div border color is #4CFE1F.


Opacity

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

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

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

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

This text has shadow with #4CFE1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CFE1F on black background.


Color preview on white background

This text has color #4CFE1F on white background.



Black color preview on #4CFE1F background

This text has black color on #4CFE1F background.


White color preview on #4CFE1F background

This text has white color on #4CFE1F background.