COLOR #4BB34B

HEX: #4BB34B
RGB: (75,179,75)

Color info

#4BB34B contains mainly green color. Web safe color of #4BB34B is #339933 (or #393).

RGB color model

#4BB34B color RGB value is (75,179,75).

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

RGB channels and saturation

R 75 of 255 = 29%
G 179 of 255 = 70%
B 75 of 255 = 29%

75
179
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 179 + 75 = 329 (100%)
R 75 of 329 ~ 22.8%
G 179 of 329 ~ 54.41%
B 75 of 329 ~ 22.8%

%22.8
%54.41
%22.8

CMYK color model

#4BB34B color CMYK value is (58,0,58,30).

  • cyan value is 58.10%
  • magenta value is 0.00%
  • yellow value is 58.10%
  • key color value is 29.80%
CMYK:
(58,0,58,30)
C58M0Y58K30 
(58%,0%,58%,30%)
(0.58/0.00/0.58/0.30)	

CMYK percentages

%58.1
%0
%58.1
%29.8

Codes

Color #4BB34B in popluar color models

4BB34B
RGB7517975
HSL120°40.94%49.80%
HSB/HSV120°58.10%70.20%
CMYK58.10%0.00%58.10%
29.80%

Color #4BB34B in popluar number systems.

HEX4BB34B
Decimal7517975
Binary1001011101100111001011
Octal113263113

Shades and tints

Shades of #4BB34B

#4BB34B
(75,179,75)
#45A345
(69,163,69)
#3F933F
(63,147,63)
#398339
(57,131,57)
#337333
(51,115,51)
#2D632D
(45,99,45)
#275327
(39,83,39)
#214321
(33,67,33)
#1B331B
(27,51,27)
#152315
(21,35,21)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #4BB34B

#4BB34B
(75,179,75)
#5BB95B
(91,185,91)
#6BBF6B
(107,191,107)
#7BC57B
(123,197,123)
#8BCB8B
(139,203,139)
#9BD19B
(155,209,155)
#ABD7AB
(171,215,171)
#BBDDBB
(187,221,187)
#CBE3CB
(203,227,203)
#DBE9DB
(219,233,219)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BB34B; }

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

This text font color is #4BB34B.


Background Color

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

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

This div background color is #4BB34B.


Border color

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

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

This div border color is #4BB34B.


Opacity

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

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

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

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

This text has shadow with #4BB34B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BB34B on black background.


Color preview on white background

This text has color #4BB34B on white background.



Black color preview on #4BB34B background

This text has black color on #4BB34B background.


White color preview on #4BB34B background

This text has white color on #4BB34B background.