#2ECD7B

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

Shades of Medium Sea Green #2ECD7B

Tints of Medium Sea Green #2ECD7B

Color information

#2ECD7B (or 0x2ECD7B) is unknown color: approx Medium Sea Green. HEX triplet: 2E, CD and 7B. RGB value is (46,205,123). Sum of RGB (Red+Green+Blue) = 46+205+123=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECD7B is #D13284. Grayscale: #949494. Windows color (decimal): -13709957 or 8113454. OLE color: 8113454.

HSL color Cylindrical-coordinate representation of color #2ECD7B: hue angle of 149.06º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECD7B is Cyan = 0.78, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB46205123-
CMYK0.7800.40.20
HSL149.06º63.35%49.22%-
HSV(B)149.06º77.56%80.39%-
XYZ26.5345.6726.16-
YUV148.11113.8255.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.30%
GREEN value IS 205 (80.47% from 255) = 54.81%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=12.30%
G=54.81%
B=32.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal462051230.7800.40.20149.0663.3549.22
Hex2ECD7B4E02814953f31
Octal56315173116050242257761
Binary101110110011011111011100111001010001010010010101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,205,123); }

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

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

 a { background-color: rgb(46,205,123); }

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

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

 span { border-color: rgb(46,205,123); }

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