#2EBD5E

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

Shades of Medium Sea Green #2EBD5E

Tints of Medium Sea Green #2EBD5E

Color information

#2EBD5E (or 0x2EBD5E) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BD and 5E. RGB value is (46,189,94). Sum of RGB (Red+Green+Blue) = 46+189+94=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBD5E is #D142A1. Grayscale: #878787. Windows color (decimal): -13714082 or 6208814. OLE color: 6208814.

HSL color Cylindrical-coordinate representation of color #2EBD5E: hue angle of 140.14º 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 #2EBD5E is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB4618994-
CMYK0.7600.500.26
HSL140.14º60.85%46.08%-
HSV(B)140.14º75.66%74.12%-
XYZ21.3437.7816.76-
YUV135.41104.6264.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.98%
GREEN value IS 189 (74.22% from 255) = 57.45%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=13.98%
G=57.45%
B=28.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189940.7600.500.26140.1460.8546.08
Hex2EBD5E4C0321A8c3d2e
Octal56275136114062322147556
Binary101110101111011011110100110001100101101010001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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