COLOR #4BBB4B

HEX: #4BBB4B
RGB: (75,187,75)

Color info

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

RGB color model

#4BBB4B color RGB value is (75,187,75).

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

RGB channels and saturation

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

75
187
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 187 + 75 = 337 (100%)
R 75 of 337 ~ 22.26%
G 187 of 337 ~ 55.49%
B 75 of 337 ~ 22.26%

%22.26
%55.49
%22.26

CMYK color model

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

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

CMYK percentages

%59.89
%0
%59.89
%26.67

Codes

Color #4BBB4B in popluar color models

4BBB4B
RGB7518775
HSL120°45.16%51.37%
HSB/HSV120°59.89%73.33%
CMYK59.89%0.00%59.89%
26.67%

Color #4BBB4B in popluar number systems.

HEX4BBB4B
Decimal7518775
Binary1001011101110111001011
Octal113273113

Shades and tints

Shades of #4BBB4B

#4BBB4B
(75,187,75)
#45AA45
(69,170,69)
#3F993F
(63,153,63)
#398839
(57,136,57)
#337733
(51,119,51)
#2D662D
(45,102,45)
#275527
(39,85,39)
#214421
(33,68,33)
#1B331B
(27,51,27)
#152215
(21,34,21)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4BBB4B

#4BBB4B
(75,187,75)
#5BC15B
(91,193,91)
#6BC76B
(107,199,107)
#7BCD7B
(123,205,123)
#8BD38B
(139,211,139)
#9BD99B
(155,217,155)
#ABDFAB
(171,223,171)
#BBE5BB
(187,229,187)
#CBEBCB
(203,235,203)
#DBF1DB
(219,241,219)
#EBF7EB
(235,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BBB4B; }

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

This text font color is #4BBB4B.


Background Color

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

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

This div background color is #4BBB4B.


Border color

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

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

This div border color is #4BBB4B.


Opacity

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

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

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

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

This text has shadow with #4BBB4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBB4B on black background.


Color preview on white background

This text has color #4BBB4B on white background.



Black color preview on #4BBB4B background

This text has black color on #4BBB4B background.


White color preview on #4BBB4B background

This text has white color on #4BBB4B background.