#2EC15A

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

Shades of Medium Sea Green #2EC15A

Tints of Medium Sea Green #2EC15A

Color information

#2EC15A (or 0x2EC15A) is unknown color: approx Medium Sea Green. HEX triplet: 2E, C1 and 5A. RGB value is (46,193,90). Sum of RGB (Red+Green+Blue) = 46+193+90=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC15A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC15A is #D13EA5. Grayscale: #898989. Windows color (decimal): -13713062 or 5947694. OLE color: 5947694.

HSL color Cylindrical-coordinate representation of color #2EC15A: hue angle of 137.96º 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 #2EC15A is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB4619390-
CMYK0.7600.530.24
HSL137.96º61.51%46.86%-
HSV(B)137.96º76.17%75.69%-
XYZ22.0439.4616.13-
YUV137.3101.362.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.98%
GREEN value IS 193 (75.78% from 255) = 58.66%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=13.98%
G=58.66%
B=27.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46193900.7600.530.24137.9661.5146.86
Hex2EC15A4C035188a3e2f
Octal56301132114065302127657
Binary101110110000011011010100110001101011100010001010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,193,90); }

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

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

 a { background-color: rgb(46,193,90); }

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

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

 span { border-color: rgb(46,193,90); }

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