COLOR #4CE668

HEX: #4CE668 RGB: (76,230,104)

Color info

#4CE668 contains mainly green color. Web safe color of #4CE668 is #33CC66 (or #3C6).

RGB color model

#4CE668 color RGB value is (76,230,104).

RGB: (76,230,104) (30%, 90%, 41%)

RGB channels and saturation

R 76 of 255 = 30%
G 230 of 255 = 90%
B 104 of 255 = 41%

76
230
104

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

Portions of RGB colors in percentages

R + G + B = 76 + 230 + 104 = 410 (100%)
R 76 of 410 ~ 18.54%
G 230 of 410 ~ 56.1%
B 104 of 410 ~ 25.37'%

%18.54
%56.1
%25.37

CMYK color model

#4CE668 color CMYK value is (67,0,55,10).

  • cyan value is 66.96%
  • magenta value is 0.00%
  • yellow value is 54.78%
  • key color value is 9.80%

CMYK: (67,0,55,10)
C67M0Y55K10 (67%, 0%, 55%, 10%)
(0.67 / 0.00 / 0.55 / 0.10)

CMYK percentages

%66.96
%0
%54.78
%9.8

Codes

Color #4CE668 in popluar color models

4C E6 68
RGB 76 230 104
HSL 131° 75.49% 60.00%
HSB/HSV 131° 66.96% 90.20%
CMYK 66.96% 0.00% 54.78%
9.80%

Color #4CE668 in popluar number systems.

HEX 4C E6 68
Decimal 76 230 104
Binary 1001100 11100110 1101000
Octal 114 346 150

Shades and tints

Shades of #4CE668

#4CE668
(76,230,104)
#46D25F
(70,210,95)
#40BE56
(64,190,86)
#3AAA4D
(58,170,77)
#349644
(52,150,68)
#2E823B
(46,130,59)
#286E32
(40,110,50)
#225A29
(34,90,41)
#1C4620
(28,70,32)
#163217
(22,50,23)
#101E0E
(16,30,14)
#000000
(0,0,0)

Tints of #4CE668

#4CE668
(76,230,104)
#5CE875
(92,232,117)
#6CEA82
(108,234,130)
#7CEC8F
(124,236,143)
#8CEE9C
(140,238,156)
#9CF0A9
(156,240,169)
#ACF2B6
(172,242,182)
#BCF4C3
(188,244,195)
#CCF6D0
(204,246,208)
#DCF8DD
(220,248,221)
#ECFAEA
(236,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CE668 color. Also use rgb(76,230,104) instead hex code.

Text Font Color

.myTextColor { color: #4CE668; }

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

This text font color is #4CE668.

Background Color

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

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

This div background color is #4CE668.

Border color

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

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

This div border color is #4CE668.

Opacity

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

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

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

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

This text has shadow with #4CE668 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CE668.

Preview

Color preview on black background

This text has color #4CE668 on black background.


Color preview on white background

This text has color #4CE668 on white background.


Black color preview on #4CE668 background

This text has black color on #4CE668 background.


White color preview on #4CE668 background

This text has white color on #4CE668 background.


Related colors

Complementary color

Complementary color for #hex is #B31997.


I love getcolorcode.com

Triadic colors

1 #684CE6 and #E6684C with #4CE668 are triadic colors.

2 #68E64C and #E64C68 with #4CE668 are triadic colors.