Color Hex Logo

#01ff2f Color Hex

#01FF2F
(1,255,47)
0 Favorites   0 Comments

Color spaces of #01ff2f

RGB 125547
HSL0.361.000.50
HSV131°100°100°
CMYK 1.000.000.82   0.00
XYZ36.285671.731714.6225
Yxy71.73170.29590.5849
Hunter Lab84.6946-71.740949.0498
CIE-Lab87.8393-84.865576.6135

#01ff2f color RGB value is (1,255,47).

#01ff2f hex color red value is 1, green value is 255 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #01ff2f hue: 0.36 , saturation: 1.00 and the lightness value of 01ff2f is 0.50.

The process color (four color CMYK) of #01ff2f color hex is 1.00, 0.00, 0.82, 0.00. Web safe color of #01ff2f is #00ff33. Color #01ff2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111111 00101111
Octal 1 377 57
Decimal 1 255 47
Hex 1 FF 2F

RGB Percentages of Color #01ff2f

%0.33
%84.16
%15.51

CMYK Percentages of Color #01ff2f

%100
%0
%82
%0

Triadic Colors of #01ff2f

#01ff2f #2f01ff #ff2f01

Analogous Colors of #01ff2f

#01ff2f #01ffae #52ff01

Monochromatic Colors of #01ff2f

#01ff2f

Complementary Color

#01ff2f #ff01d1

#01ff2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ff2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ff2f Color CSS Codes

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

#01ff2f Text Font Color

<p style="color:#01ff2f">Text here</p>

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


#01ff2f Background Color

<div style="background-color:#01ff2f">
Div content here</div>

This div background color is #01ff2f


#01ff2f Border Color

<div style="border:3px solid #01ff2f">
Div here</div>

This div border color is #01ff2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ff2f


Comments

No comments written yet.

Please login to write comment.