#2EF1AF

Color #2EF1AF Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EF1AF

Tints of Shamrock #2EF1AF

Color information

#2EF1AF (or 0x2EF1AF) is unknown color: approx Shamrock. HEX triplet: 2E, F1 and AF. RGB value is (46,241,175). Sum of RGB (Red+Green+Blue) = 46+241+175=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF1AF is #D10E50. Grayscale: #AFAFAF. Windows color (decimal): -13700689 or 11530542. OLE color: 11530542.

HSL color Cylindrical-coordinate representation of color #2EF1AF: hue angle of 159.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF1AF is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB46241175-
CMYK0.8100.270.05
HSL159.69º87.44%56.27%-
HSV(B)159.69º80.91%94.51%-
XYZ40.3266.5951.28-
YUV175.17127.935.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 9.96%
GREEN value IS 241 (94.53% from 255) = 52.16%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=9.96%
G=52.16%
B=37.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462411750.8100.270.05159.6987.4456.27
Hex2EF1AF5101B5a05738
Octal56361257121033524012770
Binary10111011110001101011111010001011011101101000001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EF1AF; }

 p { color: rgb(46,241,175); }

 H1.HeaderClassName
 {
   color: #2EF1AF;
 }
 .AnyTagClassName
 {
   color: #2EF1AF;
 }
</style>
background-color css

<style>
 a { background-color: #2EF1AF; }

 a { background-color: rgb(46,241,175); }

 div.DivClassName
 {
   background-color: #2EF1AF;
 }
 .BgClassName
 {
   background-color: #2EF1AF;
 }
</style>
border-color css

<style>
 span { border-color: #2EF1AF; }

 span { border-color: rgb(46,241,175); }

 td.TdClassName
 {
   border-color: #2EF1AF;
 }
 .TagClassName
 {
   border-color: #2EF1AF;
 }
</style>