COLOR #4FC428

HEX: #4FC428 RGB: (79,196,40)

Color info

#4FC428 contains mainly green color. Web safe color of #4FC428 is #66CC33 (or #6C3).

RGB color model

#4FC428 color RGB value is (79,196,40).

RGB: (79,196,40) (31%, 77%, 16%)

RGB channels and saturation

R 79 of 255 = 31%
G 196 of 255 = 77%
B 40 of 255 = 16%

79
196
40

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

Portions of RGB colors in percentages

R + G + B = 79 + 196 + 40 = 315 (100%)
R 79 of 315 ~ 25.08%
G 196 of 315 ~ 62.22%
B 40 of 315 ~ 12.7'%

%25.08
%62.22
%12.7

CMYK color model

#4FC428 color CMYK value is (60,0,80,23).

  • cyan value is 59.69%
  • magenta value is 0.00%
  • yellow value is 79.59%
  • key color value is 23.14%

CMYK: (60,0,80,23)
C60M0Y80K23 (60%, 0%, 80%, 23%)
(0.60 / 0.00 / 0.80 / 0.23)

CMYK percentages

%59.69
%0
%79.59
%23.14

Codes

Color #4FC428 in popluar color models

4F C4 28
RGB 79 196 40
HSL 105° 66.10% 46.27%
HSB/HSV 105° 79.59% 76.86%
CMYK 59.69% 0.00% 79.59%
23.14%

Color #4FC428 in popluar number systems.

HEX 4F C4 28
Decimal 79 196 40
Binary 1001111 11000100 101000
Octal 117 304 50

Shades and tints

Shades of #4FC428

#4FC428
(79,196,40)
#48B325
(72,179,37)
#41A222
(65,162,34)
#3A911F
(58,145,31)
#33801C
(51,128,28)
#2C6F19
(44,111,25)
#255E16
(37,94,22)
#1E4D13
(30,77,19)
#173C10
(23,60,16)
#102B0D
(16,43,13)
#091A0A
(9,26,10)
#000000
(0,0,0)

Tints of #4FC428

#4FC428
(79,196,40)
#5FC93B
(95,201,59)
#6FCE4E
(111,206,78)
#7FD361
(127,211,97)
#8FD874
(143,216,116)
#9FDD87
(159,221,135)
#AFE29A
(175,226,154)
#BFE7AD
(191,231,173)
#CFECC0
(207,236,192)
#DFF1D3
(223,241,211)
#EFF6E6
(239,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FC428 color. Also use rgb(79,196,40) instead hex code.

Text Font Color

.myTextColor { color: #4FC428; }

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

This text font color is #4FC428.

Background Color

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

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

This div background color is #4FC428.

Border color

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

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

This div border color is #4FC428.

Opacity

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

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

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

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

This text has shadow with #4FC428 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FC428.

Preview

Color preview on black background

This text has color #4FC428 on black background.


Color preview on white background

This text has color #4FC428 on white background.


Black color preview on #4FC428 background

This text has black color on #4FC428 background.


White color preview on #4FC428 background

This text has white color on #4FC428 background.


Related colors

Complementary color

Complementary color for #hex is #B03BD7.


I love getcolorcode.com

Triadic colors

1 #284FC4 and #C4284F with #4FC428 are triadic colors.

2 #28C44F and #C44F28 with #4FC428 are triadic colors.