#2ED59B

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

Shades of Shamrock #2ED59B

Tints of Shamrock #2ED59B

Color information

#2ED59B (or 0x2ED59B) is unknown color: approx Shamrock. HEX triplet: 2E, D5 and 9B. RGB value is (46,213,155). Sum of RGB (Red+Green+Blue) = 46+213+155=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED59B is #D12A64. Grayscale: #9C9C9C. Windows color (decimal): -13707877 or 10212654. OLE color: 10212654.

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

Color convert

RGB46213155-
CMYK0.7800.270.16
HSL159.16º66.53%50.78%-
HSV(B)159.16º78.4%83.53%-
XYZ30.8450.5439.14-
YUV156.45127.1749.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.11%
GREEN value IS 213 (83.59% from 255) = 51.45%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=11.11%
G=51.45%
B=37.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal462131550.7800.270.16159.1666.5350.78
Hex2ED59B4E01B109f4333
Octal563252331160332023710363
Binary1011101101010110011011100111001101110000100111111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,213,155); }

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

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

 a { background-color: rgb(46,213,155); }

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

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

 span { border-color: rgb(46,213,155); }

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