COLOR #4CC04E

HEX: #4CC04E
RGB: (76,192,78)

Renk bilgisi

#4CC04E contains mainly green color. #4CC04E ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#4CC04E color RGB value is (76,192,78).

  • kırmız ton 76;
  • yeşil ton 192;
  • mavi ton 78.
RGB:
(76,192,78)
(30%,75%,31%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 192 of 255 = 75%
B 78 of 255 = 31%

76
192
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 192 + 78 = 346 (100%)
R 76 of 346 ~ 21.97%
G 192 of 346 ~ 55.49%
B 78 of 346 ~ 22.54%

%21.97
%55.49
%22.54

CMYK RENK MODELİ

#4CC04E rengi CMYK tonu (60,0,59,25).

  • camgöbeği tonu 60.42%
  • eflatun tonu 0.00%
  • sarı tonu 59.38%
  • ana renk tonu 24.71%
CMYK:
(60,0,59,25)
C60M0Y59K25 
(60%,0%,59%,25%)
(0.60/0.00/0.59/0.25)	

CMYK yüzdeleri

%60.42
%0
%59.38
%24.71

Codes

Color #4CC04E in popluar color models

4CC04E
RGB7619278
HSL121°47.93%52.55%
HSB/HSV121°60.42%75.29%
CMYK60.42%0.00%59.38%
24.71%

Color #4CC04E in popluar number systems.

HEX4CC04E
Decimal7619278
Binary1001100110000001001110
Octal114300116

Shades and tints

Shades of #4CC04E

#4CC04E
(76,192,78)
#46AF47
(70,175,71)
#409E40
(64,158,64)
#3A8D39
(58,141,57)
#347C32
(52,124,50)
#2E6B2B
(46,107,43)
#285A24
(40,90,36)
#22491D
(34,73,29)
#1C3816
(28,56,22)
#16270F
(22,39,15)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #4CC04E

#4CC04E
(76,192,78)
#5CC55E
(92,197,94)
#6CCA6E
(108,202,110)
#7CCF7E
(124,207,126)
#8CD48E
(140,212,142)
#9CD99E
(156,217,158)
#ACDEAE
(172,222,174)
#BCE3BE
(188,227,190)
#CCE8CE
(204,232,206)
#DCEDDE
(220,237,222)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CC04E; }

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

This text font color is #4CC04E.


Background Color

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

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

This div background color is #4CC04E.


Border color

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

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

This div border color is #4CC04E.


Opacity

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

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

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

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

This text has shadow with #4CC04E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC04E on black background.


Color preview on white background

This text has color #4CC04E on white background.



Black color preview on #4CC04E background

This text has black color on #4CC04E background.


White color preview on #4CC04E background

This text has white color on #4CC04E background.