COLOR #24BC5E

HEX: #24BC5E
RGB: (36,188,94)

Color info

#24BC5E contains mainly green color. Web safe color of #24BC5E is #33CC66 (or #3C6).

RGB color model

#24BC5E color RGB value is (36,188,94).

  • red value is 36;
  • green value is 188;
  • blue value is 94.
RGB:
(36,188,94)
(14%,74%,37%)

RGB channels and saturation

R 36 of 255 = 14%
G 188 of 255 = 74%
B 94 of 255 = 37%

36
188
94

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

Portions of RGB colors in percentages

R + G + B =
36 + 188 + 94 = 318 (100%)
R 36 of 318 ~ 11.32%
G 188 of 318 ~ 59.12%
B 94 of 318 ~ 29.56%

%11.32
%59.12
%29.56

CMYK color model

#24BC5E color CMYK value is (81,0,50,26).

  • cyan value is 80.85%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 26.27%
CMYK:
(81,0,50,26)
C81M0Y50K26 
(81%,0%,50%,26%)
(0.81/0.00/0.50/0.26)	

CMYK percentages

%80.85
%0
%50
%26.27

Codes

Color #24BC5E in popluar color models

24BC5E
RGB3618894
HSL143°67.86%43.92%
HSB/HSV143°80.85%73.73%
CMYK80.85%0.00%50.00%
26.27%

Color #24BC5E in popluar number systems.

HEX24BC5E
Decimal3618894
Binary100100101111001011110
Octal44274136

Shades and tints

Shades of #24BC5E

#24BC5E
(36,188,94)
#21AB56
(33,171,86)
#1E9A4E
(30,154,78)
#1B8946
(27,137,70)
#18783E
(24,120,62)
#156736
(21,103,54)
#12562E
(18,86,46)
#0F4526
(15,69,38)
#0C341E
(12,52,30)
#092316
(9,35,22)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #24BC5E

#24BC5E
(36,188,94)
#37C26C
(55,194,108)
#4AC87A
(74,200,122)
#5DCE88
(93,206,136)
#70D496
(112,212,150)
#83DAA4
(131,218,164)
#96E0B2
(150,224,178)
#A9E6C0
(169,230,192)
#BCECCE
(188,236,206)
#CFF2DC
(207,242,220)
#E2F8EA
(226,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24BC5E color. Also use rgb(36,188,94) instead hex code.

Text Font Color

.myTextColor { color: #24BC5E; }

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

This text font color is #24BC5E.


Background Color

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

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

This div background color is #24BC5E.


Border color

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

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

This div border color is #24BC5E.


Opacity

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

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

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

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

This text has shadow with #24BC5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24BC5E on black background.


Color preview on white background

This text has color #24BC5E on white background.



Black color preview on #24BC5E background

This text has black color on #24BC5E background.


White color preview on #24BC5E background

This text has white color on #24BC5E background.