#2ED072

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

Shades of Medium Sea Green #2ED072

Tints of Medium Sea Green #2ED072

Color information

#2ED072 (or 0x2ED072) is unknown color: approx Medium Sea Green. HEX triplet: 2E, D0 and 72. RGB value is (46,208,114). Sum of RGB (Red+Green+Blue) = 46+208+114=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED072 is #D12F8D. Grayscale: #959595. Windows color (decimal): -13709198 or 7524398. OLE color: 7524398.

HSL color Cylindrical-coordinate representation of color #2ED072: hue angle of 145.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED072 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB46208114-
CMYK0.7800.450.18
HSL145.19º63.78%49.8%-
HSV(B)145.19º77.88%81.57%-
XYZ26.7246.9123.57-
YUV148.85108.3354.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.5%
GREEN value IS 208 (81.64% from 255) = 56.52%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=12.5%
G=56.52%
B=30.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal462081140.7800.450.18145.1963.7849.8
Hex2ED0724E02D12914032
Octal563201621160552222110062
Binary1011101101000011100101001110010110110010100100011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,208,114); }

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

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

 a { background-color: rgb(46,208,114); }

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

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

 span { border-color: rgb(46,208,114); }

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