Color Hex Logo

#24dd20 Color Hex

#24DD20
(36,221,32)
0 Favorites   0 Comments

Color spaces of #24dd20

RGB 3622132
HSL0.330.750.50
HSV119°86°87°
CMYK 0.840.000.86   0.13
XYZ26.844752.192310.0258
Yxy52.19230.30140.5860
Hunter Lab72.2442-60.099942.3429
CIE-Lab77.3957-74.515170.7142

#24dd20 color RGB value is (36,221,32).

#24dd20 hex color red value is 36, green value is 221 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #24dd20 hue: 0.33 , saturation: 0.75 and the lightness value of 24dd20 is 0.50.

The process color (four color CMYK) of #24dd20 color hex is 0.84, 0.00, 0.86, 0.13. Web safe color of #24dd20 is #33cc33. Color #24dd20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011101 00100000
Octal 44 335 40
Decimal 36 221 32
Hex 24 DD 20

RGB Percentages of Color #24dd20

%12.46
%76.47
%11.07

CMYK Percentages of Color #24dd20

%84
%0
%86
%13

Triadic Colors of #24dd20

#24dd20 #2024dd #dd2024

Analogous Colors of #24dd20

#24dd20 #20dd7b #83dd20

Monochromatic Colors of #24dd20

#24dd20

Complementary Color

#24dd20 #d920dd

#24dd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dd20 Color CSS Codes

.mybgcolor {background-color:#24dd20; } 
.myforecolor {color:#24dd20; }
.mybordercolor {border:3px solid #24dd20; }

#24dd20 Text Font Color

<p style="color:#24dd20">Text here</p>

This sample text font color is #24dd20
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#24dd20 Background Color

<div style="background-color:#24dd20">
Div content here</div>

This div background color is #24dd20


#24dd20 Border Color

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

This div border color is #24dd20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,221,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24dd20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24dd20;
  -webkit-box-shadow: 1px 1px 3px 2px #24dd20;
  box-shadow:         1px 1px 3px 2px #24dd20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,221,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #24dd20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #24dd20;
  -webkit-box-shadow: 1px 1px 3px 2px #24dd20;
  box-shadow:         1px 1px 3px 2px #24dd20;">
Div content here</div>

This div box has shadow with color #24dd20


Comments

No comments written yet.

Please login to write comment.