Color Hex Logo

#e2ff2f Color Hex

#E2FF2F
(226,255,47)
0 Favorites   0 Comments

Color spaces of #e2ff2f

RGB 22625547
HSL0.191.000.59
HSV68°82°100°
CMYK 0.110.000.82   0.00
XYZ67.637187.894016.0897
Yxy87.89400.39410.5121
Hunter Lab93.7518-35.287155.4509
CIE-Lab95.1163-32.555085.8431

#e2ff2f color RGB value is (226,255,47).

#e2ff2f hex color red value is 226, green value is 255 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e2ff2f hue: 0.19 , saturation: 1.00 and the lightness value of e2ff2f is 0.59.

The process color (four color CMYK) of #e2ff2f color hex is 0.11, 0.00, 0.82, 0.00. Web safe color of #e2ff2f is #ccff33. Color #e2ff2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111111 00101111
Octal 342 377 57
Decimal 226 255 47
Hex E2 FF 2F

RGB Percentages of Color #e2ff2f

%42.80
%48.30
%8.90

CMYK Percentages of Color #e2ff2f

%11
%0
%82
%0

Triadic Colors of #e2ff2f

#e2ff2f #2fe2ff #ff2fe2

Analogous Colors of #e2ff2f

#e2ff2f #7aff2f #ffb42f

Monochromatic Colors of #e2ff2f

#e2ff2f

Complementary Color

#e2ff2f #4c2fff

#e2ff2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ff2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ff2f Color CSS Codes

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

#e2ff2f Text Font Color

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

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


#e2ff2f Background Color

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

This div background color is #e2ff2f


#e2ff2f Border Color

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

This div border color is #e2ff2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,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 #e2ff2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ff2f

Related Colors


Comments

No comments written yet.

Please login to write comment.