COLOR #49EE4C

HEX: #49EE4C
RGB: (73,238,76)

Renk bilgisi

#49EE4C contains mainly green color. #49EE4C ‘ nin web güvenlik rengi #33FF33 (ya da #3F3) dir.

RGB renk modeli

#49EE4C color RGB value is (73,238,76).

  • kırmız ton 73;
  • yeşil ton 238;
  • mavi ton 76.
RGB:
(73,238,76)
(29%,93%,30%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 238 of 255 = 93%
B 76 of 255 = 30%

73
238
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 238 + 76 = 387 (100%)
R 73 of 387 ~ 18.86%
G 238 of 387 ~ 61.5%
B 76 of 387 ~ 19.64%

%18.86
%61.5
%19.64

CMYK RENK MODELİ

#49EE4C rengi CMYK tonu (69,0,68,7).

  • camgöbeği tonu 69.33%
  • eflatun tonu 0.00%
  • sarı tonu 68.07%
  • ana renk tonu 6.67%
CMYK:
(69,0,68,7)
C69M0Y68K7 
(69%,0%,68%,7%)
(0.69/0.00/0.68/0.07)	

CMYK yüzdeleri

%69.33
%0
%68.07
%6.67

Codes

Color #49EE4C in popluar color models

49EE4C
RGB7323876
HSL121°82.91%60.98%
HSB/HSV121°69.33%93.33%
CMYK69.33%0.00%68.07%
6.67%

Color #49EE4C in popluar number systems.

HEX49EE4C
Decimal7323876
Binary1001001111011101001100
Octal111356114

Shades and tints

Shades of #49EE4C

#49EE4C
(73,238,76)
#43D946
(67,217,70)
#3DC440
(61,196,64)
#37AF3A
(55,175,58)
#319A34
(49,154,52)
#2B852E
(43,133,46)
#257028
(37,112,40)
#1F5B22
(31,91,34)
#19461C
(25,70,28)
#133116
(19,49,22)
#0D1C10
(13,28,16)
#000000
(0,0,0)

Tints of #49EE4C

#49EE4C
(73,238,76)
#59EF5C
(89,239,92)
#69F06C
(105,240,108)
#79F17C
(121,241,124)
#89F28C
(137,242,140)
#99F39C
(153,243,156)
#A9F4AC
(169,244,172)
#B9F5BC
(185,245,188)
#C9F6CC
(201,246,204)
#D9F7DC
(217,247,220)
#E9F8EC
(233,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49EE4C color. Also use rgb(73,238,76) instead hex code.

Text Font Color

.myTextColor { color: #49EE4C; }

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

This text font color is #49EE4C.


Background Color

.myBgColor { background-color: #49EE4C; }

<div style="background-color:#49EE4C">Inner text</div>

This div background color is #49EE4C.


Border color

.myBorderColor { border: 1px solid #49EE4C; }

<div style="border:3px solid #49EE4C">Div</div>

This div border color is #49EE4C.


Opacity

.myOpacity80 { color: #49EE4C; opacity: 0.8; }

<p style="color:#49EE4C;opacity:0.8;">80%</p>

Text with #49EE4C 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 #49EE4C;}

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

This text has shadow with #49EE4C color.

.textShadow {text-shadow: 3px 3px 1px #49EE4C, 3px 3px 1px red;}

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

This text has shadow with #49EE4C primary color and red secondary color.


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

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

This text has shadow with #49EE4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49EE4C on black background.


Color preview on white background

This text has color #49EE4C on white background.



Black color preview on #49EE4C background

This text has black color on #49EE4C background.


White color preview on #49EE4C background

This text has white color on #49EE4C background.