COLOR #24DE91

HEX: #24DE91
RGB: (36,222,145)

Color info

#24DE91 contains mainly green color. Web safe color of #24DE91 is #33CC99 (or #3C9).

RGB color model

#24DE91 color RGB value is (36,222,145).

  • red value is 36;
  • green value is 222;
  • blue value is 145.
RGB:
(36,222,145)
(14%,87%,57%)

RGB channels and saturation

R 36 of 255 = 14%
G 222 of 255 = 87%
B 145 of 255 = 57%

36
222
145

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

Portions of RGB colors in percentages

R + G + B =
36 + 222 + 145 = 403 (100%)
R 36 of 403 ~ 8.93%
G 222 of 403 ~ 55.09%
B 145 of 403 ~ 35.98%

%55.09
%35.98

CMYK color model

#24DE91 color CMYK value is (84,0,35,13).

  • cyan value is 83.78%
  • magenta value is 0.00%
  • yellow value is 34.68%
  • key color value is 12.94%
CMYK:
(84,0,35,13)
C84M0Y35K13 
(84%,0%,35%,13%)
(0.84/0.00/0.35/0.13)	

CMYK percentages

%83.78
%0
%34.68
%12.94

Codes

Color #24DE91 in popluar color models

24DE91
RGB36222145
HSL155°73.81%50.59%
HSB/HSV155°83.78%87.06%
CMYK83.78%0.00%34.68%
12.94%

Color #24DE91 in popluar number systems.

HEX24DE91
Decimal36222145
Binary1001001101111010010001
Octal44336221

Shades and tints

Shades of #24DE91

#24DE91
(36,222,145)
#21CA84
(33,202,132)
#1EB677
(30,182,119)
#1BA26A
(27,162,106)
#188E5D
(24,142,93)
#157A50
(21,122,80)
#126643
(18,102,67)
#0F5236
(15,82,54)
#0C3E29
(12,62,41)
#092A1C
(9,42,28)
#06160F
(6,22,15)
#000000
(0,0,0)

Tints of #24DE91

#24DE91
(36,222,145)
#37E19B
(55,225,155)
#4AE4A5
(74,228,165)
#5DE7AF
(93,231,175)
#70EAB9
(112,234,185)
#83EDC3
(131,237,195)
#96F0CD
(150,240,205)
#A9F3D7
(169,243,215)
#BCF6E1
(188,246,225)
#CFF9EB
(207,249,235)
#E2FCF5
(226,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24DE91 color. Also use rgb(36,222,145) instead hex code.

Text Font Color

.myTextColor { color: #24DE91; }

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

This text font color is #24DE91.


Background Color

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

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

This div background color is #24DE91.


Border color

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

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

This div border color is #24DE91.


Opacity

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

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

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

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

This text has shadow with #24DE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24DE91 on black background.


Color preview on white background

This text has color #24DE91 on white background.



Black color preview on #24DE91 background

This text has black color on #24DE91 background.


White color preview on #24DE91 background

This text has white color on #24DE91 background.