COLOR #4BE449

HEX: #4BE449
RGB: (75,228,73)

Renk bilgisi

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

RGB renk modeli

#4BE449 color RGB value is (75,228,73).

  • kırmız ton 75;
  • yeşil ton 228;
  • mavi ton 73.
RGB:
(75,228,73)
(29%,89%,29%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 228 of 255 = 89%
B 73 of 255 = 29%

75
228
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 228 + 73 = 376 (100%)
R 75 of 376 ~ 19.95%
G 228 of 376 ~ 60.64%
B 73 of 376 ~ 19.41%

%19.95
%60.64
%19.41

CMYK RENK MODELİ

#4BE449 rengi CMYK tonu (67,0,68,11).

  • camgöbeği tonu 67.11%
  • eflatun tonu 0.00%
  • sarı tonu 67.98%
  • ana renk tonu 10.59%
CMYK:
(67,0,68,11)
C67M0Y68K11 
(67%,0%,68%,11%)
(0.67/0.00/0.68/0.11)	

CMYK yüzdeleri

%67.11
%0
%67.98
%10.59

Codes

Color #4BE449 in popluar color models

4BE449
RGB7522873
HSL119°74.16%59.02%
HSB/HSV119°67.98%89.41%
CMYK67.11%0.00%67.98%
10.59%

Color #4BE449 in popluar number systems.

HEX4BE449
Decimal7522873
Binary1001011111001001001001
Octal113344111

Shades and tints

Shades of #4BE449

#4BE449
(75,228,73)
#45D043
(69,208,67)
#3FBC3D
(63,188,61)
#39A837
(57,168,55)
#339431
(51,148,49)
#2D802B
(45,128,43)
#276C25
(39,108,37)
#21581F
(33,88,31)
#1B4419
(27,68,25)
#153013
(21,48,19)
#0F1C0D
(15,28,13)
#000000
(0,0,0)

Tints of #4BE449

#4BE449
(75,228,73)
#5BE659
(91,230,89)
#6BE869
(107,232,105)
#7BEA79
(123,234,121)
#8BEC89
(139,236,137)
#9BEE99
(155,238,153)
#ABF0A9
(171,240,169)
#BBF2B9
(187,242,185)
#CBF4C9
(203,244,201)
#DBF6D9
(219,246,217)
#EBF8E9
(235,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BE449 color. Also use rgb(75,228,73) instead hex code.

Text Font Color

.myTextColor { color: #4BE449; }

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

This text font color is #4BE449.


Background Color

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

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

This div background color is #4BE449.


Border color

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

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

This div border color is #4BE449.


Opacity

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

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

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

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

This text has shadow with #4BE449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BE449 on black background.


Color preview on white background

This text has color #4BE449 on white background.



Black color preview on #4BE449 background

This text has black color on #4BE449 background.


White color preview on #4BE449 background

This text has white color on #4BE449 background.