#2EB65E

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

Shades of Medium Sea Green #2EB65E

Tints of Medium Sea Green #2EB65E

Color information

#2EB65E (or 0x2EB65E) is unknown color: approx Medium Sea Green. HEX triplet: 2E, B6 and 5E. RGB value is (46,182,94). Sum of RGB (Red+Green+Blue) = 46+182+94=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB65E is #D149A1. Grayscale: #838383. Windows color (decimal): -13715874 or 6207022. OLE color: 6207022.

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

Color convert

RGB4618294-
CMYK0.7500.480.29
HSL141.18º59.65%44.71%-
HSV(B)141.18º74.73%71.37%-
XYZ19.8834.8416.27-
YUV131.3106.9467.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.29%
GREEN value IS 182 (71.48% from 255) = 56.52%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=14.29%
G=56.52%
B=29.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46182940.7500.480.29141.1859.6544.71
Hex2EB65E4B0301D8d3c2d
Octal56266136113060352157455
Binary101110101101101011110100101101100001110110001101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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