COLOR #4AF119

HEX: #4AF119
RGB: (74,241,25)

Color info

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

RGB color model

#4AF119 color RGB value is (74,241,25).

  • red value is 74;
  • green value is 241;
  • blue value is 25.
RGB:
(74,241,25)
(29%,95%,10%)

RGB channels and saturation

R 74 of 255 = 29%
G 241 of 255 = 95%
B 25 of 255 = 10%

74
241
25

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

Portions of RGB colors in percentages

R + G + B =
74 + 241 + 25 = 340 (100%)
R 74 of 340 ~ 21.76%
G 241 of 340 ~ 70.88%
B 25 of 340 ~ 7.35%

%21.76
%70.88

CMYK color model

#4AF119 color CMYK value is (69,0,90,5).

  • cyan value is 69.29%
  • magenta value is 0.00%
  • yellow value is 89.63%
  • key color value is 5.49%
CMYK:
(69,0,90,5)
C69M0Y90K5 
(69%,0%,90%,5%)
(0.69/0.00/0.90/0.05)	

CMYK percentages

%69.29
%0
%89.63
%5.49

Codes

Color #4AF119 in popluar color models

4AF119
RGB7424125
HSL106°88.52%52.16%
HSB/HSV106°89.63%94.51%
CMYK69.29%0.00%89.63%
5.49%

Color #4AF119 in popluar number systems.

HEX4AF119
Decimal7424125
Binary10010101111000111001
Octal11236131

Shades and tints

Shades of #4AF119

#4AF119
(74,241,25)
#44DC17
(68,220,23)
#3EC715
(62,199,21)
#38B213
(56,178,19)
#329D11
(50,157,17)
#2C880F
(44,136,15)
#26730D
(38,115,13)
#205E0B
(32,94,11)
#1A4909
(26,73,9)
#143407
(20,52,7)
#0E1F05
(14,31,5)
#000000
(0,0,0)

Tints of #4AF119

#4AF119
(74,241,25)
#5AF22D
(90,242,45)
#6AF341
(106,243,65)
#7AF455
(122,244,85)
#8AF569
(138,245,105)
#9AF67D
(154,246,125)
#AAF791
(170,247,145)
#BAF8A5
(186,248,165)
#CAF9B9
(202,249,185)
#DAFACD
(218,250,205)
#EAFBE1
(234,251,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AF119 color. Also use rgb(74,241,25) instead hex code.

Text Font Color

.myTextColor { color: #4AF119; }

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

This text font color is #4AF119.


Background Color

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

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

This div background color is #4AF119.


Border color

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

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

This div border color is #4AF119.


Opacity

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

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

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

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

This text has shadow with #4AF119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AF119 on black background.


Color preview on white background

This text has color #4AF119 on white background.



Black color preview on #4AF119 background

This text has black color on #4AF119 background.


White color preview on #4AF119 background

This text has white color on #4AF119 background.