COLOR #74F24F

HEX: #74F24F
RGB: (116,242,79)

Color info

#74F24F contains mainly green color. Web safe color of #74F24F is #66FF66 (or #6F6).

RGB color model

#74F24F color RGB value is (116,242,79).

  • red value is 116;
  • green value is 242;
  • blue value is 79.
RGB:
(116,242,79)
(45%,95%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 242 of 255 = 95%
B 79 of 255 = 31%

116
242
79

R + G + B ~ 57%. #74F24F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 242 + 79 = 437 (100%)
R 116 of 437 ~ 26.54%
G 242 of 437 ~ 55.38%
B 79 of 437 ~ 18.08%

%26.54
%55.38
%18.08

CMYK color model

#74F24F color CMYK value is (52,0,67,5).

  • cyan value is 52.07%
  • magenta value is 0.00%
  • yellow value is 67.36%
  • key color value is 5.10%
CMYK:
(52,0,67,5)
C52M0Y67K5 
(52%,0%,67%,5%)
(0.52/0.00/0.67/0.05)	

CMYK percentages

%52.07
%0
%67.36
%5.1

Codes

Color #74F24F in popluar color models

74F24F
RGB11624279
HSL106°86.24%62.94%
HSB/HSV106°67.36%94.90%
CMYK52.07%0.00%67.36%
5.10%

Color #74F24F in popluar number systems.

HEX74F24F
Decimal11624279
Binary1110100111100101001111
Octal164362117

Shades and tints

Shades of #74F24F

#74F24F
(116,242,79)
#6ADC48
(106,220,72)
#60C641
(96,198,65)
#56B03A
(86,176,58)
#4C9A33
(76,154,51)
#42842C
(66,132,44)
#386E25
(56,110,37)
#2E581E
(46,88,30)
#244217
(36,66,23)
#1A2C10
(26,44,16)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #74F24F

#74F24F
(116,242,79)
#80F35F
(128,243,95)
#8CF46F
(140,244,111)
#98F57F
(152,245,127)
#A4F68F
(164,246,143)
#B0F79F
(176,247,159)
#BCF8AF
(188,248,175)
#C8F9BF
(200,249,191)
#D4FACF
(212,250,207)
#E0FBDF
(224,251,223)
#ECFCEF
(236,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74F24F color. Also use rgb(116,242,79) instead hex code.

Text Font Color

.myTextColor { color: #74F24F; }

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

This text font color is #74F24F.


Background Color

.myBgColor { background-color: #74F24F; }

<div style="background-color:#74F24F">Inner text</div>

This div background color is #74F24F.


Border color

.myBorderColor { border: 1px solid #74F24F; }

<div style="border:3px solid #74F24F">Div</div>

This div border color is #74F24F.


Opacity

.myOpacity80 { color: #74F24F; opacity: 0.8; }

<p style="color:#74F24F;opacity:0.8;">80%</p>

Text with #74F24F 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 #74F24F;}

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

This text has shadow with #74F24F color.

.textShadow {text-shadow: 3px 3px 1px #74F24F, 3px 3px 1px red;}

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

This text has shadow with #74F24F primary color and red secondary color.


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

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

This text has shadow with #74F24F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74F24F on black background.


Color preview on white background

This text has color #74F24F on white background.



Black color preview on #74F24F background

This text has black color on #74F24F background.


White color preview on #74F24F background

This text has white color on #74F24F background.