COLOR #4BCC40

HEX: #4BCC40
RGB: (75,204,64)

Renk bilgisi

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

RGB renk modeli

#4BCC40 color RGB value is (75,204,64).

  • kırmız ton 75;
  • yeşil ton 204;
  • mavi ton 64.
RGB:
(75,204,64)
(29%,80%,25%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 204 of 255 = 80%
B 64 of 255 = 25%

75
204
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 204 + 64 = 343 (100%)
R 75 of 343 ~ 21.87%
G 204 of 343 ~ 59.48%
B 64 of 343 ~ 18.66%

%21.87
%59.48
%18.66

CMYK RENK MODELİ

#4BCC40 rengi CMYK tonu (63,0,69,20).

  • camgöbeği tonu 63.24%
  • eflatun tonu 0.00%
  • sarı tonu 68.63%
  • ana renk tonu 20.00%
CMYK:
(63,0,69,20)
C63M0Y69K20 
(63%,0%,69%,20%)
(0.63/0.00/0.69/0.20)	

CMYK yüzdeleri

%63.24
%0
%68.63
%20

Codes

Color #4BCC40 in popluar color models

4BCC40
RGB7520464
HSL115°57.85%52.55%
HSB/HSV115°68.63%80.00%
CMYK63.24%0.00%68.63%
20.00%

Color #4BCC40 in popluar number systems.

HEX4BCC40
Decimal7520464
Binary1001011110011001000000
Octal113314100

Shades and tints

Shades of #4BCC40

#4BCC40
(75,204,64)
#45BA3B
(69,186,59)
#3FA836
(63,168,54)
#399631
(57,150,49)
#33842C
(51,132,44)
#2D7227
(45,114,39)
#276022
(39,96,34)
#214E1D
(33,78,29)
#1B3C18
(27,60,24)
#152A13
(21,42,19)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #4BCC40

#4BCC40
(75,204,64)
#5BD051
(91,208,81)
#6BD462
(107,212,98)
#7BD873
(123,216,115)
#8BDC84
(139,220,132)
#9BE095
(155,224,149)
#ABE4A6
(171,228,166)
#BBE8B7
(187,232,183)
#CBECC8
(203,236,200)
#DBF0D9
(219,240,217)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BCC40 color. Also use rgb(75,204,64) instead hex code.

Text Font Color

.myTextColor { color: #4BCC40; }

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

This text font color is #4BCC40.


Background Color

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

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

This div background color is #4BCC40.


Border color

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

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

This div border color is #4BCC40.


Opacity

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

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

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

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

This text has shadow with #4BCC40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BCC40 on black background.


Color preview on white background

This text has color #4BCC40 on white background.



Black color preview on #4BCC40 background

This text has black color on #4BCC40 background.


White color preview on #4BCC40 background

This text has white color on #4BCC40 background.