Color Hex Logo

#25de2f Color Hex

#25DE2F
(37,222,47)
0 Favorites   0 Comments

Color spaces of #25de2f

RGB 3722247
HSL0.340.740.51
HSV123°83°87°
CMYK 0.830.000.79   0.13
XYZ27.397352.841111.4447
Yxy52.84110.29880.5763
Hunter Lab72.6919-59.934841.5496
CIE-Lab77.7811-73.940667.3047

#25de2f color RGB value is (37,222,47).

#25de2f hex color red value is 37, green value is 222 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #25de2f hue: 0.34 , saturation: 0.74 and the lightness value of 25de2f is 0.51.

The process color (four color CMYK) of #25de2f color hex is 0.83, 0.00, 0.79, 0.13. Web safe color of #25de2f is #33cc33. Color #25de2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011110 00101111
Octal 45 336 57
Decimal 37 222 47
Hex 25 DE 2F

RGB Percentages of Color #25de2f

%12.09
%72.55
%15.36

CMYK Percentages of Color #25de2f

%83
%0
%79
%13

Triadic Colors of #25de2f

#25de2f #2f25de #de2f25

Analogous Colors of #25de2f

#25de2f #25de8c #78de25

Monochromatic Colors of #25de2f

#25de2f

Complementary Color

#25de2f #de25d4

#25de2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25de2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25de2f Color CSS Codes

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

#25de2f Text Font Color

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

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


#25de2f Background Color

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

This div background color is #25de2f


#25de2f Border Color

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

This div border color is #25de2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25de2f


Comments

No comments written yet.

Please login to write comment.