#2ED568

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

Shades of Medium Sea Green #2ED568

Tints of Medium Sea Green #2ED568

Color information

#2ED568 (or 0x2ED568) is unknown color: approx Medium Sea Green. HEX triplet: 2E, D5 and 68. RGB value is (46,213,104). Sum of RGB (Red+Green+Blue) = 46+213+104=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED568 is #D12A97. Grayscale: #969696. Windows color (decimal): -13707928 or 6870318. OLE color: 6870318.

HSL color Cylindrical-coordinate representation of color #2ED568: hue angle of 140.84º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED568 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB46213104-
CMYK0.7800.510.16
HSL140.84º66.53%50.78%-
HSV(B)140.84º78.4%83.53%-
XYZ27.4249.1721.14-
YUV150.64101.6753.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.67%
GREEN value IS 213 (83.59% from 255) = 58.68%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=12.67%
G=58.68%
B=28.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal462131040.7800.510.16140.8466.5350.78
Hex2ED5684E033108d4333
Octal563251501160632021510363
Binary1011101101010111010001001110011001110000100011011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,213,104); }

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

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

 a { background-color: rgb(46,213,104); }

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

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

 span { border-color: rgb(46,213,104); }

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