#2EDC8C

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

Shades of Shamrock #2EDC8C

Tints of Shamrock #2EDC8C

Color information

#2EDC8C (or 0x2EDC8C) is unknown color: approx Shamrock. HEX triplet: 2E, DC and 8C. RGB value is (46,220,140). Sum of RGB (Red+Green+Blue) = 46+220+140=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDC8C is #D12373. Grayscale: #9F9F9F. Windows color (decimal): -13706100 or 9231406. OLE color: 9231406.

HSL color Cylindrical-coordinate representation of color #2EDC8C: hue angle of 152.41º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC8C is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB46220140-
CMYK0.7900.360.14
HSL152.41º71.31%52.16%-
HSV(B)152.41º79.09%86.27%-
XYZ31.4553.6633.51-
YUV158.85117.3547.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.33%
GREEN value IS 220 (86.33% from 255) = 54.19%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=11.33%
G=54.19%
B=34.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462201400.7900.360.14152.4171.3152.16
Hex2EDC8C4F024E984734
Octal563342141170441623010764
Binary1011101101110010001100100111101001001110100110001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,220,140); }

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

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

 a { background-color: rgb(46,220,140); }

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

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

 span { border-color: rgb(46,220,140); }

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