Color Hex Logo

#2fbe2a Color Hex

#2FBE2A
(47,190,42)
0 Favorites   0 Comments

Color spaces of #2fbe2a

RGB 4719042
HSL0.330.640.45
HSV118°78°75°
CMYK 0.750.000.78   0.25
XYZ20.003737.59848.3934
Yxy37.59840.30310.5697
Hunter Lab61.3175-49.073434.8064
CIE-Lab67.7236-63.464059.2328

#2fbe2a color RGB value is (47,190,42).

#2fbe2a hex color red value is 47, green value is 190 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #2fbe2a hue: 0.33 , saturation: 0.64 and the lightness value of 2fbe2a is 0.45.

The process color (four color CMYK) of #2fbe2a color hex is 0.75, 0.00, 0.78, 0.25. Web safe color of #2fbe2a is #33cc33. Color #2fbe2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 00101010
Octal 57 276 52
Decimal 47 190 42
Hex 2F BE 2A

RGB Percentages of Color #2fbe2a

%16.85
%68.10
%15.05

CMYK Percentages of Color #2fbe2a

%75
%0
%78
%25

Triadic Colors of #2fbe2a

#2fbe2a #2a2fbe #be2a2f

Analogous Colors of #2fbe2a

#2fbe2a #2abe6f #79be2a

Monochromatic Colors of #2fbe2a

#2fbe2a

Complementary Color

#2fbe2a #b92abe

#2fbe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbe2a Color CSS Codes

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

#2fbe2a Text Font Color

<p style="color:#2fbe2a">Text here</p>

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


#2fbe2a Background Color

<div style="background-color:#2fbe2a">
Div content here</div>

This div background color is #2fbe2a


#2fbe2a Border Color

<div style="border:3px solid #2fbe2a">
Div here</div>

This div border color is #2fbe2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,190,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2fbe2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2fbe2a;
  -webkit-box-shadow: 1px 1px 3px 2px #2fbe2a;
  box-shadow:         1px 1px 3px 2px #2fbe2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbe2a


Comments

No comments written yet.

Please login to write comment.