Color Hex Logo

#6bd41e Color Hex

#6BD41E
(107,212,30)
0 Favorites   0 Comments

Color spaces of #6bd41e

RGB 10721230
HSL0.260.750.47
HSV95°86°83°
CMYK 0.500.000.86   0.17
XYZ29.841250.30659.3656
Yxy50.30650.33340.5620
Hunter Lab70.9271-49.021941.8200
CIE-Lab76.2570-57.828870.7785

#6bd41e color RGB value is (107,212,30).

#6bd41e hex color red value is 107, green value is 212 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #6bd41e hue: 0.26 , saturation: 0.75 and the lightness value of 6bd41e is 0.47.

The process color (four color CMYK) of #6bd41e color hex is 0.50, 0.00, 0.86, 0.17. Web safe color of #6bd41e is #66cc33. Color #6bd41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11010100 00011110
Octal 153 324 36
Decimal 107 212 30
Hex 6B D4 1E

RGB Percentages of Color #6bd41e

%30.66
%60.74
%8.60

CMYK Percentages of Color #6bd41e

%50
%0
%86
%17

Triadic Colors of #6bd41e

#6bd41e #1e6bd4 #d41e6b

Analogous Colors of #6bd41e

#6bd41e #1ed42c #c6d41e

Monochromatic Colors of #6bd41e

#6bd41e

Complementary Color

#6bd41e #871ed4

#6bd41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bd41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bd41e Color CSS Codes

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

#6bd41e Text Font Color

<p style="color:#6bd41e">Text here</p>

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


#6bd41e Background Color

<div style="background-color:#6bd41e">
Div content here</div>

This div background color is #6bd41e


#6bd41e Border Color

<div style="border:3px solid #6bd41e">
Div here</div>

This div border color is #6bd41e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,212,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bd41e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bd41e;
  -webkit-box-shadow: 1px 1px 3px 2px #6bd41e;
  box-shadow:         1px 1px 3px 2px #6bd41e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,212,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 #6bd41e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bd41e


Comments

No comments written yet.

Please login to write comment.