#2EBD6D

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

Shades of Medium Sea Green #2EBD6D

Tints of Medium Sea Green #2EBD6D

Color information

#2EBD6D (or 0x2EBD6D) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BD and 6D. RGB value is (46,189,109). Sum of RGB (Red+Green+Blue) = 46+189+109=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBD6D is #D14292. Grayscale: #898989. Windows color (decimal): -13714067 or 7191854. OLE color: 7191854.

HSL color Cylindrical-coordinate representation of color #2EBD6D: hue angle of 146.43º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD6D is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB46189109-
CMYK0.7600.420.26
HSL146.43º60.85%46.08%-
HSV(B)146.43º75.66%74.12%-
XYZ22.0838.0820.65-
YUV137.12112.1263-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.37%
GREEN value IS 189 (74.22% from 255) = 54.94%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=13.37%
G=54.94%
B=31.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461891090.7600.420.26146.4360.8546.08
Hex2EBD6D4C02A1A923d2e
Octal56275155114052322227556
Binary101110101111011101101100110001010101101010010010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,109); }

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

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

 a { background-color: rgb(46,189,109); }

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

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

 span { border-color: rgb(46,189,109); }

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