COLOR #24D39F

HEX: #24D39F
RGB: (36,211,159)

Color info

#24D39F contains mainly green and blue colors. Web safe color of #24D39F is #33CC99 (or #3C9).

RGB color model

#24D39F color RGB value is (36,211,159).

  • red value is 36;
  • green value is 211;
  • blue value is 159.
RGB:
(36,211,159)
(14%,83%,62%)

RGB channels and saturation

R 36 of 255 = 14%
G 211 of 255 = 83%
B 159 of 255 = 62%

36
211
159

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

Portions of RGB colors in percentages

R + G + B =
36 + 211 + 159 = 406 (100%)
R 36 of 406 ~ 8.87%
G 211 of 406 ~ 51.97%
B 159 of 406 ~ 39.16%

%51.97
%39.16

CMYK color model

#24D39F color CMYK value is (83,0,25,17).

  • cyan value is 82.94%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 17.25%
CMYK:
(83,0,25,17)
C83M0Y25K17 
(83%,0%,25%,17%)
(0.83/0.00/0.25/0.17)	

CMYK percentages

%82.94
%0
%24.64
%17.25

Codes

Color #24D39F in popluar color models

24D39F
RGB36211159
HSL162°70.85%48.43%
HSB/HSV162°82.94%82.75%
CMYK82.94%0.00%24.64%
17.25%

Color #24D39F in popluar number systems.

HEX24D39F
Decimal36211159
Binary1001001101001110011111
Octal44323237

Shades and tints

Shades of #24D39F

#24D39F
(36,211,159)
#21C091
(33,192,145)
#1EAD83
(30,173,131)
#1B9A75
(27,154,117)
#188767
(24,135,103)
#157459
(21,116,89)
#12614B
(18,97,75)
#0F4E3D
(15,78,61)
#0C3B2F
(12,59,47)
#092821
(9,40,33)
#061513
(6,21,19)
#000000
(0,0,0)

Tints of #24D39F

#24D39F
(36,211,159)
#37D7A7
(55,215,167)
#4ADBAF
(74,219,175)
#5DDFB7
(93,223,183)
#70E3BF
(112,227,191)
#83E7C7
(131,231,199)
#96EBCF
(150,235,207)
#A9EFD7
(169,239,215)
#BCF3DF
(188,243,223)
#CFF7E7
(207,247,231)
#E2FBEF
(226,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24D39F color. Also use rgb(36,211,159) instead hex code.

Text Font Color

.myTextColor { color: #24D39F; }

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

This text font color is #24D39F.


Background Color

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

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

This div background color is #24D39F.


Border color

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

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

This div border color is #24D39F.


Opacity

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

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

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

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

This text has shadow with #24D39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24D39F on black background.


Color preview on white background

This text has color #24D39F on white background.



Black color preview on #24D39F background

This text has black color on #24D39F background.


White color preview on #24D39F background

This text has white color on #24D39F background.