COLOR #4CE14C

HEX: #4CE14C
RGB: (76,225,76)

Renk bilgisi

#4CE14C contains mainly green color. #4CE14C ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#4CE14C color RGB value is (76,225,76).

  • kırmız ton 76;
  • yeşil ton 225;
  • mavi ton 76.
RGB:
(76,225,76)
(30%,88%,30%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 225 of 255 = 88%
B 76 of 255 = 30%

76
225
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 225 + 76 = 377 (100%)
R 76 of 377 ~ 20.16%
G 225 of 377 ~ 59.68%
B 76 of 377 ~ 20.16%

%20.16
%59.68
%20.16

CMYK RENK MODELİ

#4CE14C rengi CMYK tonu (66,0,66,12).

  • camgöbeği tonu 66.22%
  • eflatun tonu 0.00%
  • sarı tonu 66.22%
  • ana renk tonu 11.76%
CMYK:
(66,0,66,12)
C66M0Y66K12 
(66%,0%,66%,12%)
(0.66/0.00/0.66/0.12)	

CMYK yüzdeleri

%66.22
%0
%66.22
%11.76

Codes

Color #4CE14C in popluar color models

4CE14C
RGB7622576
HSL120°71.29%59.02%
HSB/HSV120°66.22%88.24%
CMYK66.22%0.00%66.22%
11.76%

Color #4CE14C in popluar number systems.

HEX4CE14C
Decimal7622576
Binary1001100111000011001100
Octal114341114

Shades and tints

Shades of #4CE14C

#4CE14C
(76,225,76)
#46CD46
(70,205,70)
#40B940
(64,185,64)
#3AA53A
(58,165,58)
#349134
(52,145,52)
#2E7D2E
(46,125,46)
#286928
(40,105,40)
#225522
(34,85,34)
#1C411C
(28,65,28)
#162D16
(22,45,22)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #4CE14C

#4CE14C
(76,225,76)
#5CE35C
(92,227,92)
#6CE56C
(108,229,108)
#7CE77C
(124,231,124)
#8CE98C
(140,233,140)
#9CEB9C
(156,235,156)
#ACEDAC
(172,237,172)
#BCEFBC
(188,239,188)
#CCF1CC
(204,241,204)
#DCF3DC
(220,243,220)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CE14C; }

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

This text font color is #4CE14C.


Background Color

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

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

This div background color is #4CE14C.


Border color

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

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

This div border color is #4CE14C.


Opacity

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

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

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

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

This text has shadow with #4CE14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CE14C on black background.


Color preview on white background

This text has color #4CE14C on white background.



Black color preview on #4CE14C background

This text has black color on #4CE14C background.


White color preview on #4CE14C background

This text has white color on #4CE14C background.