COLOR #4BA818

HEX: #4BA818
RGB: (75,168,24)

Color info

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

RGB color model

#4BA818 color RGB value is (75,168,24).

  • red value is 75;
  • green value is 168;
  • blue value is 24.
RGB:
(75,168,24)
(29%,66%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 168 of 255 = 66%
B 24 of 255 = 9%

75
168
24

R + G + B ~ 35%. #4BA818 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 168 + 24 = 267 (100%)
R 75 of 267 ~ 28.09%
G 168 of 267 ~ 62.92%
B 24 of 267 ~ 8.99%

%28.09
%62.92

CMYK color model

#4BA818 color CMYK value is (55,0,86,34).

  • cyan value is 55.36%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 34.12%
CMYK:
(55,0,86,34)
C55M0Y86K34 
(55%,0%,86%,34%)
(0.55/0.00/0.86/0.34)	

CMYK percentages

%55.36
%0
%85.71
%34.12

Codes

Color #4BA818 in popluar color models

4BA818
RGB7516824
HSL99°75.00%37.65%
HSB/HSV99°85.71%65.88%
CMYK55.36%0.00%85.71%
34.12%

Color #4BA818 in popluar number systems.

HEX4BA818
Decimal7516824
Binary10010111010100011000
Octal11325030

Shades and tints

Shades of #4BA818

#4BA818
(75,168,24)
#459916
(69,153,22)
#3F8A14
(63,138,20)
#397B12
(57,123,18)
#336C10
(51,108,16)
#2D5D0E
(45,93,14)
#274E0C
(39,78,12)
#213F0A
(33,63,10)
#1B3008
(27,48,8)
#152106
(21,33,6)
#0F1204
(15,18,4)
#000000
(0,0,0)

Tints of #4BA818

#4BA818
(75,168,24)
#5BAF2D
(91,175,45)
#6BB642
(107,182,66)
#7BBD57
(123,189,87)
#8BC46C
(139,196,108)
#9BCB81
(155,203,129)
#ABD296
(171,210,150)
#BBD9AB
(187,217,171)
#CBE0C0
(203,224,192)
#DBE7D5
(219,231,213)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BA818; }

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

This text font color is #4BA818.


Background Color

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

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

This div background color is #4BA818.


Border color

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

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

This div border color is #4BA818.


Opacity

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

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

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

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

This text has shadow with #4BA818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA818 on black background.


Color preview on white background

This text has color #4BA818 on white background.



Black color preview on #4BA818 background

This text has black color on #4BA818 background.


White color preview on #4BA818 background

This text has white color on #4BA818 background.