Color Hex Logo

#2ff273 Color Hex

#2FF273
(47,242,115)
0 Favorites   0 Comments

Color spaces of #2ff273

RGB 47242115
HSL0.390.880.57
HSV141°81°95°
CMYK 0.810.000.52   0.05
XYZ36.018965.346426.9344
Yxy65.34640.28070.5093
Hunter Lab80.8371-61.930036.8309
CIE-Lab84.6619-72.060848.0063

#2ff273 color RGB value is (47,242,115).

#2ff273 hex color red value is 47, green value is 242 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #2ff273 hue: 0.39 , saturation: 0.88 and the lightness value of 2ff273 is 0.57.

The process color (four color CMYK) of #2ff273 color hex is 0.81, 0.00, 0.52, 0.05. Web safe color of #2ff273 is #33ff66. Color #2ff273 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11110010 01110011
Octal 57 362 163
Decimal 47 242 115
Hex 2F F2 73

RGB Percentages of Color #2ff273

%11.63
%59.90
%28.47

CMYK Percentages of Color #2ff273

%81
%0
%52
%5

Triadic Colors of #2ff273

#2ff273 #732ff2 #f2732f

Analogous Colors of #2ff273

#2ff273 #2ff2d5 #4df22f

Monochromatic Colors of #2ff273

#2ff273

Complementary Color

#2ff273 #f22fae

#2ff273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ff273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ff273 Color CSS Codes

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

#2ff273 Text Font Color

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

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


#2ff273 Background Color

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

This div background color is #2ff273


#2ff273 Border Color

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

This div border color is #2ff273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ff273


Comments

No comments written yet.

Please login to write comment.