COLOR #4BC280

HEX: #4BC280
RGB: (75,194,128)

Color info

#4BC280 contains mainly green color. Web safe color of #4BC280 is #33CC66 (or #3C6).

RGB color model

#4BC280 color RGB value is (75,194,128).

  • red value is 75;
  • green value is 194;
  • blue value is 128.
RGB:
(75,194,128)
(29%,76%,50%)

RGB channels and saturation

R 75 of 255 = 29%
G 194 of 255 = 76%
B 128 of 255 = 50%

75
194
128

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

Portions of RGB colors in percentages

R + G + B =
75 + 194 + 128 = 397 (100%)
R 75 of 397 ~ 18.89%
G 194 of 397 ~ 48.87%
B 128 of 397 ~ 32.24%

%18.89
%48.87
%32.24

CMYK color model

#4BC280 color CMYK value is (61,0,34,24).

  • cyan value is 61.34%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 23.92%
CMYK:
(61,0,34,24)
C61M0Y34K24 
(61%,0%,34%,24%)
(0.61/0.00/0.34/0.24)	

CMYK percentages

%61.34
%0
%34.02
%23.92

Codes

Color #4BC280 in popluar color models

4BC280
RGB75194128
HSL147°49.38%52.75%
HSB/HSV147°61.34%76.08%
CMYK61.34%0.00%34.02%
23.92%

Color #4BC280 in popluar number systems.

HEX4BC280
Decimal75194128
Binary10010111100001010000000
Octal113302200

Shades and tints

Shades of #4BC280

#4BC280
(75,194,128)
#45B175
(69,177,117)
#3FA06A
(63,160,106)
#398F5F
(57,143,95)
#337E54
(51,126,84)
#2D6D49
(45,109,73)
#275C3E
(39,92,62)
#214B33
(33,75,51)
#1B3A28
(27,58,40)
#15291D
(21,41,29)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #4BC280

#4BC280
(75,194,128)
#5BC78B
(91,199,139)
#6BCC96
(107,204,150)
#7BD1A1
(123,209,161)
#8BD6AC
(139,214,172)
#9BDBB7
(155,219,183)
#ABE0C2
(171,224,194)
#BBE5CD
(187,229,205)
#CBEAD8
(203,234,216)
#DBEFE3
(219,239,227)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BC280 color. Also use rgb(75,194,128) instead hex code.

Text Font Color

.myTextColor { color: #4BC280; }

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

This text font color is #4BC280.


Background Color

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

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

This div background color is #4BC280.


Border color

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

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

This div border color is #4BC280.


Opacity

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

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

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

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

This text has shadow with #4BC280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BC280 on black background.


Color preview on white background

This text has color #4BC280 on white background.



Black color preview on #4BC280 background

This text has black color on #4BC280 background.


White color preview on #4BC280 background

This text has white color on #4BC280 background.