#2EC66A

Color #2EC66A Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2EC66A

Tints of Medium Sea Green #2EC66A

Color information

#2EC66A (or 0x2EC66A) is unknown color: approx Medium Sea Green. HEX triplet: 2E, C6 and 6A. RGB value is (46,198,106). Sum of RGB (Red+Green+Blue) = 46+198+106=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC66A is #D13995. Grayscale: #8E8E8E. Windows color (decimal): -13711766 or 6997550. OLE color: 6997550.

HSL color Cylindrical-coordinate representation of color #2EC66A: hue angle of 143.68º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC66A is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB46198106-
CMYK0.7700.460.22
HSL143.68º62.3%47.84%-
HSV(B)143.68º76.77%77.65%-
XYZ23.9242.0120.48-
YUV142.06107.6459.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.14%
GREEN value IS 198 (77.73% from 255) = 56.57%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=13.14%
G=56.57%
B=30.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461981060.7700.460.22143.6862.347.84
Hex2EC66A4D02E16903e30
Octal56306152115056262207660
Binary101110110001101101010100110101011101011010010000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,198,106); }

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

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

 a { background-color: rgb(46,198,106); }

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

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

 span { border-color: rgb(46,198,106); }

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