COLOR #4BC62F

HEX: #4BC62F
RGB: (75,198,47)

Color info

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

RGB color model

#4BC62F color RGB value is (75,198,47).

  • red value is 75;
  • green value is 198;
  • blue value is 47.
RGB:
(75,198,47)
(29%,78%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 198 of 255 = 78%
B 47 of 255 = 18%

75
198
47

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

Portions of RGB colors in percentages

R + G + B =
75 + 198 + 47 = 320 (100%)
R 75 of 320 ~ 23.44%
G 198 of 320 ~ 61.88%
B 47 of 320 ~ 14.69%

%23.44
%61.88
%14.69

CMYK color model

#4BC62F color CMYK value is (62,0,76,22).

  • cyan value is 62.12%
  • magenta value is 0.00%
  • yellow value is 76.26%
  • key color value is 22.35%
CMYK:
(62,0,76,22)
C62M0Y76K22 
(62%,0%,76%,22%)
(0.62/0.00/0.76/0.22)	

CMYK percentages

%62.12
%0
%76.26
%22.35

Codes

Color #4BC62F in popluar color models

4BC62F
RGB7519847
HSL109°61.63%48.04%
HSB/HSV109°76.26%77.65%
CMYK62.12%0.00%76.26%
22.35%

Color #4BC62F in popluar number systems.

HEX4BC62F
Decimal7519847
Binary100101111000110101111
Octal11330657

Shades and tints

Shades of #4BC62F

#4BC62F
(75,198,47)
#45B42B
(69,180,43)
#3FA227
(63,162,39)
#399023
(57,144,35)
#337E1F
(51,126,31)
#2D6C1B
(45,108,27)
#275A17
(39,90,23)
#214813
(33,72,19)
#1B360F
(27,54,15)
#15240B
(21,36,11)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #4BC62F

#4BC62F
(75,198,47)
#5BCB41
(91,203,65)
#6BD053
(107,208,83)
#7BD565
(123,213,101)
#8BDA77
(139,218,119)
#9BDF89
(155,223,137)
#ABE49B
(171,228,155)
#BBE9AD
(187,233,173)
#CBEEBF
(203,238,191)
#DBF3D1
(219,243,209)
#EBF8E3
(235,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BC62F; }

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

This text font color is #4BC62F.


Background Color

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

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

This div background color is #4BC62F.


Border color

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

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

This div border color is #4BC62F.


Opacity

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

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

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

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

This text has shadow with #4BC62F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BC62F on black background.


Color preview on white background

This text has color #4BC62F on white background.



Black color preview on #4BC62F background

This text has black color on #4BC62F background.


White color preview on #4BC62F background

This text has white color on #4BC62F background.