#2EBF65

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

Shades of Medium Sea Green #2EBF65

Tints of Medium Sea Green #2EBF65

Color information

#2EBF65 (or 0x2EBF65) is unknown color: approx Medium Sea Green. HEX triplet: 2E, BF and 65. RGB value is (46,191,101). Sum of RGB (Red+Green+Blue) = 46+191+101=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBF65 is #D1409A. Grayscale: #898989. Windows color (decimal): -13713563 or 6668078. OLE color: 6668078.

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

Color convert

RGB46191101-
CMYK0.7600.470.25
HSL142.76º61.18%46.47%-
HSV(B)142.76º75.92%74.9%-
XYZ22.1138.7818.63-
YUV137.38107.4662.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.61%
GREEN value IS 191 (75% from 255) = 56.51%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=13.61%
G=56.51%
B=29.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461911010.7600.470.25142.7661.1846.47
Hex2EBF654C02F198f3d2e
Octal56277145114057312177556
Binary101110101111111100101100110001011111100110001111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,101); }

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

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

 a { background-color: rgb(46,191,101); }

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

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

 span { border-color: rgb(46,191,101); }

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