COLOR #4FFB46

HEX: #4FFB46
RGB: (79,251,70)

Color info

#4FFB46 contains mainly green color. Web safe color of #4FFB46 is #66FF33 (or #6F3).

RGB color model

#4FFB46 color RGB value is (79,251,70).

  • red value is 79;
  • green value is 251;
  • blue value is 70.
RGB:
(79,251,70)
(31%,98%,27%)

RGB channels and saturation

R 79 of 255 = 31%
G 251 of 255 = 98%
B 70 of 255 = 27%

79
251
70

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

Portions of RGB colors in percentages

R + G + B =
79 + 251 + 70 = 400 (100%)
R 79 of 400 ~ 19.75%
G 251 of 400 ~ 62.75%
B 70 of 400 ~ 17.5%

%19.75
%62.75
%17.5

CMYK color model

#4FFB46 color CMYK value is (69,0,72,2).

  • cyan value is 68.53%
  • magenta value is 0.00%
  • yellow value is 72.11%
  • key color value is 1.57%
CMYK:
(69,0,72,2)
C69M0Y72K2 
(69%,0%,72%,2%)
(0.69/0.00/0.72/0.02)	

CMYK percentages

%68.53
%0
%72.11
%1.57

Codes

Color #4FFB46 in popluar color models

4FFB46
RGB7925170
HSL117°95.77%62.94%
HSB/HSV117°72.11%98.43%
CMYK68.53%0.00%72.11%
1.57%

Color #4FFB46 in popluar number systems.

HEX4FFB46
Decimal7925170
Binary1001111111110111000110
Octal117373106

Shades and tints

Shades of #4FFB46

#4FFB46
(79,251,70)
#48E540
(72,229,64)
#41CF3A
(65,207,58)
#3AB934
(58,185,52)
#33A32E
(51,163,46)
#2C8D28
(44,141,40)
#257722
(37,119,34)
#1E611C
(30,97,28)
#174B16
(23,75,22)
#103510
(16,53,16)
#091F0A
(9,31,10)
#000000
(0,0,0)

Tints of #4FFB46

#4FFB46
(79,251,70)
#5FFB56
(95,251,86)
#6FFB66
(111,251,102)
#7FFB76
(127,251,118)
#8FFB86
(143,251,134)
#9FFB96
(159,251,150)
#AFFBA6
(175,251,166)
#BFFBB6
(191,251,182)
#CFFBC6
(207,251,198)
#DFFBD6
(223,251,214)
#EFFBE6
(239,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FFB46 color. Also use rgb(79,251,70) instead hex code.

Text Font Color

.myTextColor { color: #4FFB46; }

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

This text font color is #4FFB46.


Background Color

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

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

This div background color is #4FFB46.


Border color

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

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

This div border color is #4FFB46.


Opacity

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

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

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

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

This text has shadow with #4FFB46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FFB46 on black background.


Color preview on white background

This text has color #4FFB46 on white background.



Black color preview on #4FFB46 background

This text has black color on #4FFB46 background.


White color preview on #4FFB46 background

This text has white color on #4FFB46 background.