COLOR #47CA30

HEX: #47CA30
RGB: (71,202,48)

Renk bilgisi

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

RGB renk modeli

#47CA30 color RGB value is (71,202,48).

  • kırmız ton 71;
  • yeşil ton 202;
  • mavi ton 48.
RGB:
(71,202,48)
(28%,79%,19%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 202 of 255 = 79%
B 48 of 255 = 19%

71
202
48

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 202 + 48 = 321 (100%)
R 71 of 321 ~ 22.12%
G 202 of 321 ~ 62.93%
B 48 of 321 ~ 14.95%

%22.12
%62.93
%14.95

CMYK RENK MODELİ

#47CA30 rengi CMYK tonu (65,0,76,21).

  • camgöbeği tonu 64.85%
  • eflatun tonu 0.00%
  • sarı tonu 76.24%
  • ana renk tonu 20.78%
CMYK:
(65,0,76,21)
C65M0Y76K21 
(65%,0%,76%,21%)
(0.65/0.00/0.76/0.21)	

CMYK yüzdeleri

%64.85
%0
%76.24
%20.78

Codes

Color #47CA30 in popluar color models

47CA30
RGB7120248
HSL111°61.60%49.02%
HSB/HSV111°76.24%79.22%
CMYK64.85%0.00%76.24%
20.78%

Color #47CA30 in popluar number systems.

HEX47CA30
Decimal7120248
Binary100011111001010110000
Octal10731260

Shades and tints

Shades of #47CA30

#47CA30
(71,202,48)
#41B82C
(65,184,44)
#3BA628
(59,166,40)
#359424
(53,148,36)
#2F8220
(47,130,32)
#29701C
(41,112,28)
#235E18
(35,94,24)
#1D4C14
(29,76,20)
#173A10
(23,58,16)
#11280C
(17,40,12)
#0B1608
(11,22,8)
#000000
(0,0,0)

Tints of #47CA30

#47CA30
(71,202,48)
#57CE42
(87,206,66)
#67D254
(103,210,84)
#77D666
(119,214,102)
#87DA78
(135,218,120)
#97DE8A
(151,222,138)
#A7E29C
(167,226,156)
#B7E6AE
(183,230,174)
#C7EAC0
(199,234,192)
#D7EED2
(215,238,210)
#E7F2E4
(231,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47CA30 color. Also use rgb(71,202,48) instead hex code.

Text Font Color

.myTextColor { color: #47CA30; }

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

This text font color is #47CA30.


Background Color

.myBgColor { background-color: #47CA30; }

<div style="background-color:#47CA30">Inner text</div>

This div background color is #47CA30.


Border color

.myBorderColor { border: 1px solid #47CA30; }

<div style="border:3px solid #47CA30">Div</div>

This div border color is #47CA30.


Opacity

.myOpacity80 { color: #47CA30; opacity: 0.8; }

<p style="color:#47CA30;opacity:0.8;">80%</p>

Text with #47CA30 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 #47CA30;}

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

This text has shadow with #47CA30 color.

.textShadow {text-shadow: 3px 3px 1px #47CA30, 3px 3px 1px red;}

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

This text has shadow with #47CA30 primary color and red secondary color.


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

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

This text has shadow with #47CA30 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47CA30 on black background.


Color preview on white background

This text has color #47CA30 on white background.



Black color preview on #47CA30 background

This text has black color on #47CA30 background.


White color preview on #47CA30 background

This text has white color on #47CA30 background.