#2EC465

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

Shades of Medium Sea Green #2EC465

Tints of Medium Sea Green #2EC465

Color information

#2EC465 (or 0x2EC465) is unknown color: approx Medium Sea Green. HEX triplet: 2E, C4 and 65. RGB value is (46,196,101). Sum of RGB (Red+Green+Blue) = 46+196+101=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC465 is #D13B9A. Grayscale: #8C8C8C. Windows color (decimal): -13712283 or 6669358. OLE color: 6669358.

HSL color Cylindrical-coordinate representation of color #2EC465: hue angle of 142º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC465 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB46196101-
CMYK0.7700.480.23
HSL142º61.98%47.45%-
HSV(B)142º76.53%76.86%-
XYZ23.224119-
YUV140.32105.860.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.41%
GREEN value IS 196 (76.95% from 255) = 57.14%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=13.41%
G=57.14%
B=29.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461961010.7700.480.2314261.9847.45
Hex2EC4654D030178e3e2f
Octal56304145115060272167657
Binary101110110001001100101100110101100001011110001110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,196,101); }

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

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

 a { background-color: rgb(46,196,101); }

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

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

 span { border-color: rgb(46,196,101); }

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