#2EB46A

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

Shades of Medium Sea Green #2EB46A

Tints of Medium Sea Green #2EB46A

Color information

#2EB46A (or 0x2EB46A) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B4 and 6A. RGB value is (46,180,106). Sum of RGB (Red+Green+Blue) = 46+180+106=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB46A is #D14B95. Grayscale: #838383. Windows color (decimal): -13716374 or 6992942. OLE color: 6992942.

HSL color Cylindrical-coordinate representation of color #2EB46A: hue angle of 146.87º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB46A is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB46180106-
CMYK0.7400.410.29
HSL146.87º59.29%44.31%-
HSV(B)146.87º74.44%70.59%-
XYZ20.0534.2619.19-
YUV131.5113.6167.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.86%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=13.86%
G=54.22%
B=31.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461801060.7400.410.29146.8759.2944.31
Hex2EB46A4A0291D933b2c
Octal56264152112051352237354
Binary101110101101001101010100101001010011110110010011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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