color codes Logo

#7bd40d color codes

#7BD40D
(123,212,13)
0 Favorites   0 Comments

Color spaces of #7bd40d

RGB 12321213
HSL0.240.880.44
HSV87°94°83°
CMYK 0.420.000.94   0.17
XYZ31.784551.32708.6127
Yxy51.32700.34650.5596
Hunter Lab71.6429-46.183143.0223
CIE-Lab76.8767-53.277674.2790

#7bd40d color RGB value is (123,212,13).

#7bd40d hex color red value is 123, green value is 212 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #7bd40d hue: 0.24 , saturation: 0.88 and the lightness value of 7bd40d is 0.44.

The process color (four color CMYK) of #7bd40d color code is 0.42, 0.00, 0.94, 0.17. Web safe color of #7bd40d is #66cc00. Color #7bd40d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11010100 00001101
Octal 173 324 15
Decimal 123 212 13
Hex 7B D4 D

RGB Percentages of Color #7bd40d

%35.34
%60.92
%3.74

CMYK Percentages of Color #7bd40d

%42
%0
%94
%17

Triadic Colors of #7bd40d

#7bd40d #0d7bd4 #d40d7b

Analogous Colors of #7bd40d

#7bd40d #18d40d #d4ca0d

Monochromatic Colors of #7bd40d

#7bd40d

Complementary Color

#7bd40d #660dd4

#7bd40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bd40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bd40d Color CSS Codes

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

#7bd40d Text Font Color

<p style="color:#7bd40d">Text here</p>

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


#7bd40d Background Color

<div style="background-color:#7bd40d">
Div content here</div>

This div background color is #7bd40d


#7bd40d Border Color

<div style="border:3px solid #7bd40d">
Div here</div>

This div border color is #7bd40d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,212,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7bd40d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7bd40d;
  -webkit-box-shadow: 1px 1px 3px 2px #7bd40d;
  box-shadow:         1px 1px 3px 2px #7bd40d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,212,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bd40d


Comments

No comments written yet.

Please login to write comment.