COLOR #4BA30F

HEX: #4BA30F
RGB: (75,163,15)

Color info

#4BA30F contains mainly green color. Web safe color of #4BA30F is #339900 (or #390).

RGB color model

#4BA30F color RGB value is (75,163,15).

  • red value is 75;
  • green value is 163;
  • blue value is 15.
RGB:
(75,163,15)
(29%,64%,6%)

RGB channels and saturation

R 75 of 255 = 29%
G 163 of 255 = 64%
B 15 of 255 = 6%

75
163
15

R + G + B ~ 33%. #4BA30F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 163 + 15 = 253 (100%)
R 75 of 253 ~ 29.64%
G 163 of 253 ~ 64.43%
B 15 of 253 ~ 5.93%

%29.64
%64.43

CMYK color model

#4BA30F color CMYK value is (54,0,91,36).

  • cyan value is 53.99%
  • magenta value is 0.00%
  • yellow value is 90.80%
  • key color value is 36.08%
CMYK:
(54,0,91,36)
C54M0Y91K36 
(54%,0%,91%,36%)
(0.54/0.00/0.91/0.36)	

CMYK percentages

%53.99
%0
%90.8
%36.08

Codes

Color #4BA30F in popluar color models

4BA30F
RGB7516315
HSL96°83.15%34.90%
HSB/HSV96°90.80%63.92%
CMYK53.99%0.00%90.80%
36.08%

Color #4BA30F in popluar number systems.

HEX4BA30F
Decimal7516315
Binary1001011101000111111
Octal11324317

Shades and tints

Shades of #4BA30F

#4BA30F
(75,163,15)
#45950E
(69,149,14)
#3F870D
(63,135,13)
#39790C
(57,121,12)
#336B0B
(51,107,11)
#2D5D0A
(45,93,10)
#274F09
(39,79,9)
#214108
(33,65,8)
#1B3307
(27,51,7)
#152506
(21,37,6)
#0F1705
(15,23,5)
#000000
(0,0,0)

Tints of #4BA30F

#4BA30F
(75,163,15)
#5BAB24
(91,171,36)
#6BB339
(107,179,57)
#7BBB4E
(123,187,78)
#8BC363
(139,195,99)
#9BCB78
(155,203,120)
#ABD38D
(171,211,141)
#BBDBA2
(187,219,162)
#CBE3B7
(203,227,183)
#DBEBCC
(219,235,204)
#EBF3E1
(235,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BA30F; }

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

This text font color is #4BA30F.


Background Color

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

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

This div background color is #4BA30F.


Border color

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

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

This div border color is #4BA30F.


Opacity

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

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

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

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

This text has shadow with #4BA30F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA30F on black background.


Color preview on white background

This text has color #4BA30F on white background.



Black color preview on #4BA30F background

This text has black color on #4BA30F background.


White color preview on #4BA30F background

This text has white color on #4BA30F background.