Color Hex Logo

#2ff90b Color Hex

#2FF90B
(47,249,11)
0 Favorites   0 Comments

Color spaces of #2ff90b

RGB 4724911
HSL0.310.950.51
HSV111°96°98°
CMYK 0.810.000.96   0.02
XYZ35.108468.379911.6648
Yxy68.37990.30490.5938
Hunter Lab82.6921-68.925949.5209
CIE-Lab86.1961-81.748381.2120

#2ff90b color RGB value is (47,249,11).

#2ff90b hex color red value is 47, green value is 249 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #2ff90b hue: 0.31 , saturation: 0.95 and the lightness value of 2ff90b is 0.51.

The process color (four color CMYK) of #2ff90b color hex is 0.81, 0.00, 0.96, 0.02. Web safe color of #2ff90b is #33ff00. Color #2ff90b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111001 00001011
Octal 57 371 13
Decimal 47 249 11
Hex 2F F9 B

RGB Percentages of Color #2ff90b

%15.31
%81.11
%3.58

CMYK Percentages of Color #2ff90b

%81
%0
%96
%2

Triadic Colors of #2ff90b

#2ff90b #0b2ff9 #f90b2f

Analogous Colors of #2ff90b

#2ff90b #0bf95e #a6f90b

Monochromatic Colors of #2ff90b

#2ff90b

Complementary Color

#2ff90b #d50bf9

#2ff90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ff90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ff90b Color CSS Codes

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

#2ff90b Text Font Color

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

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


#2ff90b Background Color

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

This div background color is #2ff90b


#2ff90b Border Color

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

This div border color is #2ff90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ff90b

Related Colors


Comments

No comments written yet.

Please login to write comment.