COLOR #24EF8F

HEX: #24EF8F
RGB: (36,239,143)

Color info

#24EF8F contains mainly green color. Web safe color of #24EF8F is #33FF99 (or #3F9).

RGB color model

#24EF8F color RGB value is (36,239,143).

  • red value is 36;
  • green value is 239;
  • blue value is 143.
RGB:
(36,239,143)
(14%,94%,56%)

RGB channels and saturation

R 36 of 255 = 14%
G 239 of 255 = 94%
B 143 of 255 = 56%

36
239
143

R + G + B ~ 55%. #24EF8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 239 + 143 = 418 (100%)
R 36 of 418 ~ 8.61%
G 239 of 418 ~ 57.18%
B 143 of 418 ~ 34.21%

%57.18
%34.21

CMYK color model

#24EF8F color CMYK value is (85,0,40,6).

  • cyan value is 84.94%
  • magenta value is 0.00%
  • yellow value is 40.17%
  • key color value is 6.27%
CMYK:
(85,0,40,6)
C85M0Y40K6 
(85%,0%,40%,6%)
(0.85/0.00/0.40/0.06)	

CMYK percentages

%84.94
%0
%40.17
%6.27

Codes

Color #24EF8F in popluar color models

24EF8F
RGB36239143
HSL152°86.38%53.92%
HSB/HSV152°84.94%93.73%
CMYK84.94%0.00%40.17%
6.27%

Color #24EF8F in popluar number systems.

HEX24EF8F
Decimal36239143
Binary1001001110111110001111
Octal44357217

Shades and tints

Shades of #24EF8F

#24EF8F
(36,239,143)
#21DA82
(33,218,130)
#1EC575
(30,197,117)
#1BB068
(27,176,104)
#189B5B
(24,155,91)
#15864E
(21,134,78)
#127141
(18,113,65)
#0F5C34
(15,92,52)
#0C4727
(12,71,39)
#09321A
(9,50,26)
#061D0D
(6,29,13)
#000000
(0,0,0)

Tints of #24EF8F

#24EF8F
(36,239,143)
#37F099
(55,240,153)
#4AF1A3
(74,241,163)
#5DF2AD
(93,242,173)
#70F3B7
(112,243,183)
#83F4C1
(131,244,193)
#96F5CB
(150,245,203)
#A9F6D5
(169,246,213)
#BCF7DF
(188,247,223)
#CFF8E9
(207,248,233)
#E2F9F3
(226,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24EF8F color. Also use rgb(36,239,143) instead hex code.

Text Font Color

.myTextColor { color: #24EF8F; }

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

This text font color is #24EF8F.


Background Color

.myBgColor { background-color: #24EF8F; }

<div style="background-color:#24EF8F">Inner text</div>

This div background color is #24EF8F.


Border color

.myBorderColor { border: 1px solid #24EF8F; }

<div style="border:3px solid #24EF8F">Div</div>

This div border color is #24EF8F.


Opacity

.myOpacity80 { color: #24EF8F; opacity: 0.8; }

<p style="color:#24EF8F;opacity:0.8;">80%</p>

Text with #24EF8F 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 #24EF8F;}

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

This text has shadow with #24EF8F color.

.textShadow {text-shadow: 3px 3px 1px #24EF8F, 3px 3px 1px red;}

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

This text has shadow with #24EF8F primary color and red secondary color.


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

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

This text has shadow with #24EF8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24EF8F on black background.


Color preview on white background

This text has color #24EF8F on white background.



Black color preview on #24EF8F background

This text has black color on #24EF8F background.


White color preview on #24EF8F background

This text has white color on #24EF8F background.