#2ec25e

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

Shades of Medium Sea Green #2EC25E

Tints of Medium Sea Green #2EC25E

Color information

#2EC25E (or 0x2EC25E) is unknown color: approx Medium Sea Green. HEX triplet: 2E, C2 and 5E. RGB value is (46,194,94). Sum of RGB (Red+Green+Blue) = 46+194+94=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC25E is #D13DA1. Grayscale: #8A8A8A. Windows color (decimal): -13712802 or 6210094. OLE color: 6210094.

HSL color Cylindrical-coordinate representation of color #2EC25E: hue angle of 139.46º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC25E is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB4619494-
CMYK0.7600.520.24
HSL139.46º61.67%47.06%-
HSV(B)139.46º76.29%76.08%-
XYZ22.4439.9717.12-
YUV138.35102.9762.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.77%
GREEN value IS 194 (76.17% from 255) = 58.08%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=13.77%
G=58.08%
B=28.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46194940.7600.520.24139.4661.6747.06
Hex2EC25E4C034188b3e2f
Octal56302136114064302137657
Binary101110110000101011110100110001101001100010001011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ec25e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,194,94); }

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

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

 a { background-color: rgb(46,194,94); }

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

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

 span { border-color: rgb(46,194,94); }

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