COLOR #4BBA4B

HEX: #4BBA4B
RGB: (75,186,75)

Color info

#4BBA4B contains mainly green color. Web safe color of #4BBA4B is #33CC33 (or #3C3).

RGB color model

#4BBA4B color RGB value is (75,186,75).

  • red value is 75;
  • green value is 186;
  • blue value is 75.
RGB:
(75,186,75)
(29%,73%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 186 of 255 = 73%
B 75 of 255 = 29%

75
186
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 186 + 75 = 336 (100%)
R 75 of 336 ~ 22.32%
G 186 of 336 ~ 55.36%
B 75 of 336 ~ 22.32%

%22.32
%55.36
%22.32

CMYK color model

#4BBA4B color CMYK value is (60,0,60,27).

  • cyan value is 59.68%
  • magenta value is 0.00%
  • yellow value is 59.68%
  • key color value is 27.06%
CMYK:
(60,0,60,27)
C60M0Y60K27 
(60%,0%,60%,27%)
(0.60/0.00/0.60/0.27)	

CMYK percentages

%59.68
%0
%59.68
%27.06

Codes

Color #4BBA4B in popluar color models

4BBA4B
RGB7518675
HSL120°44.58%51.18%
HSB/HSV120°59.68%72.94%
CMYK59.68%0.00%59.68%
27.06%

Color #4BBA4B in popluar number systems.

HEX4BBA4B
Decimal7518675
Binary1001011101110101001011
Octal113272113

Shades and tints

Shades of #4BBA4B

#4BBA4B
(75,186,75)
#45AA45
(69,170,69)
#3F9A3F
(63,154,63)
#398A39
(57,138,57)
#337A33
(51,122,51)
#2D6A2D
(45,106,45)
#275A27
(39,90,39)
#214A21
(33,74,33)
#1B3A1B
(27,58,27)
#152A15
(21,42,21)
#0F1A0F
(15,26,15)
#000000
(0,0,0)

Tints of #4BBA4B

#4BBA4B
(75,186,75)
#5BC05B
(91,192,91)
#6BC66B
(107,198,107)
#7BCC7B
(123,204,123)
#8BD28B
(139,210,139)
#9BD89B
(155,216,155)
#ABDEAB
(171,222,171)
#BBE4BB
(187,228,187)
#CBEACB
(203,234,203)
#DBF0DB
(219,240,219)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BBA4B; }

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

This text font color is #4BBA4B.


Background Color

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

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

This div background color is #4BBA4B.


Border color

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

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

This div border color is #4BBA4B.


Opacity

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

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

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

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

This text has shadow with #4BBA4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBA4B on black background.


Color preview on white background

This text has color #4BBA4B on white background.



Black color preview on #4BBA4B background

This text has black color on #4BBA4B background.


White color preview on #4BBA4B background

This text has white color on #4BBA4B background.