Color Hex Logo

#2aff66 Color Hex

#2AFF66
(42,255,102)
0 Favorites   0 Comments

Color spaces of #2aff66

RGB 42255102
HSL0.381.000.58
HSV137°84°100°
CMYK 0.840.000.60   0.00
XYZ39.113172.971524.5938
Yxy72.97150.28620.5339
Hunter Lab85.4234-67.760442.7265
CIE-Lab88.4341-78.242758.2575

#2aff66 color RGB value is (42,255,102).

#2aff66 hex color red value is 42, green value is 255 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #2aff66 hue: 0.38 , saturation: 1.00 and the lightness value of 2aff66 is 0.58.

The process color (four color CMYK) of #2aff66 color hex is 0.84, 0.00, 0.60, 0.00. Web safe color of #2aff66 is #33ff66. Color #2aff66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11111111 01100110
Octal 52 377 146
Decimal 42 255 102
Hex 2A FF 66

RGB Percentages of Color #2aff66

%10.53
%63.91
%25.56

CMYK Percentages of Color #2aff66

%84
%0
%60
%0

Triadic Colors of #2aff66

#2aff66 #662aff #ff662a

Analogous Colors of #2aff66

#2aff66 #2affd1 #59ff2a

Monochromatic Colors of #2aff66

#2aff66

Complementary Color

#2aff66 #ff2ac3

#2aff66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aff66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aff66 Color CSS Codes

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

#2aff66 Text Font Color

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

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


#2aff66 Background Color

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

This div background color is #2aff66


#2aff66 Border Color

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

This div border color is #2aff66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aff66

Related Colors

#2aff66 Color Palettes


Comments

No comments written yet.

Please login to write comment.