#2ED689

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

Shades of Shamrock #2ED689

Tints of Shamrock #2ED689

Color information

#2ED689 (or 0x2ED689) is unknown color: approx Shamrock. HEX triplet: 2E, D6 and 89. RGB value is (46,214,137). Sum of RGB (Red+Green+Blue) = 46+214+137=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED689 is #D12976. Grayscale: #9B9B9B. Windows color (decimal): -13707639 or 9033262. OLE color: 9033262.

HSL color Cylindrical-coordinate representation of color #2ED689: hue angle of 152.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED689 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB46214137-
CMYK0.7900.360.16
HSL152.5º67.2%50.98%-
HSV(B)152.5º78.5%83.92%-
XYZ29.6950.4831.85-
YUV154.99117.8450.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.59%
GREEN value IS 214 (83.98% from 255) = 53.90%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=11.59%
G=53.90%
B=34.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal462141370.7900.360.16152.567.250.98
Hex2ED6894F02410984333
Octal563262111170442023010363
Binary10111011010110100010011001111010010010000100110001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,214,137); }

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

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

 a { background-color: rgb(46,214,137); }

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

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

 span { border-color: rgb(46,214,137); }

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