COLOR #24C38B

HEX: #24C38B
RGB: (36,195,139)

Color info

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

RGB color model

#24C38B color RGB value is (36,195,139).

  • red value is 36;
  • green value is 195;
  • blue value is 139.
RGB:
(36,195,139)
(14%,76%,55%)

RGB channels and saturation

R 36 of 255 = 14%
G 195 of 255 = 76%
B 139 of 255 = 55%

36
195
139

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

Portions of RGB colors in percentages

R + G + B =
36 + 195 + 139 = 370 (100%)
R 36 of 370 ~ 9.73%
G 195 of 370 ~ 52.7%
B 139 of 370 ~ 37.57%

%9.73
%52.7
%37.57

CMYK color model

#24C38B color CMYK value is (82,0,29,24).

  • cyan value is 81.54%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 23.53%
CMYK:
(82,0,29,24)
C82M0Y29K24 
(82%,0%,29%,24%)
(0.82/0.00/0.29/0.24)	

CMYK percentages

%81.54
%0
%28.72
%23.53

Codes

Color #24C38B in popluar color models

24C38B
RGB36195139
HSL159°68.83%45.29%
HSB/HSV159°81.54%76.47%
CMYK81.54%0.00%28.72%
23.53%

Color #24C38B in popluar number systems.

HEX24C38B
Decimal36195139
Binary1001001100001110001011
Octal44303213

Shades and tints

Shades of #24C38B

#24C38B
(36,195,139)
#21B27F
(33,178,127)
#1EA173
(30,161,115)
#1B9067
(27,144,103)
#187F5B
(24,127,91)
#156E4F
(21,110,79)
#125D43
(18,93,67)
#0F4C37
(15,76,55)
#0C3B2B
(12,59,43)
#092A1F
(9,42,31)
#061913
(6,25,19)
#000000
(0,0,0)

Tints of #24C38B

#24C38B
(36,195,139)
#37C895
(55,200,149)
#4ACD9F
(74,205,159)
#5DD2A9
(93,210,169)
#70D7B3
(112,215,179)
#83DCBD
(131,220,189)
#96E1C7
(150,225,199)
#A9E6D1
(169,230,209)
#BCEBDB
(188,235,219)
#CFF0E5
(207,240,229)
#E2F5EF
(226,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24C38B color. Also use rgb(36,195,139) instead hex code.

Text Font Color

.myTextColor { color: #24C38B; }

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

This text font color is #24C38B.


Background Color

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

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

This div background color is #24C38B.


Border color

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

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

This div border color is #24C38B.


Opacity

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

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

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

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

This text has shadow with #24C38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24C38B on black background.


Color preview on white background

This text has color #24C38B on white background.



Black color preview on #24C38B background

This text has black color on #24C38B background.


White color preview on #24C38B background

This text has white color on #24C38B background.