COLOR #4AFD00

HEX: #4AFD00 RGB: (74,253,0)

Color info

#4AFD00 contains mainly green color. Web safe color of #4AFD00 is #33FF00 (or #3F0).

RGB color model

#4AFD00 color RGB value is (74,253,0).

RGB: (74,253,0) (29%, 99%, 0%)

RGB channels and saturation

R 74 of 255 = 29%
G 253 of 255 = 99%
B 0 of 255 = 0%

74
253
0

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

Portions of RGB colors in percentages

R + G + B = 74 + 253 + 0 = 327 (100%)
R 74 of 327 ~ 22.63%
G 253 of 327 ~ 77.37%
B 0 of 327 ~ 0'%

%22.63
%77.37

CMYK color model

#4AFD00 color CMYK value is (71,0,100,1).

  • cyan value is 70.75%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 0.78%

CMYK: (71,0,100,1)
C71M0Y100K1 (71%, 0%, 100%, 1%)
(0.71 / 0.00 / 1.00 / 0.01)

CMYK percentages

%70.75
%0
%100
%0.78

Codes

Color #4AFD00 in popluar color models

4A FD 00
RGB 74 253 0
HSL 102° 100.00% 49.61%
HSB/HSV 102° 100.00% 99.22%
CMYK 70.75% 0.00% 100.00%
0.78%

Color #4AFD00 in popluar number systems.

HEX 4A FD 00
Decimal 74 253 0
Binary 1001010 11111101 0
Octal 112 375 0

Shades and tints

Shades of #4AFD00

#4AFD00
(74,253,0)
#44E600
(68,230,0)
#3ECF00
(62,207,0)
#38B800
(56,184,0)
#32A100
(50,161,0)
#2C8A00
(44,138,0)
#267300
(38,115,0)
#205C00
(32,92,0)
#1A4500
(26,69,0)
#142E00
(20,46,0)
#0E1700
(14,23,0)
#000000
(0,0,0)

Tints of #4AFD00

#4AFD00
(74,253,0)
#5AFD17
(90,253,23)
#6AFD2E
(106,253,46)
#7AFD45
(122,253,69)
#8AFD5C
(138,253,92)
#9AFD73
(154,253,115)
#AAFD8A
(170,253,138)
#BAFDA1
(186,253,161)
#CAFDB8
(202,253,184)
#DAFDCF
(218,253,207)
#EAFDE6
(234,253,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AFD00 color. Also use rgb(74,253,0) instead hex code.

Text Font Color

.myTextColor { color: #4AFD00; }

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

This text font color is #4AFD00.

Background Color

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

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

This div background color is #4AFD00.

Border color

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

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

This div border color is #4AFD00.

Opacity

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

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

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

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

This text has shadow with #4AFD00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AFD00.

Preview

Color preview on black background

This text has color #4AFD00 on black background.


Color preview on white background

This text has color #4AFD00 on white background.


Black color preview on #4AFD00 background

This text has black color on #4AFD00 background.


White color preview on #4AFD00 background

This text has white color on #4AFD00 background.


Related colors

Complementary color

Complementary color for #hex is #B502FF.


I love getcolorcode.com

Triadic colors

1 #004AFD and #FD004A with #4AFD00 are triadic colors.

2 #00FD4A and #FD4A00 with #4AFD00 are triadic colors.