#2EB75E

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

Shades of Medium Sea Green #2EB75E

Tints of Medium Sea Green #2EB75E

Color information

#2EB75E (or 0x2EB75E) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B7 and 5E. RGB value is (46,183,94). Sum of RGB (Red+Green+Blue) = 46+183+94=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB75E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB75E is #D148A1. Grayscale: #848484. Windows color (decimal): -13715618 or 6207278. OLE color: 6207278.

HSL color Cylindrical-coordinate representation of color #2EB75E: hue angle of 141.02º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB75E is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB4618394-
CMYK0.7500.490.28
HSL141.02º59.83%44.9%-
HSV(B)141.02º74.86%71.76%-
XYZ20.0835.2616.34-
YUV131.89106.6166.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.24%
GREEN value IS 183 (71.88% from 255) = 56.66%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=14.24%
G=56.66%
B=29.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal46183940.7500.490.28141.0259.8344.9
Hex2EB75E4B0311C8d3c2d
Octal56267136113061342157455
Binary101110101101111011110100101101100011110010001101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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