COLOR #24C48D

HEX: #24C48D
RGB: (36,196,141)

Color info

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

RGB color model

#24C48D color RGB value is (36,196,141).

  • red value is 36;
  • green value is 196;
  • blue value is 141.
RGB:
(36,196,141)
(14%,77%,55%)

RGB channels and saturation

R 36 of 255 = 14%
G 196 of 255 = 77%
B 141 of 255 = 55%

36
196
141

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

Portions of RGB colors in percentages

R + G + B =
36 + 196 + 141 = 373 (100%)
R 36 of 373 ~ 9.65%
G 196 of 373 ~ 52.55%
B 141 of 373 ~ 37.8%

%9.65
%52.55
%37.8

CMYK color model

#24C48D color CMYK value is (82,0,28,23).

  • cyan value is 81.63%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(82,0,28,23)
C82M0Y28K23 
(82%,0%,28%,23%)
(0.82/0.00/0.28/0.23)	

CMYK percentages

%81.63
%0
%28.06
%23.14

Codes

Color #24C48D in popluar color models

24C48D
RGB36196141
HSL159°68.97%45.49%
HSB/HSV159°81.63%76.86%
CMYK81.63%0.00%28.06%
23.14%

Color #24C48D in popluar number systems.

HEX24C48D
Decimal36196141
Binary1001001100010010001101
Octal44304215

Shades and tints

Shades of #24C48D

#24C48D
(36,196,141)
#21B381
(33,179,129)
#1EA275
(30,162,117)
#1B9169
(27,145,105)
#18805D
(24,128,93)
#156F51
(21,111,81)
#125E45
(18,94,69)
#0F4D39
(15,77,57)
#0C3C2D
(12,60,45)
#092B21
(9,43,33)
#061A15
(6,26,21)
#000000
(0,0,0)

Tints of #24C48D

#24C48D
(36,196,141)
#37C997
(55,201,151)
#4ACEA1
(74,206,161)
#5DD3AB
(93,211,171)
#70D8B5
(112,216,181)
#83DDBF
(131,221,191)
#96E2C9
(150,226,201)
#A9E7D3
(169,231,211)
#BCECDD
(188,236,221)
#CFF1E7
(207,241,231)
#E2F6F1
(226,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24C48D color. Also use rgb(36,196,141) instead hex code.

Text Font Color

.myTextColor { color: #24C48D; }

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

This text font color is #24C48D.


Background Color

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

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

This div background color is #24C48D.


Border color

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

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

This div border color is #24C48D.


Opacity

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

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

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

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

This text has shadow with #24C48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24C48D on black background.


Color preview on white background

This text has color #24C48D on white background.



Black color preview on #24C48D background

This text has black color on #24C48D background.


White color preview on #24C48D background

This text has white color on #24C48D background.