#2EBB5E

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

Shades of Medium Sea Green #2EBB5E

Tints of Medium Sea Green #2EBB5E

Color information

#2EBB5E (or 0x2EBB5E) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BB and 5E. RGB value is (46,187,94). Sum of RGB (Red+Green+Blue) = 46+187+94=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBB5E is #D144A1. Grayscale: #868686. Windows color (decimal): -13714594 or 6208302. OLE color: 6208302.

HSL color Cylindrical-coordinate representation of color #2EBB5E: hue angle of 140.43º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBB5E is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB4618794-
CMYK0.7500.500.27
HSL140.43º60.52%45.69%-
HSV(B)140.43º75.4%73.33%-
XYZ20.9236.9316.62-
YUV134.24105.2965.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.07%
GREEN value IS 187 (73.44% from 255) = 57.19%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=14.07%
G=57.19%
B=28.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46187940.7500.500.27140.4360.5245.69
Hex2EBB5E4B0321B8c3d2e
Octal56273136113062332147556
Binary101110101110111011110100101101100101101110001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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