#2ECF74

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

Shades of Medium Sea Green #2ECF74

Tints of Medium Sea Green #2ECF74

Color information

#2ECF74 (or 0x2ECF74) is unknown color: approx Medium Sea Green. HEX triplet: 2E, CF and 74. RGB value is (46,207,116). Sum of RGB (Red+Green+Blue) = 46+207+116=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECF74 is #D1308B. Grayscale: #949494. Windows color (decimal): -13709452 or 7655214. OLE color: 7655214.

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

Color convert

RGB46207116-
CMYK0.7800.440.19
HSL146.09º63.64%49.61%-
HSV(B)146.09º77.78%81.18%-
XYZ26.5946.4724.09-
YUV148.49109.6654.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.47%
GREEN value IS 207 (81.25% from 255) = 56.10%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=12.47%
G=56.10%
B=31.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal462071160.7800.440.19146.0963.6449.61
Hex2ECF744E02C13924032
Octal563171641160542322210062
Binary1011101100111111101001001110010110010011100100101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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