COLOR #4CE60D

HEX: #4CE60D RGB: (76,230,13)

Color info

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

RGB color model

#4CE60D color RGB value is (76,230,13).

RGB: (76,230,13) (30%, 90%, 5%)

RGB channels and saturation

R 76 of 255 = 30%
G 230 of 255 = 90%
B 13 of 255 = 5%

76
230
13

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

Portions of RGB colors in percentages

R + G + B = 76 + 230 + 13 = 319 (100%)
R 76 of 319 ~ 23.82%
G 230 of 319 ~ 72.1%
B 13 of 319 ~ 4.08'%

%23.82
%72.1

CMYK color model

#4CE60D color CMYK value is (67,0,94,10).

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

CMYK: (67,0,94,10)
C67M0Y94K10 (67%, 0%, 94%, 10%)
(0.67 / 0.00 / 0.94 / 0.10)

CMYK percentages

%66.96
%0
%94.35
%9.8

Codes

Color #4CE60D in popluar color models

4C E6 0D
RGB 76 230 13
HSL 103° 89.30% 47.65%
HSB/HSV 103° 94.35% 90.20%
CMYK 66.96% 0.00% 94.35%
9.80%

Color #4CE60D in popluar number systems.

HEX 4C E6 0D
Decimal 76 230 13
Binary 1001100 11100110 1101
Octal 114 346 15

Shades and tints

Shades of #4CE60D

#4CE60D
(76,230,13)
#46D20C
(70,210,12)
#40BE0B
(64,190,11)
#3AAA0A
(58,170,10)
#349609
(52,150,9)
#2E8208
(46,130,8)
#286E07
(40,110,7)
#225A06
(34,90,6)
#1C4605
(28,70,5)
#163204
(22,50,4)
#101E03
(16,30,3)
#000000
(0,0,0)

Tints of #4CE60D

#4CE60D
(76,230,13)
#5CE823
(92,232,35)
#6CEA39
(108,234,57)
#7CEC4F
(124,236,79)
#8CEE65
(140,238,101)
#9CF07B
(156,240,123)
#ACF291
(172,242,145)
#BCF4A7
(188,244,167)
#CCF6BD
(204,246,189)
#DCF8D3
(220,248,211)
#ECFAE9
(236,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CE60D; }

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

This text font color is #4CE60D.

Background Color

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

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

This div background color is #4CE60D.

Border color

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

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

This div border color is #4CE60D.

Opacity

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

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

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

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

This text has shadow with #4CE60D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CE60D.

Preview

Color preview on black background

This text has color #4CE60D on black background.


Color preview on white background

This text has color #4CE60D on white background.


Black color preview on #4CE60D background

This text has black color on #4CE60D background.


White color preview on #4CE60D background

This text has white color on #4CE60D background.


Related colors

Complementary color

Complementary color for #hex is #B319F2.


I love getcolorcode.com

Triadic colors

1 #0D4CE6 and #E60D4C with #4CE60D are triadic colors.

2 #0DE64C and #E64C0D with #4CE60D are triadic colors.