Color Hex Logo

#25bd2b Color Hex

#25BD2B
(37,189,43)
0 Favorites   0 Comments

Color spaces of #25bd2b

RGB 3718943
HSL0.340.670.44
HSV122°80°74°
CMYK 0.800.000.77   0.26
XYZ19.396636.96298.3978
Yxy36.96290.29950.5708
Hunter Lab60.7971-49.446734.3684
CIE-Lab67.2492-64.459058.4000

#25bd2b color RGB value is (37,189,43).

#25bd2b hex color red value is 37, green value is 189 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #25bd2b hue: 0.34 , saturation: 0.67 and the lightness value of 25bd2b is 0.44.

The process color (four color CMYK) of #25bd2b color hex is 0.80, 0.00, 0.77, 0.26. Web safe color of #25bd2b is #33cc33. Color #25bd2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111101 00101011
Octal 45 275 53
Decimal 37 189 43
Hex 25 BD 2B

RGB Percentages of Color #25bd2b

%13.75
%70.26
%15.99

CMYK Percentages of Color #25bd2b

%80
%0
%77
%26

Triadic Colors of #25bd2b

#25bd2b #2b25bd #bd2b25

Analogous Colors of #25bd2b

#25bd2b #25bd77 #6bbd25

Monochromatic Colors of #25bd2b

#25bd2b

Complementary Color

#25bd2b #bd25b7

#25bd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bd2b Color CSS Codes

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

#25bd2b Text Font Color

<p style="color:#25bd2b">Text here</p>

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


#25bd2b Background Color

<div style="background-color:#25bd2b">
Div content here</div>

This div background color is #25bd2b


#25bd2b Border Color

<div style="border:3px solid #25bd2b">
Div here</div>

This div border color is #25bd2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,189,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25bd2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25bd2b;
  -webkit-box-shadow: 1px 1px 3px 2px #25bd2b;
  box-shadow:         1px 1px 3px 2px #25bd2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,189,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bd2b


Comments

No comments written yet.

Please login to write comment.