#2EBD58

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

Shades of Medium Sea Green #2EBD58

Tints of Medium Sea Green #2EBD58

Color information

#2EBD58 (or 0x2EBD58) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BD and 58. RGB value is (46,189,88). Sum of RGB (Red+Green+Blue) = 46+189+88=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBD58 is #D142A7. Grayscale: #868686. Windows color (decimal): -13714088 or 5815598. OLE color: 5815598.

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

Color convert

RGB4618988-
CMYK0.7600.530.26
HSL137.62º60.85%46.08%-
HSV(B)137.62º75.66%74.12%-
XYZ21.0937.6815.39-
YUV134.73101.6264.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.24%
GREEN value IS 189 (74.22% from 255) = 58.51%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=14.24%
G=58.51%
B=27.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189880.7600.530.26137.6260.8546.08
Hex2EBD584C0351A8a3d2e
Octal56275130114065322127556
Binary101110101111011011000100110001101011101010001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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