COLOR #4BBA00

HEX: #4BBA00
RGB: (75,186,0)

Color info

#4BBA00 contains mainly green color. Web safe color of #4BBA00 is #33CC00 (or #3C0).

RGB color model

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

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

RGB channels and saturation

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

75
186
0

R + G + B ~ 34%. #4BBA00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 186 + 0 = 261 (100%)
R 75 of 261 ~ 28.74%
G 186 of 261 ~ 71.26%
B 0 of 261 ~ 0%

%28.74
%71.26

CMYK color model

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

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

CMYK percentages

%59.68
%0
%100
%27.06

Codes

Color #4BBA00 in popluar color models

4BBA00
RGB751860
HSL96°100.00%36.47%
HSB/HSV96°100.00%72.94%
CMYK59.68%0.00%100.00%
27.06%

Color #4BBA00 in popluar number systems.

HEX4BBA00
Decimal751860
Binary1001011101110100
Octal1132720

Shades and tints

Shades of #4BBA00

#4BBA00
(75,186,0)
#45AA00
(69,170,0)
#3F9A00
(63,154,0)
#398A00
(57,138,0)
#337A00
(51,122,0)
#2D6A00
(45,106,0)
#275A00
(39,90,0)
#214A00
(33,74,0)
#1B3A00
(27,58,0)
#152A00
(21,42,0)
#0F1A00
(15,26,0)
#000000
(0,0,0)

Tints of #4BBA00

#4BBA00
(75,186,0)
#5BC017
(91,192,23)
#6BC62E
(107,198,46)
#7BCC45
(123,204,69)
#8BD25C
(139,210,92)
#9BD873
(155,216,115)
#ABDE8A
(171,222,138)
#BBE4A1
(187,228,161)
#CBEAB8
(203,234,184)
#DBF0CF
(219,240,207)
#EBF6E6
(235,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BBA00; }

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

This text font color is #4BBA00.


Background Color

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

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

This div background color is #4BBA00.


Border color

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

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

This div border color is #4BBA00.


Opacity

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

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

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

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

This text has shadow with #4BBA00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBA00 on black background.


Color preview on white background

This text has color #4BBA00 on white background.



Black color preview on #4BBA00 background

This text has black color on #4BBA00 background.


White color preview on #4BBA00 background

This text has white color on #4BBA00 background.