#2EB474

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

Shades of Medium Sea Green #2EB474

Tints of Medium Sea Green #2EB474

Color information

#2EB474 (or 0x2EB474) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B4 and 74. RGB value is (46,180,116). Sum of RGB (Red+Green+Blue) = 46+180+116=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB474 is #D14B8B. Grayscale: #848484. Windows color (decimal): -13716364 or 7648302. OLE color: 7648302.

HSL color Cylindrical-coordinate representation of color #2EB474: hue angle of 151.34º 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 #2EB474 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB46180116-
CMYK0.7400.360.29
HSL151.34º59.29%44.31%-
HSV(B)151.34º74.44%70.59%-
XYZ20.634.4822.09-
YUV132.64118.6166.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.45%
GREEN value IS 180 (70.70% from 255) = 52.63%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=13.45%
G=52.63%
B=33.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461801160.7400.360.29151.3459.2944.31
Hex2EB4744A0241D973b2c
Octal56264164112044352277354
Binary101110101101001110100100101001001001110110010111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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