COLOR #24E85D

HEX: #24E85D
RGB: (36,232,93)

Color info

#24E85D contains mainly green color. Web safe color of #24E85D is #33FF66 (or #3F6).

RGB color model

#24E85D color RGB value is (36,232,93).

  • red value is 36;
  • green value is 232;
  • blue value is 93.
RGB:
(36,232,93)
(14%,91%,36%)

RGB channels and saturation

R 36 of 255 = 14%
G 232 of 255 = 91%
B 93 of 255 = 36%

36
232
93

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

Portions of RGB colors in percentages

R + G + B =
36 + 232 + 93 = 361 (100%)
R 36 of 361 ~ 9.97%
G 232 of 361 ~ 64.27%
B 93 of 361 ~ 25.76%

%9.97
%64.27
%25.76

CMYK color model

#24E85D color CMYK value is (84,0,60,9).

  • cyan value is 84.48%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 9.02%
CMYK:
(84,0,60,9)
C84M0Y60K9 
(84%,0%,60%,9%)
(0.84/0.00/0.60/0.09)	

CMYK percentages

%84.48
%0
%59.91
%9.02

Codes

Color #24E85D in popluar color models

24E85D
RGB3623293
HSL137°80.99%52.55%
HSB/HSV137°84.48%90.98%
CMYK84.48%0.00%59.91%
9.02%

Color #24E85D in popluar number systems.

HEX24E85D
Decimal3623293
Binary100100111010001011101
Octal44350135

Shades and tints

Shades of #24E85D

#24E85D
(36,232,93)
#21D355
(33,211,85)
#1EBE4D
(30,190,77)
#1BA945
(27,169,69)
#18943D
(24,148,61)
#157F35
(21,127,53)
#126A2D
(18,106,45)
#0F5525
(15,85,37)
#0C401D
(12,64,29)
#092B15
(9,43,21)
#06160D
(6,22,13)
#000000
(0,0,0)

Tints of #24E85D

#24E85D
(36,232,93)
#37EA6B
(55,234,107)
#4AEC79
(74,236,121)
#5DEE87
(93,238,135)
#70F095
(112,240,149)
#83F2A3
(131,242,163)
#96F4B1
(150,244,177)
#A9F6BF
(169,246,191)
#BCF8CD
(188,248,205)
#CFFADB
(207,250,219)
#E2FCE9
(226,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24E85D color. Also use rgb(36,232,93) instead hex code.

Text Font Color

.myTextColor { color: #24E85D; }

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

This text font color is #24E85D.


Background Color

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

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

This div background color is #24E85D.


Border color

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

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

This div border color is #24E85D.


Opacity

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

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

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

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

This text has shadow with #24E85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24E85D on black background.


Color preview on white background

This text has color #24E85D on white background.



Black color preview on #24E85D background

This text has black color on #24E85D background.


White color preview on #24E85D background

This text has white color on #24E85D background.