#2EBC58

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

Shades of Medium Sea Green #2EBC58

Tints of Medium Sea Green #2EBC58

Color information

#2EBC58 (or 0x2EBC58) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BC and 58. RGB value is (46,188,88). Sum of RGB (Red+Green+Blue) = 46+188+88=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBC58 is #D143A7. Grayscale: #868686. Windows color (decimal): -13714344 or 5815342. OLE color: 5815342.

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

Color convert

RGB4618888-
CMYK0.7600.530.26
HSL137.75º60.68%45.88%-
HSV(B)137.75º75.53%73.73%-
XYZ20.8737.2515.32-
YUV134.14101.9665.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.29%
GREEN value IS 188 (73.83% from 255) = 58.39%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=14.29%
G=58.39%
B=27.33%

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
Decimal46188880.7600.530.26137.7560.6845.88
Hex2EBC584C0351A8a3d2e
Octal56274130114065322127556
Binary101110101111001011000100110001101011101010001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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