COLOR #24B330

HEX: #24B330 RGB: (36,179,48)

Color info

#24B330 contains mainly green color. Web safe color of #24B330 is #339933 (or #393).

RGB color model

#24B330 color RGB value is (36,179,48).

RGB: (36,179,48) (14%, 70%, 19%)

RGB channels and saturation

R 36 of 255 = 14%
G 179 of 255 = 70%
B 48 of 255 = 19%

36
179
48

R + G + B ~ 34%. #24B330 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 179 + 48 = 263 (100%)
R 36 of 263 ~ 13.69%
G 179 of 263 ~ 68.06%
B 48 of 263 ~ 18.25'%

%13.69
%68.06
%18.25

CMYK color model

#24B330 color CMYK value is (80,0,73,30).

  • cyan value is 79.89%
  • magenta value is 0.00%
  • yellow value is 73.18%
  • key color value is 29.80%

CMYK: (80,0,73,30)
C80M0Y73K30 (80%, 0%, 73%, 30%)
(0.80 / 0.00 / 0.73 / 0.30)

CMYK percentages

%79.89
%0
%73.18
%29.8

Codes

Color #24B330 in popluar color models

24 B3 30
RGB 36 179 48
HSL 125° 66.51% 42.16%
HSB/HSV 125° 79.89% 70.20%
CMYK 79.89% 0.00% 73.18%
29.80%

Color #24B330 in popluar number systems.

HEX 24 B3 30
Decimal 36 179 48
Binary 100100 10110011 110000
Octal 44 263 60

Shades and tints

Shades of #24B330

#24B330
(36,179,48)
#21A32C
(33,163,44)
#1E9328
(30,147,40)
#1B8324
(27,131,36)
#187320
(24,115,32)
#15631C
(21,99,28)
#125318
(18,83,24)
#0F4314
(15,67,20)
#0C3310
(12,51,16)
#09230C
(9,35,12)
#061308
(6,19,8)
#000000
(0,0,0)

Tints of #24B330

#24B330
(36,179,48)
#37B942
(55,185,66)
#4ABF54
(74,191,84)
#5DC566
(93,197,102)
#70CB78
(112,203,120)
#83D18A
(131,209,138)
#96D79C
(150,215,156)
#A9DDAE
(169,221,174)
#BCE3C0
(188,227,192)
#CFE9D2
(207,233,210)
#E2EFE4
(226,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24B330 color. Also use rgb(36,179,48) instead hex code.

Text Font Color

.myTextColor { color: #24B330; }

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

This text font color is #24B330.

Background Color

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

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

This div background color is #24B330.

Border color

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

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

This div border color is #24B330.

Opacity

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

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

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

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

This text has shadow with #24B330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24B330.

Preview

Color preview on black background

This text has color #24B330 on black background.


Color preview on white background

This text has color #24B330 on white background.


Black color preview on #24B330 background

This text has black color on #24B330 background.


White color preview on #24B330 background

This text has white color on #24B330 background.


Related colors

Complementary color

Complementary color for #hex is #DB4CCF.


I love getcolorcode.com

Triadic colors

1 #3024B3 and #B33024 with #24B330 are triadic colors.

2 #30B324 and #B32430 with #24B330 are triadic colors.