Color Hex Logo

#2fdb48 Color Hex

#2FDB48
(47,219,72)
0 Favorites   0 Comments

Color spaces of #2fdb48

RGB 4721972
HSL0.360.700.52
HSV129°79°86°
CMYK 0.790.000.67   0.14
XYZ27.673551.735314.6583
Yxy51.73530.29420.5500
Hunter Lab71.9273-57.196138.2662
CIE-Lab77.1223-69.994758.0524

#2fdb48 color RGB value is (47,219,72).

#2fdb48 hex color red value is 47, green value is 219 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #2fdb48 hue: 0.36 , saturation: 0.70 and the lightness value of 2fdb48 is 0.52.

The process color (four color CMYK) of #2fdb48 color hex is 0.79, 0.00, 0.67, 0.14. Web safe color of #2fdb48 is #33cc33. Color #2fdb48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11011011 01001000
Octal 57 333 110
Decimal 47 219 72
Hex 2F DB 48

RGB Percentages of Color #2fdb48

%13.91
%64.79
%21.30

CMYK Percentages of Color #2fdb48

%79
%0
%67
%14

Triadic Colors of #2fdb48

#2fdb48 #482fdb #db482f

Analogous Colors of #2fdb48

#2fdb48 #2fdb9e #6cdb2f

Monochromatic Colors of #2fdb48

#2fdb48

Complementary Color

#2fdb48 #db2fc2

#2fdb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fdb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fdb48 Color CSS Codes

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

#2fdb48 Text Font Color

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

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


#2fdb48 Background Color

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

This div background color is #2fdb48


#2fdb48 Border Color

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

This div border color is #2fdb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fdb48


Comments

No comments written yet.

Please login to write comment.