Color Hex Logo

#2cdb1e Color Hex

#2CDB1E
(44,219,30)
0 Favorites   0 Comments

Color spaces of #2cdb1e

RGB 4421930
HSL0.320.760.49
HSV116°86°86°
CMYK 0.800.000.86   0.14
XYZ26.604651.29229.7265
Yxy51.29220.30360.5854
Hunter Lab71.6186-59.024042.0808
CIE-Lab76.8557-73.168470.6909

#2cdb1e color RGB value is (44,219,30).

#2cdb1e hex color red value is 44, green value is 219 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #2cdb1e hue: 0.32 , saturation: 0.76 and the lightness value of 2cdb1e is 0.49.

The process color (four color CMYK) of #2cdb1e color hex is 0.80, 0.00, 0.86, 0.14. Web safe color of #2cdb1e is #33cc33. Color #2cdb1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11011011 00011110
Octal 54 333 36
Decimal 44 219 30
Hex 2C DB 1E

RGB Percentages of Color #2cdb1e

%15.02
%74.74
%10.24

CMYK Percentages of Color #2cdb1e

%80
%0
%86
%14

Triadic Colors of #2cdb1e

#2cdb1e #1e2cdb #db1e2c

Analogous Colors of #2cdb1e

#2cdb1e #1edb6f #8bdb1e

Monochromatic Colors of #2cdb1e

#2cdb1e

Complementary Color

#2cdb1e #cd1edb

#2cdb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cdb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cdb1e Color CSS Codes

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

#2cdb1e Text Font Color

<p style="color:#2cdb1e">Text here</p>

This sample text font color is #2cdb1e
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.


#2cdb1e Background Color

<div style="background-color:#2cdb1e">
Div content here</div>

This div background color is #2cdb1e


#2cdb1e Border Color

<div style="border:3px solid #2cdb1e">
Div here</div>

This div border color is #2cdb1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,219,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2cdb1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2cdb1e;
  -webkit-box-shadow: 1px 1px 3px 2px #2cdb1e;
  box-shadow:         1px 1px 3px 2px #2cdb1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,219,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cdb1e


Comments

No comments written yet.

Please login to write comment.