COLOR #24D415

HEX: #24D415
RGB: (36,212,21)

Color info

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

RGB color model

#24D415 color RGB value is (36,212,21).

  • red value is 36;
  • green value is 212;
  • blue value is 21.
RGB:
(36,212,21)
(14%,83%,8%)

RGB channels and saturation

R 36 of 255 = 14%
G 212 of 255 = 83%
B 21 of 255 = 8%

36
212
21

R + G + B ~ 35%. #24D415 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 212 + 21 = 269 (100%)
R 36 of 269 ~ 13.38%
G 212 of 269 ~ 78.81%
B 21 of 269 ~ 7.81%

%13.38
%78.81

CMYK color model

#24D415 color CMYK value is (83,0,90,17).

  • cyan value is 83.02%
  • magenta value is 0.00%
  • yellow value is 90.09%
  • key color value is 16.86%
CMYK:
(83,0,90,17)
C83M0Y90K17 
(83%,0%,90%,17%)
(0.83/0.00/0.90/0.17)	

CMYK percentages

%83.02
%0
%90.09
%16.86

Codes

Color #24D415 in popluar color models

24D415
RGB3621221
HSL115°81.97%45.69%
HSB/HSV115°90.09%83.14%
CMYK83.02%0.00%90.09%
16.86%

Color #24D415 in popluar number systems.

HEX24D415
Decimal3621221
Binary1001001101010010101
Octal4432425

Shades and tints

Shades of #24D415

#24D415
(36,212,21)
#21C114
(33,193,20)
#1EAE13
(30,174,19)
#1B9B12
(27,155,18)
#188811
(24,136,17)
#157510
(21,117,16)
#12620F
(18,98,15)
#0F4F0E
(15,79,14)
#0C3C0D
(12,60,13)
#09290C
(9,41,12)
#06160B
(6,22,11)
#000000
(0,0,0)

Tints of #24D415

#24D415
(36,212,21)
#37D72A
(55,215,42)
#4ADA3F
(74,218,63)
#5DDD54
(93,221,84)
#70E069
(112,224,105)
#83E37E
(131,227,126)
#96E693
(150,230,147)
#A9E9A8
(169,233,168)
#BCECBD
(188,236,189)
#CFEFD2
(207,239,210)
#E2F2E7
(226,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24D415 color. Also use rgb(36,212,21) instead hex code.

Text Font Color

.myTextColor { color: #24D415; }

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

This text font color is #24D415.


Background Color

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

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

This div background color is #24D415.


Border color

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

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

This div border color is #24D415.


Opacity

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

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

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

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

This text has shadow with #24D415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24D415 on black background.


Color preview on white background

This text has color #24D415 on white background.



Black color preview on #24D415 background

This text has black color on #24D415 background.


White color preview on #24D415 background

This text has white color on #24D415 background.