COLOR #4BBE4D

HEX: #4BBE4D
RGB: (75,190,77)

Color info

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

RGB color model

#4BBE4D color RGB value is (75,190,77).

  • red value is 75;
  • green value is 190;
  • blue value is 77.
RGB:
(75,190,77)
(29%,75%,30%)

RGB channels and saturation

R 75 of 255 = 29%
G 190 of 255 = 75%
B 77 of 255 = 30%

75
190
77

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

Portions of RGB colors in percentages

R + G + B =
75 + 190 + 77 = 342 (100%)
R 75 of 342 ~ 21.93%
G 190 of 342 ~ 55.56%
B 77 of 342 ~ 22.51%

%21.93
%55.56
%22.51

CMYK color model

#4BBE4D color CMYK value is (61,0,59,25).

  • cyan value is 60.53%
  • magenta value is 0.00%
  • yellow value is 59.47%
  • key color value is 25.49%
CMYK:
(61,0,59,25)
C61M0Y59K25 
(61%,0%,59%,25%)
(0.61/0.00/0.59/0.25)	

CMYK percentages

%60.53
%0
%59.47
%25.49

Codes

Color #4BBE4D in popluar color models

4BBE4D
RGB7519077
HSL121°46.94%51.96%
HSB/HSV121°60.53%74.51%
CMYK60.53%0.00%59.47%
25.49%

Color #4BBE4D in popluar number systems.

HEX4BBE4D
Decimal7519077
Binary1001011101111101001101
Octal113276115

Shades and tints

Shades of #4BBE4D

#4BBE4D
(75,190,77)
#45AD46
(69,173,70)
#3F9C3F
(63,156,63)
#398B38
(57,139,56)
#337A31
(51,122,49)
#2D692A
(45,105,42)
#275823
(39,88,35)
#21471C
(33,71,28)
#1B3615
(27,54,21)
#15250E
(21,37,14)
#0F1407
(15,20,7)
#000000
(0,0,0)

Tints of #4BBE4D

#4BBE4D
(75,190,77)
#5BC35D
(91,195,93)
#6BC86D
(107,200,109)
#7BCD7D
(123,205,125)
#8BD28D
(139,210,141)
#9BD79D
(155,215,157)
#ABDCAD
(171,220,173)
#BBE1BD
(187,225,189)
#CBE6CD
(203,230,205)
#DBEBDD
(219,235,221)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BBE4D; }

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

This text font color is #4BBE4D.


Background Color

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

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

This div background color is #4BBE4D.


Border color

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

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

This div border color is #4BBE4D.


Opacity

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

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

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

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

This text has shadow with #4BBE4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBE4D on black background.


Color preview on white background

This text has color #4BBE4D on white background.



Black color preview on #4BBE4D background

This text has black color on #4BBE4D background.


White color preview on #4BBE4D background

This text has white color on #4BBE4D background.