#2EC460

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

Shades of Medium Sea Green #2EC460

Tints of Medium Sea Green #2EC460

Color information

#2EC460 (or 0x2EC460) is unknown color: approx Medium Sea Green. HEX triplet: 2E, C4 and 60. RGB value is (46,196,96). Sum of RGB (Red+Green+Blue) = 46+196+96=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC460 is #D13B9F. Grayscale: #8C8C8C. Windows color (decimal): -13712288 or 6341678. OLE color: 6341678.

HSL color Cylindrical-coordinate representation of color #2EC460: hue angle of 140º 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 #2EC460 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB4619696-
CMYK0.7700.510.23
HSL140º61.98%47.45%-
HSV(B)140º76.53%76.86%-
XYZ22.9840.9117.75-
YUV139.75103.361.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.61%
GREEN value IS 196 (76.95% from 255) = 57.99%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=13.61%
G=57.99%
B=28.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal46196960.7700.510.2314061.9847.45
Hex2EC4604D033178c3e2f
Octal56304140115063272147657
Binary101110110001001100000100110101100111011110001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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