#2EDC7E

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

Shades of Shamrock #2EDC7E

Tints of Shamrock #2EDC7E

Color information

#2EDC7E (or 0x2EDC7E) is unknown color: approx Shamrock. HEX triplet: 2E, DC and 7E. RGB value is (46,220,126). Sum of RGB (Red+Green+Blue) = 46+220+126=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC7E is #D12381. Grayscale: #9D9D9D. Windows color (decimal): -13706114 or 8313902. OLE color: 8313902.

HSL color Cylindrical-coordinate representation of color #2EDC7E: hue angle of 147.59º 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 #2EDC7E is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB46220126-
CMYK0.7900.430.14
HSL147.59º71.31%52.16%-
HSV(B)147.59º79.09%86.27%-
XYZ30.4953.2728.41-
YUV157.26110.3548.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.73%
GREEN value IS 220 (86.33% from 255) = 56.12%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=11.73%
G=56.12%
B=32.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462201260.7900.430.14147.5971.3152.16
Hex2EDC7E4F02BE944734
Octal563341761170531622410764
Binary101110110111001111110100111101010111110100101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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