COLOR #4AF33E

HEX: #4AF33E RGB: (74,243,62)

Color info

#4AF33E contains mainly green color. Web safe color of #4AF33E is #33FF33 (or #3F3).

RGB color model

#4AF33E color RGB value is (74,243,62).

RGB: (74,243,62) (29%, 95%, 24%)

RGB channels and saturation

R 74 of 255 = 29%
G 243 of 255 = 95%
B 62 of 255 = 24%

74
243
62

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

Portions of RGB colors in percentages

R + G + B = 74 + 243 + 62 = 379 (100%)
R 74 of 379 ~ 19.53%
G 243 of 379 ~ 64.12%
B 62 of 379 ~ 16.36'%

%19.53
%64.12
%16.36

CMYK color model

#4AF33E color CMYK value is (70,0,74,5).

  • cyan value is 69.55%
  • magenta value is 0.00%
  • yellow value is 74.49%
  • key color value is 4.71%

CMYK: (70,0,74,5)
C70M0Y74K5 (70%, 0%, 74%, 5%)
(0.70 / 0.00 / 0.74 / 0.05)

CMYK percentages

%69.55
%0
%74.49
%4.71

Codes

Color #4AF33E in popluar color models

4A F3 3E
RGB 74 243 62
HSL 116° 88.29% 59.80%
HSB/HSV 116° 74.49% 95.29%
CMYK 69.55% 0.00% 74.49%
4.71%

Color #4AF33E in popluar number systems.

HEX 4A F3 3E
Decimal 74 243 62
Binary 1001010 11110011 111110
Octal 112 363 76

Shades and tints

Shades of #4AF33E

#4AF33E
(74,243,62)
#44DD39
(68,221,57)
#3EC734
(62,199,52)
#38B12F
(56,177,47)
#329B2A
(50,155,42)
#2C8525
(44,133,37)
#266F20
(38,111,32)
#20591B
(32,89,27)
#1A4316
(26,67,22)
#142D11
(20,45,17)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #4AF33E

#4AF33E
(74,243,62)
#5AF44F
(90,244,79)
#6AF560
(106,245,96)
#7AF671
(122,246,113)
#8AF782
(138,247,130)
#9AF893
(154,248,147)
#AAF9A4
(170,249,164)
#BAFAB5
(186,250,181)
#CAFBC6
(202,251,198)
#DAFCD7
(218,252,215)
#EAFDE8
(234,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AF33E color. Also use rgb(74,243,62) instead hex code.

Text Font Color

.myTextColor { color: #4AF33E; }

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

This text font color is #4AF33E.

Background Color

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

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

This div background color is #4AF33E.

Border color

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

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

This div border color is #4AF33E.

Opacity

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

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

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

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

This text has shadow with #4AF33E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AF33E.

Preview

Color preview on black background

This text has color #4AF33E on black background.


Color preview on white background

This text has color #4AF33E on white background.


Black color preview on #4AF33E background

This text has black color on #4AF33E background.


White color preview on #4AF33E background

This text has white color on #4AF33E background.


Related colors

Complementary color

Complementary color for #hex is #B50CC1.


I love getcolorcode.com

Triadic colors

1 #3E4AF3 and #F33E4A with #4AF33E are triadic colors.

2 #3EF34A and #F34A3E with #4AF33E are triadic colors.