#2EDC6F

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

Shades of Emerald #2EDC6F

Tints of Emerald #2EDC6F

Color information

#2EDC6F (or 0x2EDC6F) is unknown color: approx Emerald. HEX triplet: 2E, DC and 6F. RGB value is (46,220,111). Sum of RGB (Red+Green+Blue) = 46+220+111=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC6F is #D12390. Grayscale: #9B9B9B. Windows color (decimal): -13706129 or 7330862. OLE color: 7330862.

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

Color convert

RGB46220111-
CMYK0.7900.500.14
HSL142.41º71.31%52.16%-
HSV(B)142.41º79.09%86.27%-
XYZ29.5952.9123.69-
YUV155.55102.8549.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.20%
GREEN value IS 220 (86.33% from 255) = 58.36%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=12.20%
G=58.36%
B=29.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462201110.7900.500.14142.4171.3152.16
Hex2EDC6F4F032E8e4734
Octal563341571170621621610764
Binary101110110111001101111100111101100101110100011101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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