#2EC493

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

Shades of Shamrock #2EC493

Tints of Shamrock #2EC493

Color information

#2EC493 (or 0x2EC493) is unknown color: approx Shamrock. HEX triplet: 2E, C4 and 93. RGB value is (46,196,147). Sum of RGB (Red+Green+Blue) = 46+196+147=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC493 is #D13B6C. Grayscale: #919191. Windows color (decimal): -13712237 or 9684014. OLE color: 9684014.

HSL color Cylindrical-coordinate representation of color #2EC493: hue angle of 160.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC493 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB46196147-
CMYK0.7700.250.23
HSL160.4º61.98%47.45%-
HSV(B)160.4º76.53%76.86%-
XYZ26.1342.1734.37-
YUV145.56128.856.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 196 (76.95% from 255) = 50.39%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=11.83%
G=50.39%
B=37.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461961470.7700.250.23160.461.9847.45
Hex2EC4934D01917a03e2f
Octal56304223115031272407657
Binary101110110001001001001110011010110011011110100000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,196,147); }

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

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

 a { background-color: rgb(46,196,147); }

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

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

 span { border-color: rgb(46,196,147); }

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