COLOR #24B471

HEX: #24B471
RGB: (36,180,113)

Color info

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

RGB color model

#24B471 color RGB value is (36,180,113).

  • red value is 36;
  • green value is 180;
  • blue value is 113.
RGB:
(36,180,113)
(14%,71%,44%)

RGB channels and saturation

R 36 of 255 = 14%
G 180 of 255 = 71%
B 113 of 255 = 44%

36
180
113

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

Portions of RGB colors in percentages

R + G + B =
36 + 180 + 113 = 329 (100%)
R 36 of 329 ~ 10.94%
G 180 of 329 ~ 54.71%
B 113 of 329 ~ 34.35%

%10.94
%54.71
%34.35

CMYK color model

#24B471 color CMYK value is (80,0,37,29).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 37.22%
  • key color value is 29.41%
CMYK:
(80,0,37,29)
C80M0Y37K29 
(80%,0%,37%,29%)
(0.80/0.00/0.37/0.29)	

CMYK percentages

%80
%0
%37.22
%29.41

Codes

Color #24B471 in popluar color models

24B471
RGB36180113
HSL152°66.67%42.35%
HSB/HSV152°80.00%70.59%
CMYK80.00%0.00%37.22%
29.41%

Color #24B471 in popluar number systems.

HEX24B471
Decimal36180113
Binary100100101101001110001
Octal44264161

Shades and tints

Shades of #24B471

#24B471
(36,180,113)
#21A467
(33,164,103)
#1E945D
(30,148,93)
#1B8453
(27,132,83)
#187449
(24,116,73)
#15643F
(21,100,63)
#125435
(18,84,53)
#0F442B
(15,68,43)
#0C3421
(12,52,33)
#092417
(9,36,23)
#06140D
(6,20,13)
#000000
(0,0,0)

Tints of #24B471

#24B471
(36,180,113)
#37BA7D
(55,186,125)
#4AC089
(74,192,137)
#5DC695
(93,198,149)
#70CCA1
(112,204,161)
#83D2AD
(131,210,173)
#96D8B9
(150,216,185)
#A9DEC5
(169,222,197)
#BCE4D1
(188,228,209)
#CFEADD
(207,234,221)
#E2F0E9
(226,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24B471 color. Also use rgb(36,180,113) instead hex code.

Text Font Color

.myTextColor { color: #24B471; }

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

This text font color is #24B471.


Background Color

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

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

This div background color is #24B471.


Border color

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

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

This div border color is #24B471.


Opacity

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

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

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

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

This text has shadow with #24B471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24B471 on black background.


Color preview on white background

This text has color #24B471 on white background.



Black color preview on #24B471 background

This text has black color on #24B471 background.


White color preview on #24B471 background

This text has white color on #24B471 background.