COLOR #24B20F

HEX: #24B20F
RGB: (36,178,15)

Color info

#24B20F contains mainly green color. Web safe color of #24B20F is #339900 (or #390).

RGB color model

#24B20F color RGB value is (36,178,15).

  • red value is 36;
  • green value is 178;
  • blue value is 15.
RGB:
(36,178,15)
(14%,70%,6%)

RGB channels and saturation

R 36 of 255 = 14%
G 178 of 255 = 70%
B 15 of 255 = 6%

36
178
15

R + G + B ~ 30%. #24B20F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 178 + 15 = 229 (100%)
R 36 of 229 ~ 15.72%
G 178 of 229 ~ 77.73%
B 15 of 229 ~ 6.55%

%15.72
%77.73

CMYK color model

#24B20F color CMYK value is (80,0,92,30).

  • cyan value is 79.78%
  • magenta value is 0.00%
  • yellow value is 91.57%
  • key color value is 30.20%
CMYK:
(80,0,92,30)
C80M0Y92K30 
(80%,0%,92%,30%)
(0.80/0.00/0.92/0.30)	

CMYK percentages

%79.78
%0
%91.57
%30.2

Codes

Color #24B20F in popluar color models

24B20F
RGB3617815
HSL112°84.46%37.84%
HSB/HSV112°91.57%69.80%
CMYK79.78%0.00%91.57%
30.20%

Color #24B20F in popluar number systems.

HEX24B20F
Decimal3617815
Binary100100101100101111
Octal4426217

Shades and tints

Shades of #24B20F

#24B20F
(36,178,15)
#21A20E
(33,162,14)
#1E920D
(30,146,13)
#1B820C
(27,130,12)
#18720B
(24,114,11)
#15620A
(21,98,10)
#125209
(18,82,9)
#0F4208
(15,66,8)
#0C3207
(12,50,7)
#092206
(9,34,6)
#061205
(6,18,5)
#000000
(0,0,0)

Tints of #24B20F

#24B20F
(36,178,15)
#37B924
(55,185,36)
#4AC039
(74,192,57)
#5DC74E
(93,199,78)
#70CE63
(112,206,99)
#83D578
(131,213,120)
#96DC8D
(150,220,141)
#A9E3A2
(169,227,162)
#BCEAB7
(188,234,183)
#CFF1CC
(207,241,204)
#E2F8E1
(226,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24B20F color. Also use rgb(36,178,15) instead hex code.

Text Font Color

.myTextColor { color: #24B20F; }

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

This text font color is #24B20F.


Background Color

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

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

This div background color is #24B20F.


Border color

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

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

This div border color is #24B20F.


Opacity

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

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

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

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

This text has shadow with #24B20F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24B20F on black background.


Color preview on white background

This text has color #24B20F on white background.



Black color preview on #24B20F background

This text has black color on #24B20F background.


White color preview on #24B20F background

This text has white color on #24B20F background.