Color Hex Logo

#34bf37 Color Hex

#34BF37
(52,191,55)
0 Favorites   0 Comments

Color spaces of #34bf37

RGB 5219155
HSL0.340.570.48
HSV121°73°75°
CMYK 0.730.000.71   0.25
XYZ20.736638.26759.9079
Yxy38.26750.30090.5553
Hunter Lab61.8607-48.420533.8064
CIE-Lab68.2173-62.003455.2448

#34bf37 color RGB value is (52,191,55).

#34bf37 hex color red value is 52, green value is 191 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #34bf37 hue: 0.34 , saturation: 0.57 and the lightness value of 34bf37 is 0.48.

The process color (four color CMYK) of #34bf37 color hex is 0.73, 0.00, 0.71, 0.25. Web safe color of #34bf37 is #33cc33. Color #34bf37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10111111 00110111
Octal 64 277 67
Decimal 52 191 55
Hex 34 BF 37

RGB Percentages of Color #34bf37

%17.45
%64.09
%18.46

CMYK Percentages of Color #34bf37

%73
%0
%71
%25

Triadic Colors of #34bf37

#34bf37 #3734bf #bf3734

Analogous Colors of #34bf37

#34bf37 #34bf7d #77bf34

Monochromatic Colors of #34bf37

#34bf37

Complementary Color

#34bf37 #bf34bc

#34bf37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34bf37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#34bf37 Color CSS Codes

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

#34bf37 Text Font Color

<p style="color:#34bf37">Text here</p>

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


#34bf37 Background Color

<div style="background-color:#34bf37">
Div content here</div>

This div background color is #34bf37


#34bf37 Border Color

<div style="border:3px solid #34bf37">
Div here</div>

This div border color is #34bf37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,191,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34bf37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34bf37;
  -webkit-box-shadow: 1px 1px 3px 2px #34bf37;
  box-shadow:         1px 1px 3px 2px #34bf37; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,191,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34bf37


Comments

No comments written yet.

Please login to write comment.