#2EF3AF

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

Shades of Shamrock #2EF3AF

Tints of Shamrock #2EF3AF

Color information

#2EF3AF (or 0x2EF3AF) is unknown color: approx Shamrock. HEX triplet: 2E, F3 and AF. RGB value is (46,243,175). Sum of RGB (Red+Green+Blue) = 46+243+175=464 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.91% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF3AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF3AF is #D10C50. Grayscale: #B0B0B0. Windows color (decimal): -13700177 or 11531054. OLE color: 11531054.

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

Color convert

RGB46243175-
CMYK0.8100.280.05
HSL159.29º89.14%56.67%-
HSV(B)159.29º81.07%95.29%-
XYZ40.9267.7851.48-
YUV176.34127.2335.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.91%
GREEN value IS 243 (95.31% from 255) = 52.37%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=9.91%
G=52.37%
B=37.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462431750.8100.280.05159.2989.1456.67
Hex2EF3AF5101C59f5939
Octal56363257121034523713171
Binary10111011110011101011111010001011100101100111111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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