COLOR #4CF218

HEX: #4CF218
RGB: (76,242,24)

Color info

#4CF218 contains mainly green color. Web safe color of #4CF218 is #33FF00 (or #3F0).

RGB color model

#4CF218 color RGB value is (76,242,24).

  • red value is 76;
  • green value is 242;
  • blue value is 24.
RGB:
(76,242,24)
(30%,95%,9%)

RGB channels and saturation

R 76 of 255 = 30%
G 242 of 255 = 95%
B 24 of 255 = 9%

76
242
24

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

Portions of RGB colors in percentages

R + G + B =
76 + 242 + 24 = 342 (100%)
R 76 of 342 ~ 22.22%
G 242 of 342 ~ 70.76%
B 24 of 342 ~ 7.02%

%22.22
%70.76

CMYK color model

#4CF218 color CMYK value is (69,0,90,5).

  • cyan value is 68.60%
  • magenta value is 0.00%
  • yellow value is 90.08%
  • key color value is 5.10%
CMYK:
(69,0,90,5)
C69M0Y90K5 
(69%,0%,90%,5%)
(0.69/0.00/0.90/0.05)	

CMYK percentages

%68.6
%0
%90.08
%5.1

Codes

Color #4CF218 in popluar color models

4CF218
RGB7624224
HSL106°89.34%52.16%
HSB/HSV106°90.08%94.90%
CMYK68.60%0.00%90.08%
5.10%

Color #4CF218 in popluar number systems.

HEX4CF218
Decimal7624224
Binary10011001111001011000
Octal11436230

Shades and tints

Shades of #4CF218

#4CF218
(76,242,24)
#46DC16
(70,220,22)
#40C614
(64,198,20)
#3AB012
(58,176,18)
#349A10
(52,154,16)
#2E840E
(46,132,14)
#286E0C
(40,110,12)
#22580A
(34,88,10)
#1C4208
(28,66,8)
#162C06
(22,44,6)
#101604
(16,22,4)
#000000
(0,0,0)

Tints of #4CF218

#4CF218
(76,242,24)
#5CF32D
(92,243,45)
#6CF442
(108,244,66)
#7CF557
(124,245,87)
#8CF66C
(140,246,108)
#9CF781
(156,247,129)
#ACF896
(172,248,150)
#BCF9AB
(188,249,171)
#CCFAC0
(204,250,192)
#DCFBD5
(220,251,213)
#ECFCEA
(236,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CF218 color. Also use rgb(76,242,24) instead hex code.

Text Font Color

.myTextColor { color: #4CF218; }

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

This text font color is #4CF218.


Background Color

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

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

This div background color is #4CF218.


Border color

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

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

This div border color is #4CF218.


Opacity

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

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

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

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

This text has shadow with #4CF218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CF218 on black background.


Color preview on white background

This text has color #4CF218 on white background.



Black color preview on #4CF218 background

This text has black color on #4CF218 background.


White color preview on #4CF218 background

This text has white color on #4CF218 background.