COLOR #47D30E

HEX: #47D30E
RGB: (71,211,14)

Renk bilgisi

#47D30E contains mainly green color. #47D30E ‘ nin web güvenlik rengi #33CC00 (ya da #3C0) dir.

RGB renk modeli

#47D30E color RGB value is (71,211,14).

  • kırmız ton 71;
  • yeşil ton 211;
  • mavi ton 14.
RGB:
(71,211,14)
(28%,83%,5%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 211 of 255 = 83%
B 14 of 255 = 5%

71
211
14

R + G + B ~ 39%. #47D30E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 211 + 14 = 296 (100%)
R 71 of 296 ~ 23.99%
G 211 of 296 ~ 71.28%
B 14 of 296 ~ 4.73%

%23.99
%71.28

CMYK RENK MODELİ

#47D30E rengi CMYK tonu (66,0,93,17).

  • camgöbeği tonu 66.35%
  • eflatun tonu 0.00%
  • sarı tonu 93.36%
  • ana renk tonu 17.25%
CMYK:
(66,0,93,17)
C66M0Y93K17 
(66%,0%,93%,17%)
(0.66/0.00/0.93/0.17)	

CMYK yüzdeleri

%66.35
%0
%93.36
%17.25

Codes

Color #47D30E in popluar color models

47D30E
RGB7121114
HSL103°87.56%44.12%
HSB/HSV103°93.36%82.75%
CMYK66.35%0.00%93.36%
17.25%

Color #47D30E in popluar number systems.

HEX47D30E
Decimal7121114
Binary1000111110100111110
Octal10732316

Shades and tints

Shades of #47D30E

#47D30E
(71,211,14)
#41C00D
(65,192,13)
#3BAD0C
(59,173,12)
#359A0B
(53,154,11)
#2F870A
(47,135,10)
#297409
(41,116,9)
#236108
(35,97,8)
#1D4E07
(29,78,7)
#173B06
(23,59,6)
#112805
(17,40,5)
#0B1504
(11,21,4)
#000000
(0,0,0)

Tints of #47D30E

#47D30E
(71,211,14)
#57D723
(87,215,35)
#67DB38
(103,219,56)
#77DF4D
(119,223,77)
#87E362
(135,227,98)
#97E777
(151,231,119)
#A7EB8C
(167,235,140)
#B7EFA1
(183,239,161)
#C7F3B6
(199,243,182)
#D7F7CB
(215,247,203)
#E7FBE0
(231,251,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47D30E color. Also use rgb(71,211,14) instead hex code.

Text Font Color

.myTextColor { color: #47D30E; }

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

This text font color is #47D30E.


Background Color

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

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

This div background color is #47D30E.


Border color

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

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

This div border color is #47D30E.


Opacity

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

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

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

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

This text has shadow with #47D30E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47D30E on black background.


Color preview on white background

This text has color #47D30E on white background.



Black color preview on #47D30E background

This text has black color on #47D30E background.


White color preview on #47D30E background

This text has white color on #47D30E background.