#2ED59C

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

Shades of Shamrock #2ED59C

Tints of Shamrock #2ED59C

Color information

#2ED59C (or 0x2ED59C) is unknown color: approx Shamrock. HEX triplet: 2E, D5 and 9C. RGB value is (46,213,156). Sum of RGB (Red+Green+Blue) = 46+213+156=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED59C is #D12A63. Grayscale: #9C9C9C. Windows color (decimal): -13707876 or 10278190. OLE color: 10278190.

HSL color Cylindrical-coordinate representation of color #2ED59C: hue angle of 159.52º 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 #2ED59C is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB46213156-
CMYK0.7800.270.16
HSL159.52º66.53%50.78%-
HSV(B)159.52º78.4%83.53%-
XYZ30.9250.5739.58-
YUV156.57127.6749.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.08%
GREEN value IS 213 (83.59% from 255) = 51.33%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=11.08%
G=51.33%
B=37.59%

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
Decimal462131560.7800.270.16159.5266.5350.78
Hex2ED59C4E01B10a04333
Octal563252341160332024010363
Binary1011101101010110011100100111001101110000101000001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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