#2EE9B2

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

Shades of Shamrock #2EE9B2

Tints of Shamrock #2EE9B2

Color information

#2EE9B2 (or 0x2EE9B2) is unknown color: approx Shamrock. HEX triplet: 2E, E9 and B2. RGB value is (46,233,178). Sum of RGB (Red+Green+Blue) = 46+233+178=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE9B2 is #D1164D. Grayscale: #AAAAAA. Windows color (decimal): -13702734 or 11725102. OLE color: 11725102.

HSL color Cylindrical-coordinate representation of color #2EE9B2: hue angle of 162.35º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE9B2 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB46233178-
CMYK0.8000.240.09
HSL162.35º80.95%54.71%-
HSV(B)162.35º80.26%91.37%-
XYZ38.362.0752.08-
YUV170.82132.0538.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.07%
GREEN value IS 233 (91.41% from 255) = 50.98%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=10.07%
G=50.98%
B=38.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal462331780.8000.240.09162.3580.9554.71
Hex2EE9B2500189a25137
Octal563512621200301124212167
Binary101110111010011011001010100000110001001101000101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,233,178); }

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

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

 a { background-color: rgb(46,233,178); }

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

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

 span { border-color: rgb(46,233,178); }

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