Color Hex Logo

#2ff12d Color Hex

#2FF12D
(47,241,45)
0 Favorites   0 Comments

Color spaces of #2ff12d

RGB 4724145
HSL0.330.880.56
HSV119°81°95°
CMYK 0.800.000.81   0.05
XYZ33.101263.704413.0342
Yxy63.70440.30140.5800
Hunter Lab79.8150-65.648146.1882
CIE-Lab83.8116-78.442073.5205

#2ff12d color RGB value is (47,241,45).

#2ff12d hex color red value is 47, green value is 241 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #2ff12d hue: 0.33 , saturation: 0.88 and the lightness value of 2ff12d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11110001 00101101
Octal 57 361 55
Decimal 47 241 45
Hex 2F F1 2D

RGB Percentages of Color #2ff12d

%14.11
%72.37
%13.51

CMYK Percentages of Color #2ff12d

%80
%0
%81
%5

Triadic Colors of #2ff12d

#2ff12d #2d2ff1 #f12d2f

Analogous Colors of #2ff12d

#2ff12d #2df18d #91f12d

Monochromatic Colors of #2ff12d

#2ff12d

Complementary Color

#2ff12d #ef2df1

#2ff12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ff12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ff12d Color CSS Codes

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

#2ff12d Text Font Color

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

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


#2ff12d Background Color

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

This div background color is #2ff12d


#2ff12d Border Color

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

This div border color is #2ff12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ff12d


Comments

No comments written yet.

Please login to write comment.