COLOR #24B814

HEX: #24B814
RGB: (36,184,20)

Color info

#24B814 contains mainly green color. Web safe color of #24B814 is #33CC00 (or #3C0).

RGB color model

#24B814 color RGB value is (36,184,20).

  • red value is 36;
  • green value is 184;
  • blue value is 20.
RGB:
(36,184,20)
(14%,72%,8%)

RGB channels and saturation

R 36 of 255 = 14%
G 184 of 255 = 72%
B 20 of 255 = 8%

36
184
20

R + G + B ~ 31%. #24B814 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 184 + 20 = 240 (100%)
R 36 of 240 ~ 15%
G 184 of 240 ~ 76.67%
B 20 of 240 ~ 8.33%

%15
%76.67

CMYK color model

#24B814 color CMYK value is (80,0,89,28).

  • cyan value is 80.43%
  • magenta value is 0.00%
  • yellow value is 89.13%
  • key color value is 27.84%
CMYK:
(80,0,89,28)
C80M0Y89K28 
(80%,0%,89%,28%)
(0.80/0.00/0.89/0.28)	

CMYK percentages

%80.43
%0
%89.13
%27.84

Codes

Color #24B814 in popluar color models

24B814
RGB3618420
HSL114°80.39%40.00%
HSB/HSV114°89.13%72.16%
CMYK80.43%0.00%89.13%
27.84%

Color #24B814 in popluar number systems.

HEX24B814
Decimal3618420
Binary1001001011100010100
Octal4427024

Shades and tints

Shades of #24B814

#24B814
(36,184,20)
#21A813
(33,168,19)
#1E9812
(30,152,18)
#1B8811
(27,136,17)
#187810
(24,120,16)
#15680F
(21,104,15)
#12580E
(18,88,14)
#0F480D
(15,72,13)
#0C380C
(12,56,12)
#09280B
(9,40,11)
#06180A
(6,24,10)
#000000
(0,0,0)

Tints of #24B814

#24B814
(36,184,20)
#37BE29
(55,190,41)
#4AC43E
(74,196,62)
#5DCA53
(93,202,83)
#70D068
(112,208,104)
#83D67D
(131,214,125)
#96DC92
(150,220,146)
#A9E2A7
(169,226,167)
#BCE8BC
(188,232,188)
#CFEED1
(207,238,209)
#E2F4E6
(226,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24B814 color. Also use rgb(36,184,20) instead hex code.

Text Font Color

.myTextColor { color: #24B814; }

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

This text font color is #24B814.


Background Color

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

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

This div background color is #24B814.


Border color

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

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

This div border color is #24B814.


Opacity

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

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

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

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

This text has shadow with #24B814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24B814 on black background.


Color preview on white background

This text has color #24B814 on white background.



Black color preview on #24B814 background

This text has black color on #24B814 background.


White color preview on #24B814 background

This text has white color on #24B814 background.